We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17ad167 commit b4607c7Copy full SHA for b4607c7
source/macros.tex
@@ -189,10 +189,10 @@
189
%%--------------------------------------------------
190
%% Macros for funky text
191
\newcommand{\Cpp}{\texorpdfstring{C\kern-0.05em\protect\raisebox{.35ex}{\textsmaller[2]{+\kern-0.05em+}}}{C++}}
192
-\newcommand{\CppIII}{\Cpp{} 2003}
193
-\newcommand{\CppXI}{\Cpp{} 2011}
194
-\newcommand{\CppXIV}{\Cpp{} 2014}
195
-\newcommand{\CppXVII}{\Cpp{} 2017}
+\newcommand{\CppIII}{\Cpp~2003}
+\newcommand{\CppXI}{\Cpp~2011}
+\newcommand{\CppXIV}{\Cpp~2014}
+\newcommand{\CppXVII}{\Cpp~2017}
196
\newcommand{\opt}[1]{#1{\ensuremath{_\mathit{opt}}}}
197
\newcommand{\dcr}{-{-}}
198
\newcommand{\bigoh}[1]{\ensuremath{\mathscr{O}(#1)}}
0 commit comments