Posted by: Anonymous
[ip: 85.179.49.129]
on March 27, 2008 01:57 PM
> Too bad, these tools can't produce pdf files with clickable hyperlinks. Or I don't know how as I am a completely new to latex.
They can, and the links look better than anything else I've seen so far! :-)
You have to use the hyperref package and compile your files with pdflatex instead of the latex2ps -> ps2pdf sequence. Using this, all your URLs, page/figure/table references, citations and so on will be clickable links inside the PDF!
Re: Texmaker tames LaTeX
Posted by: Anonymous [ip: 85.179.49.129] on March 27, 2008 01:57 PMThey can, and the links look better than anything else I've seen so far! :-)
You have to use the hyperref package and compile your files with pdflatex instead of the latex2ps -> ps2pdf sequence. Using this, all your URLs, page/figure/table references, citations and so on will be clickable links inside the PDF!
More info on hyperref: http://en.wikibooks.org/wiki/LaTeX/Packages/Hyperref
#