re-doing the title adjustment
This commit is contained in:
10
ruthesis.sty
10
ruthesis.sty
@@ -24,6 +24,10 @@
|
||||
% http://texdoc.net/texmf-dist/doc/latex/etoolbox/etoolbox.pdf
|
||||
\RequirePackage{etoolbox}
|
||||
|
||||
% xparse: LateX3 Advanced Argument and macro definition
|
||||
% http://ctan.uib.no/macros/latex/contrib/l3packages/xparse.pdf
|
||||
\RequirePackage{xparse}
|
||||
|
||||
%% ---------------- Boolean switches -----------------------------
|
||||
%% Booleans make it easy to enable and disable parts of the template
|
||||
\newbool{debug}
|
||||
@@ -277,7 +281,7 @@
|
||||
\begin{vplace}[1.0] % ratio of space above and below
|
||||
\centering
|
||||
\OnehalfSpacing%
|
||||
Copyright\\
|
||||
\iflanguage{icelandic}{Höfundarréttur}{Copyright}\\
|
||||
\theauthor\\
|
||||
\thedate\\
|
||||
\end{vplace}
|
||||
@@ -496,8 +500,10 @@
|
||||
{\begin{compactitem}[\hspace{10mm}]}
|
||||
{\end{compactitem}}
|
||||
|
||||
|
||||
%% Setup Bilingual titles
|
||||
%\newcommand{\thetitle}{**Title in English**}
|
||||
\newcommand{\thetitleIS}{**Title in Icelandic**}
|
||||
%\renewcommand{\title}[2]{\renewcommand{\thetitle}{#1}\renewcommand{\thetitleIS}{#2}}
|
||||
\newcommand{\titleIS}[1]{\renewcommand{\thetitleIS}{#1}}
|
||||
|
||||
%% Clean up some formatting for the text
|
||||
|
||||
Reference in New Issue
Block a user