Changeset 4432b52 for doc/theses/andrew_beach_MMath/cfalab.sty
- Timestamp:
- Nov 27, 2020, 9:08:28 AM (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:
- 4f0c520
- Parents:
- 1f9a4d0 (diff), e3282fe (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/andrew_beach_MMath/cfalab.sty
r1f9a4d0 r4432b52 27 27 % Cforall with the forall symbol. 28 28 \newsymbolcmd\CFA{\textsf{C}\raisebox{\depth}{\rotatebox{180}{\textsf{A}}}} 29 % C++ with kerning. (No standard number support.) 30 \newsymbolcmd\CPP{\textrm{C}\kern-.1em\hbox{+\kern-.25em+}} 31 32 % This is executed very early in the \begin{document} code. 33 \AtEndPreamble{ 34 \@ifpackageloaded{hyperref}{ 35 % Convert symbols to pdf compatable forms when required. 36 \pdfstringdefDisableCommands{ 37 \def\CFA{CFA} 38 \def\CPP{C++} 39 } 40 }{} 41 } 29 42 30 43 % The CFA listings language. Based off of ANCI C and including GCC extensions. … … 72 85 \renewcommand\textunderscore{\csuse{cfalab@textunderscore@#1}}} 73 86 74 % This is executed very early in the \begin{document} code.75 \AtEndPreamble{76 \@ifpackageloaded{hyperref}{77 % Convert symbols to pdf compatable forms when required.78 \pdfstringdefDisableCommands{79 \def\CFA{CFA}80 }81 }{}82 }83 84 87 \endinput
Note: See TracChangeset
for help on using the changeset viewer.