Commit 62cf7909 authored by Dimitri van Heesch's avatar Dimitri van Heesch

added option to have numbers in the bookmark pane (PDF output)

parent 158ffb7f
...@@ -464,7 +464,11 @@ static void writeDefaultHeaderPart1(FTextStream &t) ...@@ -464,7 +464,11 @@ static void writeDefaultHeaderPart1(FTextStream &t)
{ {
// To avoid duplicate page anchors due to reuse of same numbers for // To avoid duplicate page anchors due to reuse of same numbers for
// the index (be it as roman numbers) // the index (be it as roman numbers)
t << "\\hypersetup{pageanchor=false}\n"; t << "\\hypersetup{pageanchor=false,\n"
<< " bookmarks=true,\n"
<< " bookmarksnumbered=true,\n"
<< " pdfencoding=unicode\n"
<< " }\n";
} }
t << "\\pagenumbering{roman}\n" t << "\\pagenumbering{roman}\n"
"\\begin{titlepage}\n" "\\begin{titlepage}\n"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment