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
|
||||
\maketitle{}
|
||||
\copyrightpage{}
|
||||
\clearpage{}
|
||||
% 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}\\}
|
||||
%\signaturepage{} %Generally only for Print copies
|
||||
@@ -65,11 +66,9 @@
|
||||
|
||||
\enableindents{}% turn on/off paragraph indents
|
||||
% RUM: "Acknowledgements (optional)"%start numbering
|
||||
|
||||
\clearpage{}
|
||||
\tableofcontents{}\clearpage
|
||||
\listoffigures{}\clearpage
|
||||
\listoftables{}\clearpage
|
||||
\tableofcontents{}
|
||||
\listoffigures{}
|
||||
\listoftables{}
|
||||
|
||||
%% A list of abbreviations is an example of a special list
|
||||
%% 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
|
||||
\end{tabular}
|
||||
|
||||
\newpage
|
||||
\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.
|
||||
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}%
|
||||
\clearforchapter%
|
||||
\disableindents%
|
||||
\SingleSpacing}%
|
||||
\SingleSpacing\clearpage}%
|
||||
{%\setlength{\TPMargin}{0mm} %% margins inside the textblock
|
||||
\enableindents{}\newpage}%
|
||||
|
||||
|
||||
\newenvironment{coverleft}%This is material that is OK being on the
|
||||
%backside
|
||||
%% I don't remember why we need to mess with \TPmargin
|
||||
%% Might be OK to remove --foley
|
||||
\enableindents{}}%
|
||||
\newenvironment{coverleft}% material that must be on the even (back) side
|
||||
{\thispagestyle{cover}%
|
||||
\pagestyle{cover}%
|
||||
\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%
|
||||
\SingleSpacing}%
|
||||
{%\setlength{\TPMargin}{0mm} %% margins inside the textblock
|
||||
%% I don't remember why we need to mess with \TPmargin --foley
|
||||
\enableindents{}\newpage}%
|
||||
{\enableindents{}\clearpage}%
|
||||
|
||||
|
||||
|
||||
@@ -470,7 +476,7 @@
|
||||
|
||||
|
||||
\renewenvironment{abstract}
|
||||
{\begin{coverleft}{\centering%
|
||||
{\begin{cover}{\centering%
|
||||
{{\Large \thetitle}\\}%%
|
||||
\vspace{\baselineskip}
|
||||
\theauthor\\%
|
||||
@@ -479,7 +485,7 @@
|
||||
}%
|
||||
\enableindents{}
|
||||
\textbf{Abstract}\par\vspace{1ex}}
|
||||
{\par\end{coverleft}\newpage}
|
||||
{\par\end{cover}\newpage}
|
||||
|
||||
|
||||
%%% from the old cs template, if so desired
|
||||
|
||||
Reference in New Issue
Block a user