Changeset 8ccb0d4
- Timestamp:
- Sep 4, 2020, 12:46:50 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 6be34ea3
- Parents:
- d835116
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/LaTeXmacros/common.tex
rd835116 r8ccb0d4 11 11 %% Created On : Sat Apr 9 10:06:17 2016 12 12 %% Last Modified By : Peter A. Buhr 13 %% Last Modified On : Fri May 24 07:59:54 201914 %% Update Count : 38 213 %% Last Modified On : Mon Jul 9 08:28:05 2018 14 %% Update Count : 380 15 15 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 16 16 … … 61 61 \newlength{\gcolumnposn} % temporary hack because lstlisting does not handle tabs correctly 62 62 \newlength{\columnposn} 63 \setlength{\gcolumnposn}{2. 75in}63 \setlength{\gcolumnposn}{2.5in} 64 64 \setlength{\columnposn}{\gcolumnposn} 65 65 \newcommand{\C}[2][\@empty]{\ifx#1\@empty\else\global\setlength{\columnposn}{#1}\global\columnposn=\columnposn\fi\hfill\makebox[\textwidth-\columnposn][l]{\lst@basicstyle{\LstCommentStyle{#2}}}} … … 263 263 {~}{\raisebox{0.3ex}{$\scriptstyle\sim\,$}}1 {`}{\ttfamily\upshape\hspace*{-0.1ex}`}1 264 264 {<-}{$\leftarrow$}2 {=>}{$\Rightarrow$}2 {->}{\makebox[1ex][c]{\raisebox{0.4ex}{\rule{0.8ex}{0.075ex}}}\kern-0.2ex\textgreater}2, 265 moredelim=**[is][\color{red}]{ ®}{®}, % red highlighting ®...®(registered trademark symbol) emacs: C-q M-.265 moredelim=**[is][\color{red}]{?}{?}, % red highlighting ?...? (registered trademark symbol) emacs: C-q M-. 266 266 moredelim=**[is][\color{blue}]{ß}{ß}, % blue highlighting ß...ß (sharp s symbol) emacs: C-q M-_ 267 267 moredelim=**[is][\color{OliveGreen}]{¢}{¢}, % green highlighting ¢...¢ (cent symbol) emacs: C-q M-"
Note: See TracChangeset
for help on using the changeset viewer.