Skip to content

Commit 02905c5

Browse files
committed
Undefined environment NoHyper
When having `PDF_HYPERLINKS = NO` specified (and having some tables defined) doxygen will give the error: ``` ! LaTeX Error: Environment NoHyper undefined. ``` when generating the pdf file. By defining a dummy `NoHyper` environment this problem can be overcome.
1 parent ba7ae83 commit 02905c5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

templates/latex/header.tex

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@
3737
\IfFormatAtLeastTF{2015/01/01}{\pdfsuppresswarningpagegroup=1}{}
3838
\fi
3939
40+
41+
%%BEGIN !PDF_HYPERLINKS
42+
\newenvironment{NoHyper}{}{}
43+
%%END !PDF_HYPERLINKS
44+
4045
\usepackage{doxygen}
4146
4247
$extralatexstylesheet

0 commit comments

Comments
 (0)