Created
July 2, 2019 22:47
-
-
Save blewert/34328af1189e9afd402c1e5b70c0bb25 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\def\@classname {lincolncsthesis} | |
\def\ifClassOption [#1]#2 { | |
\@ifclasswith{\@classname}{#1}{#2}{#3} | |
} | |
\def\defineThesisOption [#1] { | |
\ifClassOption [#1] { | |
\expandafter\def \csname __thesis#1\endcsname ##1{\empty} | |
}{} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment