[XeTeX] Runaway argument issues

2011-10-11 Thread Chris Travers
Here is a minimal sample to reproduce the problem: \documentclass{article} \usepackage{longtable} \begin{document} \begin{longtable}{ll} \textbf{Número} \textbf{Descripción} \endhead \end{longtable} \end{document} When I run this with xelatex, I get: Runaway argument? {Descripci��

Re: [XeTeX] Runaway argument issues

2011-10-11 Thread Chris Travers
Two further notes: I am using utf-8 as the input encoding, and setting a main font doesn't help. Also [chris@chris-dev2 xetex_test]$ rpm -q texlive-xetex texlive-xetex-2007-51.fc13.i686 Best Wishes, Chris Travers -- Subscriptions, Archive, and

Re: [XeTeX] Runaway argument issues

2011-10-11 Thread Herbert Schulz
On Oct 11, 2011, at 4:54 PM, Chris Travers wrote: Here is a minimal sample to reproduce the problem: \documentclass{article} \usepackage{longtable} \begin{document} \begin{longtable}{ll} \textbf{Número} \textbf{Descripción} \endhead \end{longtable} \end{document} When

Re: [XeTeX] Runaway argument issues

2011-10-11 Thread Zdenek Wagner
2011/10/12 Herbert Schulz he...@wideopenwest.com: On Oct 11, 2011, at 4:54 PM, Chris Travers wrote: Here is a minimal sample to reproduce the problem: \documentclass{article} \usepackage{longtable} \begin{document} \begin{longtable}{ll}   \textbf{Número}   \textbf{Descripción}

Re: [XeTeX] Runaway argument issues

2011-10-11 Thread Chris Travers
I found the problem. For some reason the file was being saved as the wrong encoding. Problem was fixed by: iconv --from-code=ISO-8859-1 --to-code=UTF-8 ./invoice.tex ./invoice2.tex I am still having trouble getting xeLaTeX to play well with Perl's Template::Latex module but I'm afraid that's

Re: [XeTeX] Runaway argument issues

2011-10-11 Thread Peter Dyballa
Am 12.10.2011 um 00:10 schrieb Chris Travers: texlive-xetex-2007-51.fc13.i686 Now that the 2011 is almost finished you could consider updating to TeX Live 2011… -- Greetings Pete Rain is saved up in cloud banks. -- Subscriptions,

Re: [XeTeX] Runaway argument issues

2011-10-11 Thread Chris Travers
On Tue, Oct 11, 2011 at 3:53 PM, Peter Dyballa peter_dyba...@web.de wrote: Am 12.10.2011 um 00:10 schrieb Chris Travers: texlive-xetex-2007-51.fc13.i686 Now that the 2011 is almost finished you could consider updating to TeX Live 2011… Less of an option when trying to support applications

Re: [XeTeX] Runaway argument issues

2011-10-11 Thread Zdenek Wagner
2011/10/12 Chris Travers chris.trav...@gmail.com: On Tue, Oct 11, 2011 at 3:53 PM, Peter Dyballa peter_dyba...@web.de wrote: Am 12.10.2011 um 00:10 schrieb Chris Travers: texlive-xetex-2007-51.fc13.i686 Now that the 2011 is almost finished you could consider updating to TeX Live 2011...