Skip to content

Instantly share code, notes, and snippets.

@blewert
Created July 2, 2019 22:47
Show Gist options
  • Save blewert/34328af1189e9afd402c1e5b70c0bb25 to your computer and use it in GitHub Desktop.
Save blewert/34328af1189e9afd402c1e5b70c0bb25 to your computer and use it in GitHub Desktop.
\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