Skip to content
Snippets Groups Projects
Commit f7af69aa authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[handbook] Change \Cplusplus and get rid of package relsize.

Relsize is not part of standard TeX live and causes errors.
Use the command suggested from the C++ FAQ.


git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14078 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 0b515145
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,6 @@
\usepackage{makeidx}
\usepackage{graphicx}
\usepackage{xspace}
\usepackage{relsize}
\usepackage[htt]{hyphenat}
\usepackage{lscape}
\usepackage{enumerate}
......@@ -80,7 +79,7 @@
\definecolor{dumuxYellow}{HTML}{E19417}
\definecolor{dumuxBlue}{HTML}{0C73CF}
% beautify C++
\DeclareRobustCommand\Cplusplus{\texorpdfstring{C\raisebox{2pt}{{\relsize{-3}++}}\xspace}{C++}}
\DeclareRobustCommand\Cplusplus{\texorpdfstring{C\nolinebreak[4]\hspace{-.05em}\raisebox{.4ex}{\tiny\bf ++}\xspace}{C++}}
\newcommand{\porosity}{\phi}
\newcommand{\saturation}{S}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment