Skip to content
Snippets Groups Projects
Commit ee075e2f authored by Jannik Dunkelau's avatar Jannik Dunkelau
Browse files

Switch to serif font

parent c402fa4b
No related branches found
No related tags found
No related merge requests found
...@@ -114,12 +114,8 @@ ...@@ -114,12 +114,8 @@
%%% Formatting and Typesetting %%% Formatting and Typesetting
%% Corporate Design says to use Arial, but TeXLive only provides helvet %% Include helvet for title page.
\RequirePackage{sansmathfonts}
\RequirePackage[scaled=0.95]{helvet} \RequirePackage[scaled=0.95]{helvet}
\renewcommand{\familydefault}{\sfdefault}
\RequirePackage[scaled=0.85]{beramono}
\renewcommand{\rmdefault}{\sfdefault}
\pagestyle{headings} \pagestyle{headings}
...@@ -271,6 +267,7 @@ ...@@ -271,6 +267,7 @@
\hfill% \hfill%
\begin{minipage}[c]{6.8cm} \begin{minipage}[c]{6.8cm}
\begin{center} \begin{center}
\fontfamily{\sfdefault}\selectfont
{\large \textsc{Institut f\"ur Informatik \linebreak}} {\large \textsc{Institut f\"ur Informatik \linebreak}}
{\small\centering Softwaretechnik und Programmiersprachen\linebreak} {\small\centering Softwaretechnik und Programmiersprachen\linebreak}
{\scriptsize Universit\"atsstr. 1 \hspace{7mm} D--40225 D\"usseldorf} {\scriptsize Universit\"atsstr. 1 \hspace{7mm} D--40225 D\"usseldorf}
...@@ -281,7 +278,7 @@ ...@@ -281,7 +278,7 @@
\newcommand\@maketitle{% \newcommand\@maketitle{%
\vspace{3cm} \vspace{3cm}
\begin{center} \begin{center}
{\Huge \textbf \@title \par}% {\fontfamily{\sfdefault}\selectfont \Huge \textbf \@title \par}%
\vfill \vfill
\begin{otherlanguage}{ngerman} \begin{otherlanguage}{ngerman}
{{\Large \@degree{}arbeit}\par {{\Large \@degree{}arbeit}\par
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment