Ignore:
Timestamp:
Oct 25, 2020, 11:00:14 AM (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:
912cc7d7
Parents:
c532847
Message:

In Andrew/MMath, updated some escape prefixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/andrew_beach_MMath/uw-ethesis.cls

    rc532847 ra3f36dc  
    3333
    3434% Requested Format:
    35 \newrobustcmd*{\ethesis@format}{digital}
    36 \DeclareOption{print}{\renewrobustcmd*{\ethesis@format}{print}}
    37 \DeclareOption{digital}{\renewrobustcmd*{\ethesis@format}{digital}}
     35\newrobustcmd*{\ethesis@@format}{digital}
     36\DeclareOption{print}{\renewrobustcmd*{\ethesis@@format}{print}}
     37\DeclareOption{digital}{\renewrobustcmd*{\ethesis@@format}{digital}}
    3838
    3939\ProcessOptions\relax
     
    8181% a recto page. This will often require an empty verso (left-hand side) page
    8282% that should not have the page number printed on it.
    83 \let\origdoublepage\cleardoublepage
     83\let\ethesis@origdoublepage\cleardoublepage
    8484\newcommand{\clearemptydoublepage}{%
    85   \clearpage{\pagestyle{empty}\origdoublepage}}
     85  \clearpage{\pagestyle{empty}\ethesis@origdoublepage}}
    8686\let\cleardoublepage\clearemptydoublepage
    8787
     
    9090
    9191% Configurations
    92 \def\setThesisTitle#1{\newrobustcmd*{\ethesis@title}{#1}}
    93 \def\setThesisAuthor#1{\newrobustcmd*{\ethesis@author}{#1}}
    94 \def\setThesisSubject#1{\newrobustcmd*{\ethesis@subject}{#1}}
    95 \def\setThesisKeywords#1{\newrobustcmd*{\ethesis@keywords}{#1}}
     92\def\setThesisTitle#1{\newrobustcmd*{\ethesis@@title}{#1}}
     93\def\setThesisAuthor#1{\newrobustcmd*{\ethesis@@author}{#1}}
     94\def\setThesisSubject#1{\newrobustcmd*{\ethesis@@subject}{#1}}
     95\def\setThesisKeywords#1{\newrobustcmd*{\ethesis@@keywords}{#1}}
    9696
    9797% Includes the hyperref package loading a number of defaults.
     
    106106    pdfstartview={FitH},    % Fits the width of the page to the window.
    107107  }
    108   \ifdef{\ethesis@title}{\hypersetup{pdftitle={\ethesis@title}}}{}
    109   \ifdef{\ethesis@author}{\hypersetup{pdfauthor={\ethesis@author}}}{}
    110   \ifdef{\ethesis@subject}{\hypersetup{pdfsubject={\ethesis@subject}}}{}
    111   \ifdef{\ethesis@keywords}{\hypersetup{pdfkeywords={\ethesis@keywords}}}{}
     108  \ifdef{\ethesis@@title}{\hypersetup{pdftitle={\ethesis@@title}}}{}
     109  \ifdef{\ethesis@@author}{\hypersetup{pdfauthor={\ethesis@@author}}}{}
     110  \ifdef{\ethesis@@subject}{\hypersetup{pdfsubject={\ethesis@@subject}}}{}
     111  \ifdef{\ethesis@@keywords}{\hypersetup{pdfkeywords={\ethesis@@keywords}}}{}
    112112  \ifformat{print}{
    113113    \hypersetup{
Note: See TracChangeset for help on using the changeset viewer.