On Fri, Oct 19, 2001 at 15:03, E GCP wrote:
> This is a question for working with tex2pdf in LyX.
> 
> I have the following in my LaTeX preamble:
> 
> \usepackage[pdftex]{thumbpdf}
> \usepackage[pdftex,pdftitle={Main Title},
>            pdfauthor={Myself},
>            pdfsubject={My Thesis},
>            pdfkeywords={subject1,subject2},
>            plainpages=false,linktocpage,letterpaper,pagebackref,
>            colorlinks=true,pdfpagelabels]{hyperref}
tex2pdf inserts this \usepackage tag as well, so you should not put in
there. Instead you should use the perl port of tex2pdf and set the
parameters or the command line options accordingly.

The following of your hyperref parameters are handled explicitly by
tex2pdf: pdftitle, pdfauthor, pdftex, linktocpage, letterpaper,
colorlinks;

The remaining parameters have to be put in the following parameter/option:

--hyperref_args VALUE:
   specify extra arguments for the hyperref package

> When I use tex2pdf, it doesn't understand the pdfauthor, pdfsubject, and 
> pdfkeywords and creates a first page with:
> 
> ,23Main Title,,23Myself....
This is caused by a broken temp tex file generated by tex2pdf.

> Also, the options that are not set in the .tex2pdfrc doesn't pay attention 
> to them, like plainpages=false, pagebackref, pdfpagelabels. How can I set 
> those options in tex2pdf?

Perl port is still in beta. However, it works ok for most people.

Bye, Steffen

Reply via email to