Help on Latex
Revision as of 11:35, 9 November 2010 by Jgvictores (talk | contribs)
- To trigger an update of the .sty data-base:
sudo texhash
- Sometimes, as when you have a bunch of eps instead of pdfs, you can't use pdflatex. Yuo can convert them using epstopdf or eps2pdf, but another solution is doing:
latex myfile.tex dvipdfm myfile.dvi
Instead of:
pdflatex myfile.tex