On Wed, 25 Feb 2004, Uwe St�hr wrote:

> Here the corrected version of UserguidePDF:
> 
> http://wiki.lyx.org/uploads/LyX/UserGuidePDF.lyx

Well, here we go again :-)

I took your version and did the following:

* Changed "Macro names mustn't contain numbers!"
  into    "Macro names cannot contain numbers!"

* Added this to the preamble:
        % Set nicer fonts for PDF-output
        \usepackage[scaled=0.92]{helvet}
        \usepackage{mathptmx}
        \usepackage{courier}
   so that the PDF file's fonts don't look crappy

* Added this to the preamble:

        % Use roman page number in general, but
        % arabic numbers up until the TOC
        % In addition, add a PDF bookmark for the TOC
        \pagenumbering{roman}
        \let\myTOC\tableofcontents
        \renewcommand\tableofcontents{%
        %\hypertarget{Inhalt}{}
        \pdfbookmark[1]{Contents}{TOC}
        \myTOC
        \clearpage
        \pagenumbering{arabic}
        }
   so that we get the roman/arabic page numbering (I like it! ;-)

* Changed "These package should..." into "This package should..." in the 
  note in the beginning.

* Change "URLs mustn't end with a backslash!" into
         "URLs may not end with a backslash!"

and I've uploaded this file as:
   http://wiki.lyx.org/uploads/DevelDoc/UserGuide/UserGuidePDF_chr.lyx

enjoy

/Christian

-- 
Christian Ridderstr�m                           http://www.md.kth.se/~chr


Reply via email to