Changeset b82c17a


Ignore:
Timestamp:
Nov 17, 2020, 2:19:06 PM (3 years ago)
Author:
Andrew Beach <ajbeach@…>
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
Message:

Andrew MMath: Moved the pdf symbol escape into the style file.

Location:
doc/theses/andrew_beach_MMath
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/andrew_beach_MMath/cfalab.sty

    ra032992 rb82c17a  
    7272    \renewcommand\textunderscore{\csuse{cfalab@textunderscore@#1}}}
    7373
     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
    7484\endinput
  • doc/theses/andrew_beach_MMath/thesis.tex

    ra032992 rb82c17a  
    2828\lstset{style=cfalab}
    2929\settextunderscore{new}
    30 \pdfstringdefDisableCommands{
    31     \def\CFA{CFA}
    32 }
    3330
    3431% Maybe only package that should be loaded after the hyperref package.
Note: See TracChangeset for help on using the changeset viewer.