Menu

#6 thesis style options

open
nobody
options (4)
5
2012-09-14
2007-02-20
Anonymous
No

In the sep2e.cls, I have added a latex option "thesis-twoside" as theses can be submitted w/ twosided printing now.

Just throw in lines:
\DeclareOption{thesis-twoside}{%
\renewcommand{\@class}{report}\setboolean{@report}{false}%
\newcommand{\copyrightpage}{}
\PassOptionsToClass{twoside}{report}}

Notice the copyrightpage newcommand. Seems necessary now, even for the original "thesis" style.

There's a current SUthesis2e.sty I just installed at:
http://help-csli.stanford.edu/tex/suthesis/

Cheers- Brad

Discussion

Anonymous
Anonymous

Add attachments
Cancel