Abstract on right side. created env: cover, coveranyside
This commit is contained in:
10
main.tex
10
main.tex
@@ -55,6 +55,7 @@
|
|||||||
%% TODO: get the official cover graphic and have the system fill in the fields for you
|
%% TODO: get the official cover graphic and have the system fill in the fields for you
|
||||||
\maketitle{}
|
\maketitle{}
|
||||||
\copyrightpage{}
|
\copyrightpage{}
|
||||||
|
\clearpage{}
|
||||||
% If this is a PhD, register for an ISSN and ISBN, then:
|
% If this is a PhD, register for an ISSN and ISBN, then:
|
||||||
% \copyrightpage{ISSN xxxx-yyyy\\ISBN 978-xxxxxxxxxx\\\url{http://hdl.handle.net/1946/xxxx}\\}
|
% \copyrightpage{ISSN xxxx-yyyy\\ISBN 978-xxxxxxxxxx\\\url{http://hdl.handle.net/1946/xxxx}\\}
|
||||||
%\signaturepage{} %Generally only for Print copies
|
%\signaturepage{} %Generally only for Print copies
|
||||||
@@ -65,11 +66,9 @@
|
|||||||
|
|
||||||
\enableindents{}% turn on/off paragraph indents
|
\enableindents{}% turn on/off paragraph indents
|
||||||
% RUM: "Acknowledgements (optional)"%start numbering
|
% RUM: "Acknowledgements (optional)"%start numbering
|
||||||
|
\tableofcontents{}
|
||||||
\clearpage{}
|
\listoffigures{}
|
||||||
\tableofcontents{}\clearpage
|
\listoftables{}
|
||||||
\listoffigures{}\clearpage
|
|
||||||
\listoftables{}\clearpage
|
|
||||||
|
|
||||||
%% A list of abbreviations is an example of a special list
|
%% A list of abbreviations is an example of a special list
|
||||||
%% Other lists may be added, such as lists of algorithms, symbols, theorems, etc.
|
%% Other lists may be added, such as lists of algorithms, symbols, theorems, etc.
|
||||||
@@ -83,6 +82,7 @@ $m$ &Mass &\si{\gram}\\ %New function: \unit{} in Livetex 2021
|
|||||||
$c$ &Speed of Light &\SI{2.99E9}{\meter\per\square\second}\\ %New function: \qty{} in Livetex 2021
|
$c$ &Speed of Light &\SI{2.99E9}{\meter\per\square\second}\\ %New function: \qty{} in Livetex 2021
|
||||||
\end{tabular}
|
\end{tabular}
|
||||||
|
|
||||||
|
\newpage
|
||||||
\begin{abstract}
|
\begin{abstract}
|
||||||
The goal of this template is to produce electronic output to be uploaded to Skemman that can be later printed out and bound into a professional looking textbook that fits on standard library shelves.
|
The goal of this template is to produce electronic output to be uploaded to Skemman that can be later printed out and bound into a professional looking textbook that fits on standard library shelves.
|
||||||
It is important to note that A4 paper when bound requires taller shelf spacing, so the B5 paper format was chosen instead.
|
It is important to note that A4 paper when bound requires taller shelf spacing, so the B5 paper format was chosen instead.
|
||||||
|
|||||||
30
ruthesis.sty
30
ruthesis.sty
@@ -223,22 +223,28 @@
|
|||||||
\pagestyle{cover}%
|
\pagestyle{cover}%
|
||||||
\clearforchapter%
|
\clearforchapter%
|
||||||
\disableindents%
|
\disableindents%
|
||||||
\SingleSpacing}%
|
\SingleSpacing\clearpage}%
|
||||||
{%\setlength{\TPMargin}{0mm} %% margins inside the textblock
|
{%\setlength{\TPMargin}{0mm} %% margins inside the textblock
|
||||||
\enableindents{}\newpage}%
|
%% I don't remember why we need to mess with \TPmargin
|
||||||
|
%% Might be OK to remove --foley
|
||||||
|
\enableindents{}}%
|
||||||
\newenvironment{coverleft}%This is material that is OK being on the
|
\newenvironment{coverleft}% material that must be on the even (back) side
|
||||||
%backside
|
|
||||||
{\thispagestyle{cover}%
|
{\thispagestyle{cover}%
|
||||||
\pagestyle{cover}%
|
\pagestyle{cover}%
|
||||||
\cleartoverso%
|
\cleartoverso%
|
||||||
%\clearforchapter% clear to chapter setting
|
\disableindents%
|
||||||
|
\SingleSpacing\clearpage}%
|
||||||
|
{%\setlength{\TPMargin}{0mm} %% margins inside the textblock
|
||||||
|
%% I don't remember why we need to mess with \TPmargin
|
||||||
|
%% Might be OK to remove --foley
|
||||||
|
\enableindents{}}%
|
||||||
|
\newenvironment{coveranyside}%This is material that can start on even or odd
|
||||||
|
{\thispagestyle{cover}%
|
||||||
|
\pagestyle{cover}%
|
||||||
|
\clearpage%
|
||||||
\disableindents%
|
\disableindents%
|
||||||
\SingleSpacing}%
|
\SingleSpacing}%
|
||||||
{%\setlength{\TPMargin}{0mm} %% margins inside the textblock
|
{\enableindents{}\clearpage}%
|
||||||
%% I don't remember why we need to mess with \TPmargin --foley
|
|
||||||
\enableindents{}\newpage}%
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -470,7 +476,7 @@
|
|||||||
|
|
||||||
|
|
||||||
\renewenvironment{abstract}
|
\renewenvironment{abstract}
|
||||||
{\begin{coverleft}{\centering%
|
{\begin{cover}{\centering%
|
||||||
{{\Large \thetitle}\\}%%
|
{{\Large \thetitle}\\}%%
|
||||||
\vspace{\baselineskip}
|
\vspace{\baselineskip}
|
||||||
\theauthor\\%
|
\theauthor\\%
|
||||||
@@ -479,7 +485,7 @@
|
|||||||
}%
|
}%
|
||||||
\enableindents{}
|
\enableindents{}
|
||||||
\textbf{Abstract}\par\vspace{1ex}}
|
\textbf{Abstract}\par\vspace{1ex}}
|
||||||
{\par\end{coverleft}\newpage}
|
{\par\end{cover}\newpage}
|
||||||
|
|
||||||
|
|
||||||
%%% from the old cs template, if so desired
|
%%% from the old cs template, if so desired
|
||||||
|
|||||||
Reference in New Issue
Block a user