diff options
| author | Guillaume Melquiond | 2015-02-10 14:19:32 +0100 |
|---|---|---|
| committer | Guillaume Melquiond | 2015-02-10 14:19:32 +0100 |
| commit | 9360af713794cb9ecf3c5e7d686c6f486a65df7f (patch) | |
| tree | 4038f87cc450c012aa7148ef9713c2f97adb1030 | |
| parent | 48f58750125706b78b00284a541012982af4a17d (diff) | |
Add section numbering to the refman PDF. (Fix for bug #2365)
| -rw-r--r-- | doc/refman/Reference-Manual.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/refman/Reference-Manual.tex b/doc/refman/Reference-Manual.tex index dc88a00ead..91d30c0730 100644 --- a/doc/refman/Reference-Manual.tex +++ b/doc/refman/Reference-Manual.tex @@ -36,7 +36,7 @@ \input{../common/title.tex}% extension .tex pour htmlgen %\input{headers} -\usepackage[linktocpage,colorlinks]{hyperref} +\usepackage[linktocpage,colorlinks,bookmarks=true,bookmarksnumbered=true]{hyperref} % The manual advises to load hyperref package last to be able to redefine % necessary commands. % The above should work for both latex and pdflatex. Even if PDF is produced |
