Displaying 1 result from an estimated 1 matches for "global_container".
2011 May 13
1
issue with odfWeave running on Windows XP; question about installing packages under Linux
...ing error:
Error in parse(text = cmd) : <text>:1:36: unexpected '>'
1: GLOBAL_CONTAI<text:soft-page-break/>
A poke around in the unzipped odt file reveals the culprit:
\Sexpr{GLOBAL_CONTAI<text:soft-page-break/>NER$repDat$Dec[i]}
which should read
\Sexpr{GLOBAL_CONTAINER$repDat$Dec[i]}
The page break coincides with where the table overruns from
one page to the next.
Now, if this was a constant error across all machines, that
would be annoying, but ok. My questions are:
a) Can anyone think of a sensible suggestion why has this
happened only on one machin...