Difference between revisions of "Help on Latex"

From Asibot & HOAP3 & TEO Wiki
Jump to navigation Jump to search
Line 6: Line 6:
 
Instead of:
 
Instead of:
 
  pdflatex myfile.tex
 
  pdflatex myfile.tex
 +
----
 +
To etract bounding boxes:
 +
ebb -v file.jpg

Revision as of 00:12, 28 November 2010

  • 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

To etract bounding boxes:

ebb -v file.jpg