10/31 Dear latex experts, I'm learning latex and it's pretty cool, but
I'm sick and tired of having to do "latex file.tex; dvipdf file.dvi;
acroread file.pdf" Is there a more elegant way of doing this?
Thanks.
\_ Uh, make? -- ilyas
\_ question 2, what's the best program do to latex on the PC?
\_ http://www.miktex.org
\_ agreed. MikTeX is great.
\_ Install this at once!
http://www.winedt.com if you use PC.
\_ Or just use Vim.
\_ Dear dipshit that overwrote my post, I hate you*. Anyway, the
nice cross-platform solution is the "latexmk" perl script that
comes with most latex distributions:
% latexmk -pdf foo.tex => creates foo.pdf
I use it on all platforms. It rocks.
* I realize "you" isn't necessarily the person with the prev.
post, but I hate whoever "you" is.
\_ the docs say this just uses pdflatex
\_ Yeah, but you can configure it to use whatever you want -
distiller, whatever. Also it takes care of other dependencies
like bibtex etc.
\_ oh by the way what's the best way to do spell check/etc
when doing latex? -op
\_ ispell (actually I think aspell is the current approved version):
(setq-default ispell-program-name "aspell")
(autoload 'flyspell-mode "flyspell" "On-the-fly ispell." t)
(require 'ispell)
It'll probably work from the command line too, but within
emacs, using auctex+flyspell rocks.
aspell is in the cygwin distribution (Windows) or fink (OS X).
\_ pdflatex?
\_ Running Distiller will probably give you higher-quality PDF, but
pdflatex is pretty good. And I don't think pdflatex saves you
from the latex, bibtex, latex, latex cycle that latexmk would.
\_ alias? script?
\_ I thought you are talking about condom... |