Changes in / [3f9a8d0:a4da45e]
- Location:
- doc/LaTeXmacros
- Files:
-
- 2 edited
-
common.sty (modified) (3 diffs)
-
common.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/LaTeXmacros/common.sty
r3f9a8d0 ra4da45e 11 11 %% Created On : Sat Apr 9 10:06:17 2016 12 12 %% Last Modified By : Peter A. Buhr 13 %% Last Modified On : Sun Feb 25 23:30:09202414 %% Update Count : 64 513 %% Last Modified On : Sun Feb 25 17:37:46 2024 14 %% Update Count : 640 15 15 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 16 16 … … 40 40 \newcommand{\CFA}{\protect\CFAIcon\xspace} % CFA symbolic name 41 41 \newcommand{\CFL}{\textrm{Cforall}\xspace} % Cforall non-icon name 42 \newcommand{\Celeven}{\textrm{C1\ hspace*{-0.4ex}1}\xspace}% C11 symbolic name42 \newcommand{\Celeven}{\textrm{C1\!1}\xspace} % C11 symbolic name 43 43 44 44 \newcommand{\CCIcon}{\textrm{C}\kern-.1em\hbox{+\kern-.25em+}} % C++ icon 45 45 % numbers disallowed in latex variables names => use number names 46 \newcommand{\CCeleven}{\protect\CCIcon{1\ hspace*{-0.4ex}1}\xspace}% C++11 symbolic name46 \newcommand{\CCeleven}{\protect\CCIcon{1\!1}\xspace} % C++11 symbolic name 47 47 \newcommand{\CCfourteen}{\protect\CCIcon{14}\xspace} % C++14 symbolic name 48 48 \newcommand{\CCseventeen}{\protect\CCIcon{17}\xspace} % C++17 symbolic name … … 306 306 % {-}{\makebox[1ex][c]{\raisebox{0.4ex}{\rule{0.75ex}{0.1ex}}}}1 307 307 {-}{\raisebox{-1pt}{\ttfamily-}}1 308 {^}{\raisebox{0.6ex}{ \(\scriptstyle\land\,\)}}1309 {~}{\raisebox{0.3ex}{ \(\scriptstyle\sim\,\)}}1310 {'}{\ttfamily'\ hspace*{-0.4ex}}1308 {^}{\raisebox{0.6ex}{$\scriptstyle\land\,$}}1 309 {~}{\raisebox{0.3ex}{$\scriptstyle\sim\,$}}1 310 {'}{\ttfamily'\!}1 311 311 {`}{\ttfamily\upshape\hspace*{-0.3ex}`}1 312 312 {<-}{$\leftarrow$}2 -
doc/LaTeXmacros/common.tex
r3f9a8d0 ra4da45e 11 11 %% Created On : Sat Apr 9 10:06:17 2016 12 12 %% Last Modified By : Peter A. Buhr 13 %% Last Modified On : Mon Feb 26 08:06:05202414 %% Update Count : 61 513 %% Last Modified On : Sun Feb 25 18:11:56 2024 14 %% Update Count : 614 15 15 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 16 16 … … 40 40 \newcommand{\CFA}{\protect\CFAIcon\xspace} % CFA symbolic name 41 41 \newcommand{\CFL}{\textrm{Cforall}\xspace} % Cforall non-icon name 42 \newcommand{\Celeven}{\textrm{C1\ hspace*{-0.4ex}1}\xspace}% C11 symbolic name42 \newcommand{\Celeven}{\textrm{C1\!1}\xspace} % C11 symbolic name 43 43 44 44 \newcommand{\CCIcon}{\textrm{C}\kern-.1em\hbox{+\kern-.25em+}} % C++ icon 45 45 % numbers disallowed in latex variables names => use number names 46 \newcommand{\CCeleven}{\protect\CCIcon{1\ hspace*{-0.4ex}1}\xspace}% C++11 symbolic name46 \newcommand{\CCeleven}{\protect\CCIcon{1\!1}\xspace} % C++11 symbolic name 47 47 \newcommand{\CCfourteen}{\protect\CCIcon{14}\xspace} % C++14 symbolic name 48 48 \newcommand{\CCseventeen}{\protect\CCIcon{17}\xspace} % C++17 symbolic name … … 310 310 % {-}{\makebox[1ex][c]{\raisebox{0.4ex}{\rule{0.75ex}{0.1ex}}}}1 311 311 {-}{\raisebox{-1pt}{\ttfamily-}}1 312 {^}{\raisebox{0.6ex}{ \(\scriptstyle\land\,\)}}1313 {~}{\raisebox{0.3ex}{ \(\scriptstyle\sim\,\)}}1314 {'}{\ttfamily'\ hspace*{-0.4ex}}1312 {^}{\raisebox{0.6ex}{$\scriptstyle\land\,$}}1 313 {~}{\raisebox{0.3ex}{$\scriptstyle\sim\,$}}1 314 {'}{\ttfamily'\!}1 315 315 {`}{\ttfamily\upshape\hspace*{-0.3ex}`}1 316 316 {<-}{$\leftarrow$}2
Note:
See TracChangeset
for help on using the changeset viewer.