Changeset b82c17a for doc/theses
- Timestamp:
- Nov 17, 2020, 2:19:06 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:
- b4130f9
- Parents:
- a032992
- Location:
- doc/theses/andrew_beach_MMath
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/andrew_beach_MMath/cfalab.sty
ra032992 rb82c17a 72 72 \renewcommand\textunderscore{\csuse{cfalab@textunderscore@#1}}} 73 73 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 74 84 \endinput -
doc/theses/andrew_beach_MMath/thesis.tex
ra032992 rb82c17a 28 28 \lstset{style=cfalab} 29 29 \settextunderscore{new} 30 \pdfstringdefDisableCommands{31 \def\CFA{CFA}32 }33 30 34 31 % Maybe only package that should be loaded after the hyperref package.
Note: See TracChangeset
for help on using the changeset viewer.