Forgot to give 2 args to the cover. Title goes into margin, not UPPERCASE.
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
|
||||
\RequirePackage{calc}%arithmetic in commands like lengths
|
||||
%\RequirePackage{printlen}% display lengths in arbitrary units
|
||||
\RequirePackage[absolute, verbose]{textpos}
|
||||
\RequirePackage[absolute, verbose, showboxes]{textpos}
|
||||
% option: showboxes for placement
|
||||
\RequirePackage{xcolor}
|
||||
\definecolor{rugray}{rgb}{0.2,0.2,0.2}
|
||||
@@ -123,17 +123,18 @@
|
||||
\thispagestyle{empty}
|
||||
\setlength{\TPMargin}{0mm} %% margins inside the textblock*
|
||||
\sffamily
|
||||
\begin{textblock*}{\textwidth}[0,0](30mm,30mm)%
|
||||
\begin{textblock*}{\textwidth}[0,0](25mm,30mm)%
|
||||
{\rulogo{}}%
|
||||
\end{textblock*}
|
||||
%
|
||||
%
|
||||
|
||||
\setSingleSpace{1.8}\SingleSpacing%
|
||||
\begin{textblock*}{\textwidth}[0,0](30mm,110mm)%
|
||||
\noindent\textcolor{rugray}{\frontcovertitlefont#1}\par%UPPERCASE
|
||||
\end{textblock*}%
|
||||
%
|
||||
\setSingleSpace{1.5}\SingleSpacing%
|
||||
\begin{textblock*}{\textwidth}[0,0](30mm,225mm)%
|
||||
\begin{textblock*}{\textwidth}[0,1](30mm,225mm)%
|
||||
\noindent\textcolor{rugray}{
|
||||
\frontcovertitletextfont\textbf{\theauthor}\\%
|
||||
\theDegreeLong\\%
|
||||
|
||||
Reference in New Issue
Block a user