PHD title page is good enough for now.
This commit is contained in:
40
PHD-NAME-YEAR.tex
Normal file
40
PHD-NAME-YEAR.tex
Normal file
@@ -0,0 +1,40 @@
|
|||||||
|
\documentclass[12pt,a4paper]{memoir}
|
||||||
|
\usepackage{ruthesis}
|
||||||
|
\title{Ph.D. Dissertation Template for \theInstitution{}}
|
||||||
|
\author{Joseph T. Foley}%Use \and as an author separator
|
||||||
|
\date{\today}% Change this to the date that it is signed
|
||||||
|
\titledetails{
|
||||||
|
Dissertation submitted to the School of Technology
|
||||||
|
at \theInstitution{} in partial fulfillment
|
||||||
|
of the requirements for the degree of
|
||||||
|
\textbf{Doctor of Philosophy}
|
||||||
|
}
|
||||||
|
\titlepeopleinfo{
|
||||||
|
\begin{rolelist}
|
||||||
|
\item Supervisors:
|
||||||
|
\begin{peoplelist}
|
||||||
|
\item Superior A. Teacher, Supervisor\\Professor, \theInstitution, Iceland
|
||||||
|
\end{peoplelist}
|
||||||
|
|
||||||
|
\item Examiner:
|
||||||
|
\begin{peoplelist}
|
||||||
|
\item Tough E. Questions, Examiner\\Associate Professor, Massachusetts Institute of Technology, USA
|
||||||
|
\end{peoplelist}
|
||||||
|
|
||||||
|
\end{rolelist}
|
||||||
|
}
|
||||||
|
|
||||||
|
\usepackage{lipsum}%provides us with text for testing
|
||||||
|
%% usage: \lipsum[STARTNUM-ENDNUM]
|
||||||
|
|
||||||
|
|
||||||
|
\begin{document}
|
||||||
|
\maketitle
|
||||||
|
\newpage
|
||||||
|
|
||||||
|
\lipsum[0-20]
|
||||||
|
\end{document}
|
||||||
|
%%% Local Variables:
|
||||||
|
%%% mode: latex
|
||||||
|
%%% TeX-master: "PHD-NAME-YEAR"
|
||||||
|
%%% End:
|
||||||
30
rubook.sty
30
rubook.sty
@@ -1,12 +1,12 @@
|
|||||||
%% ---------------------------------------------------------------------------------------------
|
%% ---------------------------------------------------------------------------------------------
|
||||||
%% LaTeX Base Class Reykjavík University Theses/Dissertations/Books,
|
%% LaTeX Package for Reykjavík University Books,
|
||||||
%% ---------------------------------------------------------------------------------------------
|
%% ---------------------------------------------------------------------------------------------
|
||||||
%% Original Author: Bjórn Þór Jónsson (bjorn AT ru.is)
|
%% Original Author: Bjórn Þór Jónsson (bjorn AT ru.is)
|
||||||
%% Modified by: Eyjólfur Ingi Ásgeirsson <eyjo AT ru.is>
|
%% Modified by: Eyjólfur Ingi Ásgeirsson <eyjo AT ru.is>
|
||||||
%% Modified and Maintained by: Joseph Timothy Foley <foley AT ru.is>
|
%% Modified and Maintained by: Joseph Timothy Foley <foley AT ru.is>
|
||||||
%% Refactored/Simplified on 2020-02-03: Joseph Timothy Foley <foley AT ru.is>
|
%% Refactored/Simplified on 2020-02-03: Joseph Timothy Foley <foley AT ru.is>
|
||||||
%% Questions, comments, complaints: latex-help@LIST.RU.IS
|
%% Questions, comments, complaints: latex-help@LIST.RU.IS
|
||||||
%% Created on 2015-02-27
|
%% Created on 2020-02-05
|
||||||
%% This code is distributed under the MIT license
|
%% This code is distributed under the MIT license
|
||||||
%% Details at LICENSE.md
|
%% Details at LICENSE.md
|
||||||
|
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
\newcommand{\fileversion@rubook}{2.0}
|
\newcommand{\fileversion@rubook}{2.0}
|
||||||
\newcommand{\filedate@rubook}{2020/02/03}% must be YYYY/MM/DD!
|
\newcommand{\filedate@rubook}{2020/02/03}% must be YYYY/MM/DD!
|
||||||
\newcommand{\fileauthor@rubook}{Joseph Timothy Foley, foley at RU.IS}
|
\newcommand{\fileauthor@rubook}{Joseph Timothy Foley, foley at RU.IS}
|
||||||
\ProvidesClass{rubook}[\filedate@rubook by \fileauthor@rubook]
|
\ProvidesPackage{rubook}[\filedate@rubook by \fileauthor@rubook]
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\typeout{Book Class for Reykjavik University \fileversion@rubook <\filedate@rubook>, by \fileauthor@rubook}
|
\typeout{Book Class for Reykjavik University \fileversion@rubook <\filedate@rubook>, by \fileauthor@rubook}
|
||||||
|
|
||||||
@@ -78,13 +78,11 @@
|
|||||||
\setbool{forcegraphics}{true}\typeout{rubook option: forcegraphics}%
|
\setbool{forcegraphics}{true}\typeout{rubook option: forcegraphics}%
|
||||||
}%
|
}%
|
||||||
|
|
||||||
|
%%% Memoir test: Memoir Manual 21.2 p.367
|
||||||
%% Memoir class sets up most of what we need
|
%% Only works with the memoir class!!!!!!!!!!!!!!!
|
||||||
\PassOptionsToClass{12pt,a4paper}{memoir}%Set the default font and paper size
|
|
||||||
|
|
||||||
%% ---------------- Execution of Options -----------------------------
|
%% ---------------- Execution of Options -----------------------------
|
||||||
\ProcessOptions\relax% this stops searching for a * in \ProcessOptions*
|
\ProcessOptions\relax% this stops searching for a * in \ProcessOptions*
|
||||||
\LoadClassWithOptions{memoir}%Parent class, options passed to it
|
|
||||||
%% Read page 20 of http://latex-project.org/guides/clsguide.pdf
|
%% Read page 20 of http://latex-project.org/guides/clsguide.pdf
|
||||||
%% carefully before modifying any of the execution and previous section.
|
%% carefully before modifying any of the execution and previous section.
|
||||||
%% ---------------- Package Loading -----------------------------
|
%% ---------------- Package Loading -----------------------------
|
||||||
@@ -235,6 +233,7 @@
|
|||||||
%% For checking if commands are redefined
|
%% For checking if commands are redefined
|
||||||
%% \CheckCommand{cmd}[num][default]{definition}
|
%% \CheckCommand{cmd}[num][default]{definition}
|
||||||
|
|
||||||
|
|
||||||
%% Spacing modes from the memoir class
|
%% Spacing modes from the memoir class
|
||||||
%\SingleSpacing{} % single spacing
|
%\SingleSpacing{} % single spacing
|
||||||
%\OnehalfSpacing{} % one and a half
|
%\OnehalfSpacing{} % one and a half
|
||||||
@@ -252,6 +251,23 @@
|
|||||||
%\makeoddhead{chapter}{}{}{} %to change only one side
|
%\makeoddhead{chapter}{}{}{} %to change only one side
|
||||||
|
|
||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%% TITLE PAGE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
|
||||||
|
%% Some may need a different front logo
|
||||||
|
\newcommand{\frontlogo@rubook}{ru-logo}
|
||||||
|
\newcommand{\frontlogo}[1]{\renewcommand{\frontlogo@rubook}{#1}}
|
||||||
|
|
||||||
|
\renewcommand{\maketitlehooka}{\begin{centering}\includegraphics[width=4cm]{\frontlogo@rubook}\par\end{centering}}%
|
||||||
|
\renewcommand{\pretitle}{\begin{center}\titletitlefont}%
|
||||||
|
\renewcommand{\posttitle}{\par\end{center}}
|
||||||
|
\renewcommand{\maketitlehookb}{\begin{center}\titletextfont{}by\par\end{center}}
|
||||||
|
\renewcommand{\preauthor}{\titletextfont\begin{center}\large\par}
|
||||||
|
\renewcommand{\postauthor}{\par\end{center}}
|
||||||
|
\newcommand{\titledetails}[1]{\renewcommand{\maketitlehookc}{#1}}
|
||||||
|
\renewcommand{\predate}{\begin{center}\large}
|
||||||
|
\renewcommand{\postdate}{\par\end{center}\newpage}
|
||||||
|
|
||||||
|
|
||||||
%%%%%%%%%%%% DRAFT AND PROOF MARKS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%% DRAFT AND PROOF MARKS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
\newcommand{\draftmark}{}
|
\newcommand{\draftmark}{}
|
||||||
\newcommand{\draftbigmark}{}
|
\newcommand{\draftbigmark}{}
|
||||||
|
|||||||
146
ruthesis.sty
146
ruthesis.sty
@@ -14,14 +14,14 @@
|
|||||||
\newcommand{\fileversion@ruthesisen}{$Revision: 361 $}
|
\newcommand{\fileversion@ruthesisen}{$Revision: 361 $}
|
||||||
\newcommand{\filedate@ruthesisen}{2020/02/03}% must be YYYY/MM/DD!
|
\newcommand{\filedate@ruthesisen}{2020/02/03}% must be YYYY/MM/DD!
|
||||||
\newcommand{\fileauthor@ruthesisen}{Joseph Timothy Foley, foley at RU.IS}
|
\newcommand{\fileauthor@ruthesisen}{Joseph Timothy Foley, foley at RU.IS}
|
||||||
\ProvidesClass{ruthesisen}[\filedate@ruthesisen by \fileauthor@ruthesisen]
|
\ProvidesPackage{ruthesis}[\filedate@ruthesisen by \fileauthor@ruthesisen]
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\typeout{Thesis Class (English) for Reykjavik University \fileversion@ruthesisen <\filedate@ruthesisen>, by \fileauthor@ruthesisen}
|
\typeout{Thesis Class (English) for Reykjavik University \fileversion@ruthesisen <\filedate@ruthesisen>, by \fileauthor@ruthesisen}
|
||||||
|
|
||||||
%% ---------------- Execution of Options -----------------------------
|
%% ---------------- Execution of Options -----------------------------
|
||||||
\ProcessOptions\relax% this stops searching for a * in \ProcessOtions*
|
%\ProcessOptions\relax% this stops searching for a * in \ProcessOtions*
|
||||||
\LoadClassWithOptions{rubook}% our parent class.
|
%\LoadClassWithOptions{rubook}% our parent class.
|
||||||
|
\RequirePackage{rubook}%
|
||||||
|
|
||||||
%%%%%%%%%%%%%%%%%%%% Addional Font Adjustments%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%% Addional Font Adjustments%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
%% rubook sets up some reasonable fonts, but we may need further adjustments
|
%% rubook sets up some reasonable fonts, but we may need further adjustments
|
||||||
@@ -35,14 +35,10 @@
|
|||||||
\RequirePackage{dashrule}
|
\RequirePackage{dashrule}
|
||||||
|
|
||||||
%% Default is at RU
|
%% Default is at RU
|
||||||
\newcommand{\Institution@ruthesisen}{Reykjav\'{\i}k University}%
|
\newcommand{\theInstitution}{Reykjav\'{\i}k University}%
|
||||||
\newcommand{\InstitutionAddress@ruthesisen}{Menntavegur 1\\101 Reykjavík, Iceland}
|
\newcommand{\theInstitutionAddress}{Menntavegur 1\\101 Reykjavík, Iceland}
|
||||||
\newcommand{\InstitutionPhone}{+354 599 6200}
|
\newcommand{\theInstitutionPhone}{+354 599 6200}
|
||||||
\newcommand{\InstitutionURL}{www.ru.is}%
|
\newcommand{\theInstitutionURL}{www.ru.is}%
|
||||||
|
|
||||||
%% Some may need a different front logo
|
|
||||||
\newcommand{\frontlogo@ruthesisen}{ru-logo}
|
|
||||||
|
|
||||||
|
|
||||||
\newcommand{\setAbstract}[1]{\renewcommand{\abstract@ruthesisen}{#1}}
|
\newcommand{\setAbstract}[1]{\renewcommand{\abstract@ruthesisen}{#1}}
|
||||||
|
|
||||||
@@ -108,28 +104,18 @@
|
|||||||
%%%%%%%%%%%%%%%% MARGINS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%% MARGINS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
%% WARNING: memoir class has its own margin macros
|
%% WARNING: memoir class has its own margin macros
|
||||||
%% Do not use the geometry package unless you know what you are doing
|
%% Do not use the geometry package!!!!
|
||||||
|
|
||||||
% \newlength{\pagecenterx}%
|
|
||||||
% \setlength{\pagecenterx}{\stockwidth/2}
|
|
||||||
% \newlength{\pagecentery}
|
|
||||||
% \setlength{\pagecentery}{\stockheight/2}
|
|
||||||
% \newlength{\covernowinmarginl}
|
|
||||||
% \setlength{\covernowinmarginl}{30mm}
|
|
||||||
|
|
||||||
% \setlength{\TPMargin}{0mm} %% margins inside the textblock*
|
% \setlength{\TPMargin}{0mm} %% margins inside the textblock*
|
||||||
|
|
||||||
% \newcommand{\defaultmargins}{
|
\semiisopage
|
||||||
% % \semiisopage
|
|
||||||
% % The MS word template uses even 25.4mm margins, this is not as good if is bound
|
% % The MS word template uses even 25.4mm margins, this is not as good if is bound
|
||||||
% \setlrmarginsandblock{30mm}{25.4mm}{*}
|
\setlrmarginsandblock{30mm}{25.4mm}{*}
|
||||||
% % {left}{right}{ratio}, * for calculate
|
% % {left}{right}{ratio}, * for calculate
|
||||||
|
%%% if you need it to be even (for online), use this
|
||||||
% \setulmarginsandblock{25.4mm}{25.4mm}{*}
|
\ifbool{online}{\setulmarginsandblock{25.4mm}{25.4mm}{*}}
|
||||||
% % {upper}{lower}{ratio} * for calculate
|
% % {upper}{lower}{ratio} * for calculate
|
||||||
% \checkandfixthelayout% implement the margins
|
\checkandfixthelayout% implement the margins
|
||||||
% }
|
|
||||||
% \defaultmargins{} % this macro is in case something messes with the margins
|
|
||||||
|
|
||||||
%% Some debugging code to check length calculation.
|
%% Some debugging code to check length calculation.
|
||||||
\newcommand{\showlengths@ruthesisen}{
|
\newcommand{\showlengths@ruthesisen}{
|
||||||
@@ -228,68 +214,27 @@
|
|||||||
\newcommand{\personinfo}[5]{
|
\newcommand{\personinfo}[5]{
|
||||||
\item[] #1, #2\\#3, #4, #5 %Stub to be customized later
|
\item[] #1, #2\\#3, #4, #5 %Stub to be customized later
|
||||||
}
|
}
|
||||||
%% Memoir titlepage definition p.64
|
|
||||||
% \newcommand{\maketitle}{%
|
|
||||||
% \vspace*{\droptitle}
|
|
||||||
% \maketitlehooka
|
|
||||||
% {\pretitle \title \posttitle}
|
|
||||||
% \maketitlehookb
|
|
||||||
% {\preauthor \author \postauthor}
|
|
||||||
% \maketitlehookc
|
|
||||||
% {\predate \date \postdate}
|
|
||||||
% \maketitlehookd
|
|
||||||
% \thispagestyle{title}
|
|
||||||
|
|
||||||
% \pretitle{\begin{center}\LARGE}
|
\newenvironment{peoplelist}
|
||||||
% \posttitle{\par\end{center}\vskip 0.5em}
|
{\begin{compactitem}[\hspace{10mm}]}
|
||||||
% \preauthor{\begin{center}
|
{\end{compactitem}}
|
||||||
% \large \lineskip 0.5em%
|
|
||||||
% \begin{tabular}[t]{c}}
|
|
||||||
% \postauthor{\end{tabular}\par\end{center}}
|
|
||||||
% \predate{\begin{center}\large}
|
|
||||||
% \postdate{\par\end{center}}
|
|
||||||
|
|
||||||
\renewcommand{\maketitlehooka}{\begin{centering}\includegraphics[width=4cm]{\frontlogo@ruthesisen}\\\end{centering}}%
|
\newenvironment{rolelist}
|
||||||
\renewcommand{\pretitle}{\begin{center}\titletitlefont}%
|
{\begin{compactitem}[\hspace{10mm}]}
|
||||||
\renewcommand{\posttitle}{\par\end{center}\vskip 0.5em}
|
{\end{compactitem}}
|
||||||
\renewcommand{\maketitlehookb}{\begin{center}\titletextfont by\par\end{center}}
|
|
||||||
\renewcommand{\preauthor}{\titletextfont\begin{center}\large\par}
|
|
||||||
\renewcommand{\postauthor}{\par\end{center}}
|
|
||||||
\renewcommand{\maketitlehookc}{\begin{center}\Degree@ruthesisen{} \DocumentType@ruthesisen{} %
|
|
||||||
\ifdef\ects@ruthesisen{of \ects@ruthesisen{} ECTS credits}%
|
|
||||||
submitted to the \School@ruthesisen\ \\%
|
|
||||||
at \Institution@ruthesisen{} in partial fulfillment\\%
|
|
||||||
of the requirements for the degree of \\%
|
|
||||||
\textbf{\DegreeLong@ruthesisen}}\par\end{center}
|
|
||||||
\renewcommand{\predate}{\begin{center}\large}
|
|
||||||
\renewcommand{\postdate}{\par\end{center}}
|
|
||||||
%\renewcommand{\maketitlehookd}{}
|
|
||||||
|
|
||||||
|
|
||||||
\newcommand{\maketitlepage}{
|
%% Memoir titlepage definition and info at p.64
|
||||||
\begin{cover}
|
% \renewcommand{\maketitlehookc}{\begin{center}\Degree@ruthesisen{} \DocumentType@ruthesisen{} %
|
||||||
\quad\vfill% we center vertically so it looks nice
|
% \ifdef\ects@ruthesisen{of \ects@ruthesisen{} ECTS credits}%
|
||||||
\SingleSpacing%
|
% submitted to the \School@ruthesisen\ \\%
|
||||||
\begin{centering}
|
% at \Institution@ruthesisen{} in partial fulfillment\\%
|
||||||
\includegraphics[width=4cm]{\frontlogo@ruthesisen}\\
|
% of the requirements for the degree of \\%
|
||||||
\vspace{2\baselineskip}
|
% \textbf{\DegreeLong@ruthesisen}\par\end{center}}
|
||||||
{\thetitle\\}%
|
|
||||||
\vspace{\baselineskip}
|
\newcommand{\titlepeopleinfo}[1]{\renewcommand{\maketitlehookd}{#1}}
|
||||||
{\titletextfont%
|
|
||||||
by\\
|
|
||||||
\vspace{\baselineskip}
|
|
||||||
\theauthor\\
|
|
||||||
\vspace{2\baselineskip}
|
|
||||||
\documenttype@ruthesisen{} %
|
|
||||||
of \ects@ruthesisen{} ECTS credits%
|
|
||||||
submitted to the \School@ruthesisen\ \\%
|
|
||||||
at \Institution{} in partial fulfillment\\%
|
|
||||||
of the requirements for the degree of \\%
|
|
||||||
\textbf{\degreelong@ruthesisen}}\\
|
|
||||||
|
|
||||||
\vspace{\baselineskip}
|
|
||||||
\thedate{}\\
|
|
||||||
\end{centering}
|
|
||||||
% {\titletextfont%
|
% {\titletextfont%
|
||||||
% \vspace{2\baselineskip}
|
% \vspace{2\baselineskip}
|
||||||
% % change \personinfo to make the entries needed
|
% % change \personinfo to make the entries needed
|
||||||
@@ -311,20 +256,11 @@
|
|||||||
% \end{compactitem}
|
% \end{compactitem}
|
||||||
% }%end \titletextfont
|
% }%end \titletextfont
|
||||||
% \vfill
|
% \vfill
|
||||||
\end{cover}
|
% \end{cover}
|
||||||
}
|
% }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
\newcommand{\frontrequiredpages}{
|
|
||||||
\titlepage{}%RUM: "Front page (standard format)"
|
|
||||||
\copyrightpage{}%%RUM: Not mentioned
|
|
||||||
\signaturepage{}%%RUM: "Signature page (standard format)
|
|
||||||
\archivesigpage{}%%RUM: Not mentioned, optional, but should be required
|
|
||||||
\abstractpage{}%%RUM: "Abstract (in English and Icelandic)
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%% ----- COPYRIGHT PAGE -----------------------------------------------------------------------
|
%% ----- COPYRIGHT PAGE -----------------------------------------------------------------------
|
||||||
\newcommand{\copyrightpage}{
|
\newcommand{\copyrightpage}{
|
||||||
@@ -492,8 +428,8 @@
|
|||||||
|
|
||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
%% HEADERS AND FOOTERS
|
%% HEADERS AND FOOTERS
|
||||||
%% with this we ensure that the chapter and section
|
%% TODO: ensure that the chapter and section headings are in lowercase.
|
||||||
%% headings are in lowercase.
|
%% package fancyhdr is not needed
|
||||||
%\renewcommand{\chaptermark}[1]{\markboth{\thechapter\ #1}{}}
|
%\renewcommand{\chaptermark}[1]{\markboth{\thechapter\ #1}{}}
|
||||||
%\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
|
%\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
|
||||||
|
|
||||||
@@ -505,14 +441,8 @@
|
|||||||
\AtBeginDocument{\addtocontents{lof}{\protect\thispagestyle{cover}}}%The TOC should use the cover format
|
\AtBeginDocument{\addtocontents{lof}{\protect\thispagestyle{cover}}}%The TOC should use the cover format
|
||||||
\AtBeginDocument{\addtocontents{lot}{\protect\thispagestyle{cover}}}%The TOC should use the cover format
|
\AtBeginDocument{\addtocontents{lot}{\protect\thispagestyle{cover}}}%The TOC should use the cover format
|
||||||
|
|
||||||
|
%%% from the old cs template, if so desired
|
||||||
|
%\makepagestyle{oldstyle}
|
||||||
|
%\makeoddhead{oldstyle}{\footnotesize{\authorHeader@ruthesisen}}{}{\footnotesize{\thepage}}
|
||||||
|
%\makeevenhead{oldstyle}{\footnotesize{\thepage}}{}{\footnotesize{\title@ruthesisen}}
|
||||||
|
|
||||||
|
|
||||||
%% from the old cs template, if so desired
|
|
||||||
\makepagestyle{oldstyle}
|
|
||||||
\makeoddhead{oldstyle}{\footnotesize{\authorHeader@ruthesisen}}{}{\footnotesize{\thepage}}
|
|
||||||
\makeevenhead{oldstyle}{\footnotesize{\thepage}}{}{\footnotesize{\title@ruthesisen}}
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user