]> git.lyx.org Git - lyx.git/blobdiff - lib/doc/EmbeddedObjects.lyx
UserGuide.lyx: clarify the description of the character encodings
[lyx.git] / lib / doc / EmbeddedObjects.lyx
index 3fa1afc853a46b1d431adfa2eb7637c593fa21c4..eab89684f033ff97be2fdc8e447177d9b2513616 100644 (file)
 % not to its caption
 \usepackage[figure]{hypcap}
 
-% the pages of the TOC are numbered roman
+% the pages of the TOC is numbered roman
 % and a PDF-bookmark for the TOC is added
-\pagenumbering{roman}
 \let\myTOC\tableofcontents
-\renewcommand{\tableofcontents}{%
- \pdfbookmark[1]{\contentsname}{}
- \myTOC
- \cleardoublepage
\pagenumbering{arabic}}
+\renewcommand\tableofcontents{%
+  \frontmatter
+  \pdfbookmark[1]{\contentsname}{}
+  \myTOC
 \mainmatter }
 
 % provides caption formatting
 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]