Changes in doc/LaTeXmacros/common.tex [ca1ec38:eaa2f3a1]
- File:
-
- 1 edited
-
doc/LaTeXmacros/common.tex (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/LaTeXmacros/common.tex
rca1ec38 reaa2f3a1 1 1 2 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -*- Mode: Latex -*- %%%%%%%%%%%%%%%%%%%%%%%%%%%% 2 3 %% … … 11 12 %% Created On : Sat Apr 9 10:06:17 2016 12 13 %% Last Modified By : Peter A. Buhr 13 %% Last Modified On : Tue Apr 18 17:16:13201714 %% Update Count : 2 7014 %% Last Modified On : Wed Apr 12 11:32:26 2017 15 %% Update Count : 257 15 16 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 16 17 … … 36 37 % Names used in the document. 37 38 38 \newcommand{\CFA}{C$\mathbf\forall$\xspace} % Cforallsymbolic name39 \newcommand{\CFL}{Cforall\xspace} % Cforall symbolicname40 \newcommand{\CC}{\rm C\kern-.1em\hbox{+\kern-.25em+}\xspace} % C ++symbolic name39 \newcommand{\CFA}{C$\mathbf\forall$\xspace} % set language symbolic name 40 \newcommand{\CFL}{Cforall\xspace} % set language text name 41 \newcommand{\CC}{\rm C\kern-.1em\hbox{+\kern-.25em+}\xspace} % CC symbolic name 41 42 \newcommand{\CCeleven}{\rm C\kern-.1em\hbox{+\kern-.25em+}11\xspace} % C++11 symbolic name 42 43 \newcommand{\CCfourteen}{\rm C\kern-.1em\hbox{+\kern-.25em+}14\xspace} % C++14 symbolic name 43 44 \newcommand{\CCseventeen}{\rm C\kern-.1em\hbox{+\kern-.25em+}17\xspace} % C++17 symbolic name 44 \newcommand{\CCtwenty}{\rm C\kern-.1em\hbox{+\kern-.25em+}20 \xspace} % C++20 symbolic name45 \newcommand{\Celeven}{C11\xspace} % C11 symbolic name46 \newcommand{\Csharp}{C\raisebox{-0. 7ex}{\Large$^\sharp$}\xspace}% C# symbolic name45 \newcommand{\CCtwenty}{\rm C\kern-.1em\hbox{+\kern-.25em+}20} % C++20 symbolic name 46 \newcommand{\Celeven}{C11\xspace} % C11 symbolic name 47 \newcommand{\Csharp}{C\raisebox{-0.65ex}{\large$^\sharp$}\xspace} % C# symbolic name 47 48 48 49 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% … … 54 55 \setlength{\parindentlnth}{\parindent} 55 56 56 \newlength{\gcolumnposn} % temporary hack because lstlisting does nothandle tabs correctly57 \newlength{\gcolumnposn} % temporary hack because lstlisting does handle tabs correctly 57 58 \newlength{\columnposn} 58 59 \setlength{\gcolumnposn}{2.5in} … … 273 274 belowskip=3pt, 274 275 % replace/adjust listing characters that look bad in sanserif 275 literate={-}{\ makebox[1ex][c]{\raisebox{0.4ex}{\rule{0.8ex}{0.075ex}}}}1 {^}{\raisebox{0.6ex}{$\scriptscriptstyle\land\,$}}1276 {~}{\raisebox{0.3ex}{$\scriptstyle\sim\,$}}1 { `}{\ttfamily\upshape\hspace*{-0.1ex}`}1277 {<-}{$\leftarrow$}2 {=>}{$\Rightarrow$}2 {->}{\makebox[1ex][c]{\raisebox{0.4ex}{\rule{0.8ex}{0.075ex}}}\kern-0.2ex\textgreater}2,276 literate={-}{\raisebox{-0.15ex}{\texttt{-}}}1 {^}{\raisebox{0.6ex}{$\scriptscriptstyle\land\,$}}1 277 {~}{\raisebox{0.3ex}{$\scriptstyle\sim\,$}}1 {_}{\makebox[1.2ex][c]{\rule{1ex}{0.1ex}}}1 {`}{\ttfamily\upshape\hspace*{-0.1ex}`}1 278 {<-}{$\leftarrow$}2 {=>}{$\Rightarrow$}2, 278 279 moredelim=**[is][\color{red}]{®}{®}, % red highlighting ®...® (registered trademark symbol) emacs: C-q M-. 279 280 moredelim=**[is][\color{blue}]{ß}{ß}, % blue highlighting ß...ß (sharp s symbol) emacs: C-q M-_
Note:
See TracChangeset
for help on using the changeset viewer.