[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [OT] LaTeX



On Nov 27, 2007 1:37 AM, Sarunas Burdulis <sarunas@math.dartmouth.edu> wrote:
> 'pdflatex <latexfile>' will produce latexfile.pdf.
>
> Alternatively, use dvips (dvi->postscript) and then ps2pdf.

One advantage of using pdflatex, rather than dvips+ps2pdf or dvipdf,
is that you can add
\usepackage{hyperref}
to your preamble and get internal links in your PDF file based on the
\label and \ref commands in your document.  I think it works for \cite
as well.

-- 
Michael A. Marsh
http://www.umiacs.umd.edu/~mmarsh
http://mamarsh.blogspot.com
http://36pints.blogspot.com



Reply to: