>>Date: Mon, 16 Feb 2004 09:21:28 +0100 >>From: Markus Amersdorfer <[EMAIL PROTECTED]> >>To: [EMAIL PROTECTED] >>Subject: PDF-exports: hyperref & pdflatex >> [snip] problems of page size with hyperref/pdflatex >> >>Any ideas on how to get A4-PDF's with hyperref's? >>Are there any other options on how to perform LyX -> PDF to get >>"referenced PDFs"?
What about setting explicitely A4 in Layout->Document->Paper ? Otherwise, if you call hyperref in your document, building pdf by Export->PS and then ps2pdf -sPAPERSIZE=a4 foo.ps should be oK. If you want tu use pdflatex (because you have a lot of bitmap graphics, e.g.), the perl script tex2pdf allows to control the hyperref options from outside: you just have to import the script and define a nes pdf exporter calling tex2pdf. http://tex2pdf.berlios.de/ No hyperref stuf has to be defined in the original document (which remain as is, tex2pdf works with temp files, and leaves only pdf images translated frop eps, if needed). Known problems may come from (La)TeX instructions in title/author fields - which may be prevented with the config file - and hazards in epstopdf translations (90 degrees rotations e.g.) - this depends upon the quality of the eps files, see a recent thread about this subject. -- Jean-Pierre
