Jürgen Spitzmüller <[EMAIL PROTECTED]> writes:

> I would take that whole font selection trick out and chose the standard font 
> for the docs. Fairly recent TeX distributions contain Type1 default fonts 
> anyway.

Yes, I do not think it is a very good advertisement for LyX to let
people believe that one cannot have a reasonable document without 56
lines of preamble. We should try to obtain a minimal preamble with
reasonable output rather than a large one for details. For example,
the first one does not strike my as 100% needed

 % the pages of the TOC are numbered roman
 % and a pdf-bookmark for the TOC is added
 \pagenumbering{roman}
 \let\myTOC\tableofcontents
 \renewcommand\tableofcontents{%
   \pdfbookmark[1]{Contents}{}
   \myTOC
   \cleardoublepage
   \pagenumbering{arabic} }

Page numbering stuff is supposed to be done through \mainmatter and
friends (and, yes, supporting them by extending the appendix strick
would be nice).

JMarc

Reply via email to