On Sun, 11 Feb 2007, Allin Cottrell wrote:
On Fri, 9 Feb 2007, Ignacio Diaz-Emparanza wrote:
> 2-As Kubuntu in Spanish uses utf8 codification, I have problems with the
> Latex output of gretl
OK, I see what you mean. I'll see what I can do about that.
I think this is now fixed in CVS. However, you will have to
ensure you have the latex-ucs package installed, so that LaTeX can
handle utf8 encoding on input. I opened synaptic and installed
latex-ucs
latex-ucs-doc
(the latter is optional).
Gretl now (a) attempts to determine if the system encoding is
utf8, and if so, (b) adds these lines to the preamble of its
LaTeX output:
\usepackage{ucs}
\usepackage[utf8x]{inputenc}
Allin.