On Wed, Dec 01, 1999 at 09:02:59AM +0200, Jacques Germishuizen wrote:
> Hello
> 
> Is there software available for converting Lyx 2 PDF?
> 
> Regards
> 
> Jacques Germishuizen
> E-pos: [EMAIL PROTECTED]

I use

\usepackage{pslatex}
%%to use Helvetica as normal font
\renewcommand{\familydefault}{\sfdefault}

\usepackage{url}
\usepackage{html}
\usepackage{hthtml}
\usepackage[ps2pdf,latex2html]{hyperref}

\hypersetup{
breaklinks=true,
colorlinks=true,
linktocpage,
pdfborder=001,
linkcolor=blue,
%anchorcolor=black,
%citecolor=green,
%filecolor=magenta,
%menucolor=red,
%pagecolor=red,
%urlcolor=cyan,
pdftitle="Impulsverarbeiter f|r LUM - LLD",
pdfauthor="FWDHE - Michael Behrens"
}

in the preamble of the lyx document. hyperref should be the last package included.

Then I export as PostScript and convert with ps2pdf of ghostscript 5.50.

Besides some other things, hyperref adds hyperlinks to the PDF-File, for example
references and the toc will have them...  

Regards,

-- Michael Behrens ---+-----------------------------------------+
|  Darmstadt, Germany | mailto:[EMAIL PROTECTED]  |
+---------------------+-----------------------------------------+

Reply via email to