Index: doc/LaTeXmacros/common.sty
===================================================================
--- doc/LaTeXmacros/common.sty	(revision 3d5a8cbf23bfbf4e25da9b9efb041e002f556dcd)
+++ doc/LaTeXmacros/common.sty	(revision 022bce0f1f94d12a2727b9b37e573e3848c466c9)
@@ -11,6 +11,6 @@
 %% Created On       : Sat Apr  9 10:06:17 2016
 %% Last Modified By : Peter A. Buhr
-%% Last Modified On : Tue Feb 13 15:39:51 2024
-%% Update Count     : 634
+%% Last Modified On : Sun Feb 25 17:37:46 2024
+%% Update Count     : 640
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
@@ -40,13 +40,15 @@
 \newcommand{\CFA}{\protect\CFAIcon\xspace}				% CFA symbolic name
 \newcommand{\CFL}{\textrm{Cforall}\xspace}				% Cforall non-icon name
-\newcommand{\Celeven}{\textrm{C11}\xspace}				% C11 symbolic name
+\newcommand{\Celeven}{\textrm{C1\!1}\xspace}			% C11 symbolic name
+
 \newcommand{\CCIcon}{\textrm{C}\kern-.1em\hbox{+\kern-.25em+}} % C++ icon
-\newcommand{\CC}[1][]{\protect\CCIcon{#1}\xspace}		% C++ symbolic name
-\newcommand{\Cpp}[1][]{\CC{#1}}							% C++ synonym
 % numbers disallowed in latex variables names => use number names
-\newcommand{\CCeleven}{\protect\CCIcon{11}\xspace}		% C++11 symbolic name
+\newcommand{\CCeleven}{\protect\CCIcon{1\!1}\xspace}	% C++11 symbolic name
 \newcommand{\CCfourteen}{\protect\CCIcon{14}\xspace}	% C++14 symbolic name
 \newcommand{\CCseventeen}{\protect\CCIcon{17}\xspace}	% C++17 symbolic name
 \newcommand{\CCtwenty}{\protect\CCIcon{20}\xspace}		% C++20 symbolic name
+\newcommand{\CC}[1][]{\protect\CCIcon{#1}\xspace}		% C++ symbolic name
+\newcommand{\Cpp}[1][]{\CC{#1}}							% C++ synonym
+
 \newcommand{\Csharp}{C\raisebox{-0.7ex}{\relsize{2}$^\sharp$}\xspace} % C# symbolic name
 
@@ -303,7 +305,8 @@
 literate=
 %  {-}{\makebox[1ex][c]{\raisebox{0.4ex}{\rule{0.75ex}{0.1ex}}}}1
-  {-}{\raisebox{-1pt}{\texttt{-}}}1
+  {-}{\raisebox{-1pt}{\ttfamily-}}1
   {^}{\raisebox{0.6ex}{$\scriptstyle\land\,$}}1
   {~}{\raisebox{0.3ex}{$\scriptstyle\sim\,$}}1
+  {'}{\ttfamily'\!}1
   {`}{\ttfamily\upshape\hspace*{-0.3ex}`}1
   {<-}{$\leftarrow$}2
Index: doc/LaTeXmacros/common.tex
===================================================================
--- doc/LaTeXmacros/common.tex	(revision 3d5a8cbf23bfbf4e25da9b9efb041e002f556dcd)
+++ doc/LaTeXmacros/common.tex	(revision 022bce0f1f94d12a2727b9b37e573e3848c466c9)
@@ -11,6 +11,6 @@
 %% Created On       : Sat Apr  9 10:06:17 2016
 %% Last Modified By : Peter A. Buhr
-%% Last Modified On : Tue Feb 13 13:38:58 2024
-%% Update Count     : 599
+%% Last Modified On : Sun Feb 25 18:11:56 2024
+%% Update Count     : 614
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
@@ -40,13 +40,15 @@
 \newcommand{\CFA}{\protect\CFAIcon\xspace}				% CFA symbolic name
 \newcommand{\CFL}{\textrm{Cforall}\xspace}				% Cforall non-icon name
-\newcommand{\Celeven}{\textrm{C11}\xspace}				% C11 symbolic name
+\newcommand{\Celeven}{\textrm{C1\!1}\xspace}			% C11 symbolic name
+
 \newcommand{\CCIcon}{\textrm{C}\kern-.1em\hbox{+\kern-.25em+}} % C++ icon
-\newcommand{\CC}[1][]{\protect\CCIcon{#1}\xspace}		% C++ symbolic name
-\newcommand{\Cpp}[1][]{\CC{#1}}							% C++ synonym
 % numbers disallowed in latex variables names => use number names
-\newcommand{\CCeleven}{\protect\CCIcon{11}\xspace}		% C++11 symbolic name
+\newcommand{\CCeleven}{\protect\CCIcon{1\!1}\xspace}	% C++11 symbolic name
 \newcommand{\CCfourteen}{\protect\CCIcon{14}\xspace}	% C++14 symbolic name
 \newcommand{\CCseventeen}{\protect\CCIcon{17}\xspace}	% C++17 symbolic name
 \newcommand{\CCtwenty}{\protect\CCIcon{20}\xspace}		% C++20 symbolic name
+\newcommand{\CC}[1][]{\protect\CCIcon{#1}\xspace}		% C++ symbolic name
+\newcommand{\Cpp}[1][]{\CC{#1}}							% C++ synonym
+
 \newcommand{\Csharp}{C\raisebox{-0.7ex}{\relsize{2}$^\sharp$}\xspace} % C# symbolic name
 
@@ -307,7 +309,8 @@
 literate=
 %  {-}{\makebox[1ex][c]{\raisebox{0.4ex}{\rule{0.75ex}{0.1ex}}}}1
-  {-}{\raisebox{-1pt}{\texttt{-}}}1
+  {-}{\raisebox{-1pt}{\ttfamily-}}1
   {^}{\raisebox{0.6ex}{$\scriptstyle\land\,$}}1
   {~}{\raisebox{0.3ex}{$\scriptstyle\sim\,$}}1
+  {'}{\ttfamily'\!}1
   {`}{\ttfamily\upshape\hspace*{-0.3ex}`}1
   {<-}{$\leftarrow$}2
