diff --git a/.github/workflows/latex.yml b/.github/workflows/latex.yml index 956ef90..821477a 100644 --- a/.github/workflows/latex.yml +++ b/.github/workflows/latex.yml @@ -1,4 +1,4 @@ -name: Latex Compiler +name: DOCS Rendering on: push: branches: main @@ -7,7 +7,7 @@ jobs: name: Compiler runs-on: ubuntu-latest steps: - - name: Open DOCS Repository + - name: Checkout DOCS Repository uses: actions/checkout@v4 - name: Compile LaTeX Source Code uses: xu-cheng/latex-action@v3 @@ -16,3 +16,14 @@ jobs: latexmk_use_xelatex: true continue_on_error: false extra_fonts: ./fonts/ + - name: Upload Artifacts + uses: actions/upload-artifact@v4 + with: + name: Renderings + path: ./docs/ + retention-days: 90 + compression-level: 0 + overwrite: false + + + diff --git a/fonts/BarlowSemiCondensed-Black.ttf b/fonts/BarlowSemiCondensed-Black.ttf deleted file mode 100644 index 884f1de..0000000 Binary files a/fonts/BarlowSemiCondensed-Black.ttf and /dev/null differ diff --git a/fonts/BarlowSemiCondensed-BlackItalic.ttf b/fonts/BarlowSemiCondensed-BlackItalic.ttf deleted file mode 100644 index 98f26fc..0000000 Binary files a/fonts/BarlowSemiCondensed-BlackItalic.ttf and /dev/null differ diff --git a/fonts/BarlowSemiCondensed-Bold.ttf b/fonts/BarlowSemiCondensed-Bold.ttf deleted file mode 100644 index ab00d49..0000000 Binary files a/fonts/BarlowSemiCondensed-Bold.ttf and /dev/null differ diff --git a/fonts/BarlowSemiCondensed-BoldItalic.ttf b/fonts/BarlowSemiCondensed-BoldItalic.ttf deleted file mode 100644 index 86f1a21..0000000 Binary files a/fonts/BarlowSemiCondensed-BoldItalic.ttf and /dev/null differ diff --git a/fonts/BarlowSemiCondensed-ExtraBold.ttf b/fonts/BarlowSemiCondensed-ExtraBold.ttf deleted file mode 100644 index 1a9845a..0000000 Binary files a/fonts/BarlowSemiCondensed-ExtraBold.ttf and /dev/null differ diff --git a/fonts/BarlowSemiCondensed-ExtraBoldItalic.ttf b/fonts/BarlowSemiCondensed-ExtraBoldItalic.ttf deleted file mode 100644 index 2bd0677..0000000 Binary files a/fonts/BarlowSemiCondensed-ExtraBoldItalic.ttf and /dev/null differ diff --git a/fonts/BarlowSemiCondensed-ExtraLight.ttf b/fonts/BarlowSemiCondensed-ExtraLight.ttf deleted file mode 100644 index e5f5ab5..0000000 Binary files a/fonts/BarlowSemiCondensed-ExtraLight.ttf and /dev/null differ diff --git a/fonts/BarlowSemiCondensed-ExtraLightItalic.ttf b/fonts/BarlowSemiCondensed-ExtraLightItalic.ttf deleted file mode 100644 index 138cb4b..0000000 Binary files a/fonts/BarlowSemiCondensed-ExtraLightItalic.ttf and /dev/null differ diff --git a/fonts/BarlowSemiCondensed-Italic.ttf b/fonts/BarlowSemiCondensed-Italic.ttf deleted file mode 100644 index 20618a6..0000000 Binary files a/fonts/BarlowSemiCondensed-Italic.ttf and /dev/null differ diff --git a/fonts/BarlowSemiCondensed-Light.ttf b/fonts/BarlowSemiCondensed-Light.ttf deleted file mode 100644 index 70df828..0000000 Binary files a/fonts/BarlowSemiCondensed-Light.ttf and /dev/null differ diff --git a/fonts/BarlowSemiCondensed-LightItalic.ttf b/fonts/BarlowSemiCondensed-LightItalic.ttf deleted file mode 100644 index 4e17fc7..0000000 Binary files a/fonts/BarlowSemiCondensed-LightItalic.ttf and /dev/null differ diff --git a/fonts/BarlowSemiCondensed-Medium.ttf b/fonts/BarlowSemiCondensed-Medium.ttf deleted file mode 100644 index fdcadde..0000000 Binary files a/fonts/BarlowSemiCondensed-Medium.ttf and /dev/null differ diff --git a/fonts/BarlowSemiCondensed-MediumItalic.ttf b/fonts/BarlowSemiCondensed-MediumItalic.ttf deleted file mode 100644 index 80035cf..0000000 Binary files a/fonts/BarlowSemiCondensed-MediumItalic.ttf and /dev/null differ diff --git a/fonts/BarlowSemiCondensed-Regular.ttf b/fonts/BarlowSemiCondensed-Regular.ttf deleted file mode 100644 index 848640d..0000000 Binary files a/fonts/BarlowSemiCondensed-Regular.ttf and /dev/null differ diff --git a/fonts/BarlowSemiCondensed-SemiBold.ttf b/fonts/BarlowSemiCondensed-SemiBold.ttf deleted file mode 100644 index 39c3aa9..0000000 Binary files a/fonts/BarlowSemiCondensed-SemiBold.ttf and /dev/null differ diff --git a/fonts/BarlowSemiCondensed-SemiBoldItalic.ttf b/fonts/BarlowSemiCondensed-SemiBoldItalic.ttf deleted file mode 100644 index 754dd37..0000000 Binary files a/fonts/BarlowSemiCondensed-SemiBoldItalic.ttf and /dev/null differ diff --git a/fonts/BarlowSemiCondensed-Thin.ttf b/fonts/BarlowSemiCondensed-Thin.ttf deleted file mode 100644 index 41420cf..0000000 Binary files a/fonts/BarlowSemiCondensed-Thin.ttf and /dev/null differ diff --git a/fonts/BarlowSemiCondensed-ThinItalic.ttf b/fonts/BarlowSemiCondensed-ThinItalic.ttf deleted file mode 100644 index 9665500..0000000 Binary files a/fonts/BarlowSemiCondensed-ThinItalic.ttf and /dev/null differ diff --git a/main.tex b/main.tex index 21c6086..c80201b 100644 --- a/main.tex +++ b/main.tex @@ -1,136 +1,28 @@ -\documentclass[type=master,foot=true,colorhead=true]{rwuthesis} -\usepackage[british]{babel} - -\usepackage{color, url} -\usepackage{float} -\usepackage{pdfpages} -\usepackage{wrapfig} -\usepackage{tabularx, multirow, booktabs} -\usepackage{parcolumns} -\usepackage[nohyperlinks, printonlyused, withpage, smaller]{acronym} % list of abbreviations -\usepackage{lipsum} % random text generator with \lipsum - -%-------------------------------- Coloring -------------------------------- - +\documentclass[type=master,twoside,BCOR=1cm]{rwuthesis} \usepackage[pdfusetitle]{hyperref} -\hypersetup{ - colorlinks = true, - breaklinks = true, % line breaking in a long hyperlink - urlcolor=black, % \url colour - linkcolor =black, % \ref colour - citecolor=rwuvioletlight % \cite colour -} - -%-------------------------------- Grafik -------------------------------- - -\usepackage{graphicx} -\graphicspath{ {Images/} } -\usepackage{caption} -\usepackage{subcaption} - -\usepackage{csquotes} -\usepackage{comment} -\usepackage[ - backend=biber, - natbib=true, - sorting=nty, - style=numeric -]{biblatex} - -%-------------------------------- Bibliografie -------------------------------- - -\DeclareFieldFormat[inproceedings,article]{title}{\textit{\MakeSentenceCase*{#1}}} - -\DeclareBibliographyDriver{misc}{% - \usebibmacro{author/editor+others/translator+others}% - \setunit{\printdelim{nametitledelim}}\newblock - \printfield{year}% - \iffieldundef{year}{% - % Add "(n.d.). " if no year available - \printtext{\addspace\bibopenparen{n.d.}\bibcloseparen} - \setunit{\adddot\space}% - }{\setunit{\adddot\space}}% - \printfield{title}% - \setunit{\addspace}% - \iffieldundef{version}{% - \setunit{\space} - }{ - \addspace - \printtext{(\printfield{version}) - } - \setunit{\addspace}}% - \printfield{note}% - \setunit{\adddot\space}% - \usebibmacro{url+urldate} - \finentry -} -\addbibresource{source.bib} - -%-------------------------------- Adjust Listings -------------------------------- - -\usepackage{listings} - -\definecolor{CodeBg}{RGB}{232,232,232} -\definecolor{CodeGreen}{rgb}{0,0.6,0} - -\lstset{ - language=bash, - basicstyle=\footnotesize, - backgroundcolor=\color{CodeBg}, - showstringspaces=false, - commentstyle=\color{CodeGreen}, - keywordstyle=\color{blue}, - captionpos=b, - escapeinside=`` -} - -%-------------------------------- Adjust Math -------------------------------- - -\usepackage{amsmath} -\usepackage{MnSymbol} % math symbol font - -%-------------------------------- Custom Date -------------------------------- - -\usepackage[nodayofweek]{datetime} % date format in text -\newdateformat{mydate}{\twodigit{\THEDAY}{ }\shortmonthname[\THEMONTH] \THEYEAR} - -%-------------------------------- Table Settings -------------------------------- - - % The triangle down symbols are not vertically alligned with the text. So raise the symbol manually: -\newcommand{\triadown}{\raisebox{0.25\height}{$\filledmedtriangledown$}} -% just for convenience abbreviate that command too: -\newcommand{\triaup}{$\filledmedtriangleup$} -% custom column type which additionally centers a p column -\newcolumntype{P}[1]{>{\centering\arraybackslash}p{#1}} - -%-------------------------------- Line Pitch And Escape Chars -------------------------------- - -\usepackage[onehalfspacing]{setspace} %singlespacing. onehalf-, double- -\newcommand{\spcstring}[1]{\lstinline|#1|} - -%-------------------------------- Caption of figures/tables -------------------------------- - -\usepackage{chngcntr} -\counterwithout{figure}{chapter} -\counterwithout{table}{chapter} - -%-------------------------------- MAIN -------------------------------- - -\newcommand{\batitle}{Rover to Mars: Whitepaper } - -\title{\batitle} -\author{Leandro Ebner} -\authormail{leandro.ebner@rwu.de} -\fordegree{Scientific Work} -\firstreviewer{Prof. Dr. rer. nat. Markus Pfeil} -\firstreviewermail{markus.pfeil@rwu.de} -\secondreviewer{Benjamin Stähle M.Sc.} -\secondreviewermail{staehle@rwu.de} -\degreecourse{Electrical Engineering \& Information Technology} +\usepackage{lipsum} + +\title{Title of Thesis} +\author{Max Mustermann, B.\,Sc.} +\authormail{max.mustermann@rwu.de} +\fordegree{Master of Science in Computer Science} +\firstreviewer{Prof.~Dr.-Ing. Ida Stern} +\firstreviewermail{stern@rwu.de} +\secondreviewer{Prof.~Dr. Max Power} +\secondreviewermail{power@rwu.de} +\degreecourse{Computer Science (Master)} \faculty{Electrical Engineering and Computer Science} \date{\today} \begin{document} + \maketitle +\tableofcontents + +\chapter{First chapter} + +\lipsum \end{document} + + diff --git a/rwubase.sty b/rwubase.sty index 27bbb64..6396004 100644 --- a/rwubase.sty +++ b/rwubase.sty @@ -1,7 +1,19 @@ \NeedsTeXFormat{LaTeX2e}[2017/01/01] -\ProvidesPackage{rwubase}[2019/08/29 RWU base style package] +\ProvidesPackage{rwubase}[2019/11/26 RWU base style package] +\RequirePackage{kvoptions} \RequirePackage{rwudefs} + +\SetupKeyvalOptions{ + family=rwubase, + prefix=rwubase@ +} + +\DeclareStringOption[barlowsc]{fontsetup} + +\ProcessKeyvalOptions* + +\PassOptionsToPackage{fontsetup=\rwubase@fontsetup}{rwufont} \RequirePackage{rwufont} \endinput diff --git a/rwudefs.sty b/rwudefs.sty index d0566a7..d04077b 100644 --- a/rwudefs.sty +++ b/rwudefs.sty @@ -1,6 +1,6 @@ \NeedsTeXFormat{LaTeX2e}[2017/01/01] -\ProvidesPackage{rwudefs}[2019/08/29 RWU logo and color definitions] -\ProvidesFile{rwulogo.eps}[2019/06/25 RWU logo as Encapsulated PostScipt file] +\ProvidesPackage{rwudefs}[2019/11/26 RWU logo and color definitions] +\ProvidesFile{rwulogo.eps}[2019/11/26 RWU logo as Encapsulated PostScipt file] \RequirePackage{graphicx} \RequirePackage{xcolor} diff --git a/rwufont.sty b/rwufont.sty index 5a6aa6d..b4576f6 100644 --- a/rwufont.sty +++ b/rwufont.sty @@ -1,20 +1,40 @@ \NeedsTeXFormat{LaTeX2e}[2017/01/01] -\ProvidesPackage{rwufont}[2019/08/29 RWU corporate font package] - -\RequirePackage[no-math]{fontspec} - -\setmainfont[ExternalLocation=fonts/]{BarlowSemiCondensed-Regular.ttf}% - [Ligatures=TeX, - BoldFont=BarlowSemiCondensed-Bold.ttf, - ItalicFont=BarlowSemiCondensed-LightItalic.ttf, - BoldItalicFont=BarlowSemiCondensed-BoldItalic.ttf - ] -\setsansfont[ExternalLocation=fonts/]{BarlowSemiCondensed-Regular.ttf}% - [Ligatures=TeX, - BoldFont=BarlowSemiCondensed-Bold.ttf, - ItalicFont=BarlowSemiCondensed-LightItalic.ttf, - BoldItalicFont=BarlowSemiCondensed-BoldItalic.ttf - ] +\ProvidesPackage{rwufont}[2019/11/26 RWU corporate font package] + +\RequirePackage{kvoptions} +\RequirePackage{ifthen} +\RequirePackage{fontspec} + +\SetupKeyvalOptions{ + family=rwufont, + prefix=rwufont@ +} + +\DeclareStringOption[barlowsc]{fontsetup} + +\ProcessKeyvalOptions* + +\setsansfont[Ligatures=TeX]{Barlow Semi Condensed} + +\ifthenelse{\equal{\rwufont@fontsetup}{barlowsc}}{ + \setmainfont[Ligatures=TeX]{Barlow Semi Condensed} +}{ + \ifthenelse{\equal{\rwufont@fontsetup}{barlow}}{ + \setmainfont[Ligatures=TeX]{Barlow} + }{ + \ifthenelse{\equal{\rwufont@fontsetup}{basic}}{ + % do not set up main font + }{ + \PackageError{rwufont}{Invalid fontsetup option}{% + Please use one of the following:\MessageBreak% + \space\space fontsetup=barlowsc\MessageBreak% + \space\space fontsetup=barlow\MessageBreak% + \space\space fontsetup=basic\MessageBreak% + } + } + } +} + \providecommand*{\glqq}{\mbox{\char"201E}} \renewcommand*{\glqq}{\mbox{\char"201E}} diff --git a/rwukoma.sty b/rwukoma.sty index 165d947..4a7696c 100644 --- a/rwukoma.sty +++ b/rwukoma.sty @@ -1,9 +1,9 @@ \NeedsTeXFormat{LaTeX2e}[2017/01/01] -\ProvidesPackage{rwukoma}[2019/07/15 RWU style KOMA script support] +\ProvidesPackage{rwukoma}[2019/11/26 RWU style KOMA script support] \RequirePackage{kvoptions} \RequirePackage{ifthen} -\RequirePackage{rwubase} +\RequirePackage{rwudefs} \RequirePackage{tocbasic} \RequirePackage{scrlayer-scrpage} \RequirePackage{lastpage} @@ -13,6 +13,7 @@ prefix=rwukoma@ } +\DeclareStringOption[barlowsc]{fontsetup} \DeclareStringOption[auto]{head} \DeclareStringOption[auto]{foot} \DeclareBoolOption{colorhead} @@ -35,25 +36,79 @@ {Use scrartcl, scrreprt or scrbook}% \fi +\PassOptionsToPackage{fontsetup=\rwukoma@fontsetup}{rwufont} +\RequirePackage{rwufont} + \KOMAoption{parskip}{true} -\addtokomafont{title}{\color{rwuviolet}} +\addtokomafont{author}{\usekomafont{disposition}\mdseries} +\addtokomafont{date}{\usekomafont{disposition}\mdseries} +\addtokomafont{dedication}{\usekomafont{disposition}\mdseries} +\addtokomafont{publishers}{\usekomafont{disposition}\mdseries} +\addtokomafont{subject}{\usekomafont{disposition}\mdseries} \addtokomafont{subtitle}{\color{rwucyan}} +\addtokomafont{title}{\color{rwuviolet}} +\addtokomafont{titlehead}{\usekomafont{disposition}\mdseries} -\setkomafont{pageheadfoot}{\upshape\footnotesize\color{gray}} -\setkomafont{pagenumber}{\upshape\footnotesize\color{gray}} +\setkomafont{pageheadfoot}{\usekomafont{disposition}\mdseries\upshape\footnotesize\color{gray}} +\setkomafont{pagenumber}{\usekomafont{disposition}\mdseries\upshape\footnotesize\color{gray}} + +\newcommand{\rwukoma@usedisposition}[1]{% + \begingroup% + \usekomafont{disposition}\mdseries #1% + \endgroup% +} \DeclareTOCStyleEntry[numwidth=6mm]{default}{part} \ifthenelse{\equal{\KOMAClassName}{scrartcl}}{% - \DeclareTOCStyleEntry[numwidth=6mm]{default}{section}% - \DeclareTOCStyleEntry[indent=6mm,numwidth=9mm]{default}{subsection}% - \DeclareTOCStyleEntry[indent=15mm,numwidth=11.5mm]{default}{subsubsection}% + \DeclareTOCStyleEntry[ + numwidth=6mm, + entryformat=\rwukoma@usedisposition, + pagenumberformat=\rwukoma@usedisposition + ]{default}{section}% + \DeclareTOCStyleEntry[ + indent=6mm, + numwidth=9mm, + entryformat=\rwukoma@usedisposition, + pagenumberformat=\rwukoma@usedisposition + ]{default}{subsection}% + \DeclareTOCStyleEntry[ + indent=15mm, + numwidth=11.5mm, + entryformat=\rwukoma@usedisposition, + pagenumberformat=\rwukoma@usedisposition + ]{default}{subsubsection}% }{% - \DeclareTOCStyleEntry[numwidth=6mm]{default}{chapter}% - \DeclareTOCStyleEntry[indent=6mm,numwidth=8mm]{default}{section}% - \DeclareTOCStyleEntry[indent=14mm,numwidth=10mm]{default}{subsection}% - \DeclareTOCStyleEntry[indent=24mm,numwidth=12mm]{default}{subsubsection}% + \DeclareTOCStyleEntry[ + numwidth=6mm + ]{default}{chapter}% + \DeclareTOCStyleEntry[ + indent=6mm, + numwidth=8mm, + entryformat=\rwukoma@usedisposition, + pagenumberformat=\rwukoma@usedisposition + ]{default}{section}% + \DeclareTOCStyleEntry[ + indent=14mm, + numwidth=10mm, + entryformat=\rwukoma@usedisposition, + pagenumberformat=\rwukoma@usedisposition + ]{default}{subsection}% + \DeclareTOCStyleEntry[ + indent=24mm, + numwidth=12mm, + entryformat=\rwukoma@usedisposition, + pagenumberformat=\rwukoma@usedisposition + ]{default}{subsubsection}% } +\DeclareTOCStyleEntry[ + entryformat=\rwukoma@usedisposition, + pagenumberformat=\rwukoma@usedisposition +]{default}{figure} +\DeclareTOCStyleEntry[ + entryformat=\rwukoma@usedisposition, + pagenumberformat=\rwukoma@usedisposition +]{default}{table} \newboolean{rwukoma@dohead} \ifthenelse{ diff --git a/rwuthesis.cls b/rwuthesis.cls index ebfc25e..722cd35 100644 --- a/rwuthesis.cls +++ b/rwuthesis.cls @@ -27,7 +27,7 @@ \PassOptionsToClass{12pt}{\rwuthesis@baseclass} -\LoadClass[listof=nochaptergap]{scrreprt} +\LoadClass{scrreprt} \RequirePackage{rwukoma} \ifthenelse{\equal{\rwuthesis@DIV}{}}{}{% @@ -52,24 +52,27 @@ \DeclareTranslation{English}{rwuthesis-bachelor-thesis}{Bachelor Thesis} \DeclareTranslation{German}{rwuthesis-bachelor-thesis}{Bachelor-Thesis} -\DeclareTranslationFallback{rwuthesis-master-thesis}{Whitepaper: Rover to Mars} -\DeclareTranslation{English}{rwuthesis-master-thesis}{Whitepaper: Rover to Mars} -\DeclareTranslation{German}{rwuthesis-master-thesis}{Whitepaper: Rover to Mars} +\DeclareTranslationFallback{rwuthesis-master-thesis}{Master Thesis} +\DeclareTranslation{English}{rwuthesis-master-thesis}{Master Thesis} +\DeclareTranslation{German}{rwuthesis-master-thesis}{Master-Thesis} -\DeclareTranslationFallback{rwuthesis-degree-course}{} -\DeclareTranslation{English}{rwuthesis-degree-course}{} -\DeclareTranslation{German}{rwuthesis-degree-course}{} +\DeclareTranslationFallback{rwuthesis-degree-course}{Degree Course} +\DeclareTranslation{English}{rwuthesis-degree-course}{Degree Course} +\DeclareTranslation{German}{rwuthesis-degree-course}{Studiengang} \DeclareTranslationFallback{rwuthesis-faculty}{Faculty of} \DeclareTranslation{English}{rwuthesis-faculty}{Faculty of} \DeclareTranslation{German}{rwuthesis-faculty}{Fakultät} +\DeclareTranslationFallback{rwuthesis-reviewer-tablelayout}{@{}ll} +\DeclareTranslation{English}{rwuthesis-reviewer-tablelayout}{@{}ll} +\DeclareTranslation{German}{rwuthesis-reviewer-tablelayout}{@{}l@{ }ll} \DeclareTranslationFallback{rwuthesis-first-reviewer}{First Reviewer} \DeclareTranslation{English}{rwuthesis-first-reviewer}{First Reviewer} -\DeclareTranslation{German}{rwuthesis-first-reviewer}{Erster Gutachter} +\DeclareTranslation{German}{rwuthesis-first-reviewer}{1. & Gutachter} \DeclareTranslationFallback{rwuthesis-second-reviewer}{Second Reviewer} \DeclareTranslation{English}{rwuthesis-second-reviewer}{Second Reviewer} -\DeclareTranslation{German}{rwuthesis-second-reviewer}{Zweiter Gutachter} +\DeclareTranslation{German}{rwuthesis-second-reviewer}{2. & Gutachter} \DeclareTranslationFallback{rwuthesis-to-attain}{to attain the academic degree} \DeclareTranslation{English}{rwuthesis-to-attain}{to attain the academic degree} @@ -79,10 +82,6 @@ \DeclareTranslation{English}{rwuthesis-submitted-by}{submitted by} \DeclareTranslation{German}{rwuthesis-submitted-by}{vorgelegt von} -\DeclareTranslationFallback{matriculation-number}{Matriculation number} -\DeclareTranslation{English}{matriculation-number}{Matriculation number} -\DeclareTranslation{German}{matriculation-number}{Matrikelnummer} - \newcommand{\authormail}[1]{\newcommand{\rwuthesis@authormail}{#1}} \newcommand{\fordegree}[1]{\newcommand{\rwuthesis@fordegree}{#1}} \newcommand{\firstreviewer}[1]{\newcommand{\rwuthesis@firstreviewer}{#1}} @@ -91,7 +90,6 @@ \newcommand{\secondreviewermail}[1]{\newcommand{\rwuthesis@secondreviewermail}{#1}} \newcommand{\degreecourse}[1]{\newcommand{\rwuthesis@degreecourse}{#1}} \newcommand{\faculty}[1]{\newcommand{\rwuthesis@faculty}{#1}} -\newcommand{\matnumber}[1]{\newcommand{\rwuthesis@matnumber}{#1}} \renewcommand{\maketitle}{% \begin{titlepage} @@ -109,14 +107,14 @@ \vfill + \textbf{\Huge\@title} + \ifthenelse{\equal{\rwuthesis@type}{bachelor}}{% - \textbf{\LARGE\GetTranslation{rwuthesis-bachelor-thesis}} + \textbf{\large\GetTranslation{rwuthesis-bachelor-thesis}} }{% - \textbf{\LARGE\GetTranslation{rwuthesis-master-thesis}} + \textbf{\large\GetTranslation{rwuthesis-master-thesis}} } - \textbf{\Large\@title} - \vfill \GetTranslation{rwuthesis-to-attain}\\ @@ -126,15 +124,11 @@ \GetTranslation{rwuthesis-submitted-by}: - \textbf{\Large\@author} + \textbf{\large\@author} \ifthenelse{\isundefined{\rwuthesis@authormail}}{% \ClassWarning{rwuthesis}{\protect\authormail\space undefined, no mail address on title page} }{% \\ - \ifthenelse{\isundefined{\rwuthesis@matnumber}}{% - }{ - \GetTranslation{matriculation-number}: \rwuthesis@matnumber\\ - } <\url{\rwuthesis@authormail}> } @@ -142,7 +136,7 @@ \vfill - \begin{tabular}{@{ }ll} + \begin{tabular}{\GetTranslation{rwuthesis-reviewer-tablelayout}} \GetTranslation{rwuthesis-first-reviewer}: & \rwuthesis@firstreviewer \ifthenelse{\isundefined{\rwuthesis@firstreviewermail}}{}{ <\url{\rwuthesis@firstreviewermail}>%