Changeset ca1ec38 for doc/LaTeXmacros
- Timestamp:
 - Apr 19, 2017, 12:06:58 PM (9 years ago)
 - Branches:
 - ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
 - Children:
 - 699c02e, 8c14e29
 - Parents:
 - 648afb4
 - File:
 - 
      
- 1 edited
 
- 
          
  doc/LaTeXmacros/common.tex (modified) (5 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
doc/LaTeXmacros/common.tex
r648afb4 rca1ec38 1 2 1 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -*- Mode: Latex -*- %%%%%%%%%%%%%%%%%%%%%%%%%%%% 3 2 %% … … 12 11 %% Created On : Sat Apr 9 10:06:17 2016 13 12 %% Last Modified By : Peter A. Buhr 14 %% Last Modified On : Wed Apr 12 11:32:26201715 %% Update Count : 2 5713 %% Last Modified On : Tue Apr 18 17:16:13 2017 14 %% Update Count : 270 16 15 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 17 16 … … 37 36 % Names used in the document. 38 37 39 \newcommand{\CFA}{C$\mathbf\forall$\xspace} % set languagesymbolic name40 \newcommand{\CFL}{Cforall\xspace} % set language textname41 \newcommand{\CC}{\rm C\kern-.1em\hbox{+\kern-.25em+}\xspace} % C Csymbolic name38 \newcommand{\CFA}{C$\mathbf\forall$\xspace} % Cforall symbolic name 39 \newcommand{\CFL}{Cforall\xspace} % Cforall symbolic name 40 \newcommand{\CC}{\rm C\kern-.1em\hbox{+\kern-.25em+}\xspace} % C++ symbolic name 42 41 \newcommand{\CCeleven}{\rm C\kern-.1em\hbox{+\kern-.25em+}11\xspace} % C++11 symbolic name 43 42 \newcommand{\CCfourteen}{\rm C\kern-.1em\hbox{+\kern-.25em+}14\xspace} % C++14 symbolic name 44 43 \newcommand{\CCseventeen}{\rm C\kern-.1em\hbox{+\kern-.25em+}17\xspace} % C++17 symbolic name 45 \newcommand{\CCtwenty}{\rm C\kern-.1em\hbox{+\kern-.25em+}20 } % C++20 symbolic name46 \newcommand{\Celeven}{C11\xspace} % C11 symbolic name47 \newcommand{\Csharp}{C\raisebox{-0. 65ex}{\large$^\sharp$}\xspace}% C# symbolic name44 \newcommand{\CCtwenty}{\rm C\kern-.1em\hbox{+\kern-.25em+}20\xspace} % C++20 symbolic name 45 \newcommand{\Celeven}{C11\xspace} % C11 symbolic name 46 \newcommand{\Csharp}{C\raisebox{-0.7ex}{\Large$^\sharp$}\xspace} % C# symbolic name 48 47 49 48 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% … … 55 54 \setlength{\parindentlnth}{\parindent} 56 55 57 \newlength{\gcolumnposn} % temporary hack because lstlisting does handle tabs correctly56 \newlength{\gcolumnposn} % temporary hack because lstlisting does not handle tabs correctly 58 57 \newlength{\columnposn} 59 58 \setlength{\gcolumnposn}{2.5in} … … 274 273 belowskip=3pt, 275 274 % replace/adjust listing characters that look bad in sanserif 276 literate={-}{\ raisebox{-0.15ex}{\texttt{-}}}1 {^}{\raisebox{0.6ex}{$\scriptscriptstyle\land\,$}}1277 {~}{\raisebox{0.3ex}{$\scriptstyle\sim\,$}}1 { _}{\makebox[1.2ex][c]{\rule{1ex}{0.1ex}}}1 {`}{\ttfamily\upshape\hspace*{-0.1ex}`}1278 {<-}{$\leftarrow$}2 {=>}{$\Rightarrow$}2 ,275 literate={-}{\makebox[1ex][c]{\raisebox{0.4ex}{\rule{0.8ex}{0.075ex}}}}1 {^}{\raisebox{0.6ex}{$\scriptscriptstyle\land\,$}}1 276 {~}{\raisebox{0.3ex}{$\scriptstyle\sim\,$}}1 {`}{\ttfamily\upshape\hspace*{-0.1ex}`}1 277 {<-}{$\leftarrow$}2 {=>}{$\Rightarrow$}2 {->}{\makebox[1ex][c]{\raisebox{0.4ex}{\rule{0.8ex}{0.075ex}}}\kern-0.2ex\textgreater}2, 279 278 moredelim=**[is][\color{red}]{®}{®}, % red highlighting ®...® (registered trademark symbol) emacs: C-q M-. 280 279 moredelim=**[is][\color{blue}]{ß}{ß}, % blue highlighting ß...ß (sharp s symbol) emacs: C-q M-_  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.