Changeset 144fa5c
- Timestamp:
- Feb 2, 2021, 9:53: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:
- 3b402339
- Parents:
- 5669d0b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/LaTeXmacros/common.tex
r5669d0b r144fa5c 11 11 %% Created On : Sat Apr 9 10:06:17 2016 12 12 %% Last Modified By : Peter A. Buhr 13 %% Last Modified On : T hu Jan 28 19:01:57202114 %% Update Count : 49 413 %% Last Modified On : Tue Feb 2 21:40:12 2021 14 %% Update Count : 498 15 15 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 16 16 … … 47 47 \newcommand{\CCtwenty}{\textrm{C}\kern-.1em\hbox{+\kern-.25em+}20\xspace} % C++20 symbolic name 48 48 \newcommand{\Csharp}{C\raisebox{-0.7ex}{\Large$^\sharp$}\xspace} % C# symbolic name 49 50 \pdfstringdefDisableCommands{ 51 \def\CFA{\CFL} 52 \def\CC{C++\xspace} 53 \def\CCeleven{C++11\xspace} 54 \def\CCfourteen{C++14\xspace} 55 \def\CCseventeen{C++17\xspace} 56 \def\CCtwenty{C++20\xspace} 57 \def\Csharp{C\#\xspace} 58 \def\lstinline{\xspace} 59 } 49 60 50 61 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% … … 266 277 showlines=true, % show blank lines at end of code 267 278 aboveskip=4pt, % spacing above/below code block 268 belowskip= -2pt,279 belowskip=0pt, 269 280 numberstyle=\footnotesize\sf, % numbering style 270 281 % replace/adjust listing characters that look bad in sanserif
Note: See TracChangeset
for help on using the changeset viewer.