From: Guenter M. <mi...@us...> - 2009-04-15 22:02:59
|
On 2009-04-15, Michael P. Soulier wrote: > On 15/04/09 Guenter Milde said: >> > ! LaTeX Error: File `aeguill.sty' not found. >> Yes. But this can be circumvented by setting the T1 font encoding, >> <http://docutils.sourceforge.net/docs/user/latex.html#font-encoding>, >> best in a ~/.docutils configuration file (see=20 >> http://docutils.sourceforge.net/docs/user/config.html). >> For a test you can just edit the generated *.tex file: >> uncomment the "offending" commands (\usepackage{ae,aeguill} in this case) >> and try again. > I got as far as multirow.sty. :) You can outcomment this as long as you do not use tables with cells spanning multiple rows. >> Also the typearea.sty package, needed by latex2rst.py, is in >> texlive-latex-recommended. > Looks like multirow is in texlive-latex-extra... It is. (With apt-based Distributions like Debian and Ubuntu, the apt-file command (from the like-named package) is your friend.) Günter |