Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
doxverilog
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
doxverilog
Commits
62cf7909
Commit
62cf7909
authored
Jan 11, 2014
by
Dimitri van Heesch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added option to have numbers in the bookmark pane (PDF output)
parent
158ffb7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
latexgen.cpp
src/latexgen.cpp
+5
-1
No files found.
src/latexgen.cpp
View file @
62cf7909
...
...
@@ -464,7 +464,11 @@ static void writeDefaultHeaderPart1(FTextStream &t)
{
// To avoid duplicate page anchors due to reuse of same numbers for
// 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
"
"
\\
begin{titlepage}
\n
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment