Difference between revisions of "Help on Latex"
Jump to navigation
Jump to search
Jgvictores (talk | contribs) |
Jgvictores (talk | contribs) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | *To trigger an update of the .sty data-base: | + | * To trigger an update of the .sty data-base: |
sudo texhash | 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 extract bounding boxes: | ||
+ | ebb -v file.jpg |
Latest revision as of 23:13, 27 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 extract bounding boxes:
ebb -v file.jpg