From f7af69aa0664180d9b57008d73a3d8cde73fff50 Mon Sep 17 00:00:00 2001 From: Christoph Grueninger <christoph.grueninger@iws.uni-stuttgart.de> Date: Fri, 16 Jan 2015 21:03:09 +0000 Subject: [PATCH] [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 --- doc/handbook/dumux-handbook.tex | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/handbook/dumux-handbook.tex b/doc/handbook/dumux-handbook.tex index dfe9f810f3..72fbab3876 100644 --- a/doc/handbook/dumux-handbook.tex +++ b/doc/handbook/dumux-handbook.tex @@ -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} -- GitLab