mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 05:25:26 +00:00
parent
a12553e7ae
commit
0e23cfde29
@ -14,6 +14,14 @@
|
||||
% the documentation team
|
||||
% email: lyx-docs@lists.lyx.org
|
||||
|
||||
\usepackage{ifpdf} % part of the hyperref bundle
|
||||
\ifpdf % if pdflatex is used
|
||||
|
||||
% set fonts for nicer pdf view
|
||||
\IfFileExists{lmodern.sty}{\usepackage{lmodern}}{}
|
||||
|
||||
\fi % end if pdflatex is used
|
||||
|
||||
% the pages of the TOC is numbered roman
|
||||
% and a pdf-bookmark for the TOC is added
|
||||
\let\myTOC\tableofcontents
|
||||
|
Loading…
Reference in New Issue
Block a user