diff options
Diffstat (limited to 'doc/doxygen_manual.tex')
-rw-r--r-- | doc/doxygen_manual.tex | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/doxygen_manual.tex b/doc/doxygen_manual.tex index f62f017..4bac9a9 100644 --- a/doc/doxygen_manual.tex +++ b/doc/doxygen_manual.tex @@ -1,7 +1,7 @@ % % % -% Copyright (C) 1997-2013 by Dimitri van Heesch. +% Copyright (C) 1997-2014 by Dimitri van Heesch. % % Permission to use, copy, modify, and distribute this software and its % documentation under the terms of the GNU General Public License is hereby @@ -24,7 +24,9 @@ \usepackage{color} \usepackage{ifthen} \usepackage[table]{xcolor} +\PassOptionsToPackage{warn}{textcomp} \usepackage{textcomp} +\usepackage[nointegrals]{wasysym} \usepackage{alltt} \usepackage{ifpdf} \ifpdf @@ -51,6 +53,7 @@ \usepackage[titles]{tocloft} \usepackage{amssymb} \usepackage{doxygen} +\newcommand{\+}{\discretionary{\mbox{\scriptsize$\hookleftarrow$}}{}{}} \lstset{language=C++,inputencoding=utf8,basicstyle=\footnotesize,breaklines=true,breakatwhitespace=true,tabsize=8,numbers=left } \makeindex \setcounter{tocdepth}{3} |