>>X-Authenticated: #1203117 >>From: Roland Schmitz <[EMAIL PROTECTED]> >>To: [EMAIL PROTECTED] >>Subject: Re: table of contents links >>Date: Thu, 17 Jun 2004 11:00:01 +0200 >> >>Hi, >> >>Am Donnerstag, 17. Juni 2004 01:53 schrieb Uwe Stöhr: >>> This is only possible if the images are highly compressed, but then they >>> often look ugly. (compression depends on the eps->pdf converter) >>> Pdflatex has the advantage that you need no converter for png images. >>> (Btw. the upcoming pdflatex v1.2 produces always smaller pdf files.) >>At the end of your posting you confirm my suggestion, that tex2pdf uses >>pdflatex, so where's the advantage to use pdflatex "standalone". Till now, i >>don't think that the images look ugly, but i will analyse this. >> >>> Links in pdf's are automatically created when you use the package >>> 'hyperref'. Here an example for the preamble >>> >>> \usepackage[colorlinks=true,urlcolor=blue,citecolor=black, >>> filecolor=blue,linkcolor=black,pdfnewwindow=true, [...]
tex2pdf only automates the procedure needed to run pdflatex on a file ready to be processed by plain latex, and using the graphicx package: - convert eps to pdf, or use existing pngs, jpgs aor pdfs if available - adds hyperref commands to make the pdf hypertexted It works in temp files, so that you keep your original latex files intact (this is more useful with latex than with lyx). So if you know hyperref commands and translate your graphics by hand you will get the same result using latex/ps2pdf, pdflatex and tex2pdf (but for possible ugly graphics coming from bitmap eps graphics). tex2pdf gives a basic hyperref config (link colors, bookmarks, thumbnails...) but you may add Uwe's commands through the config file or on the command line. In addition, it runs all needed pdflatex passes to get the final result, including makeindex runs. The doc is resident in the config procedure in fact, you are supposed to understand what it does from the questions it asks :-). Raeding the plain parts of the Perl code may be useful as well :-)) -- Jean-Pierre