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

Fiddle with logo size and position

parent 9e05e0e2
Branches
No related tags found
No related merge requests found
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{hhuthesis}[2019/09/17 HHU Thesis LaTeX document class v1.6.0]
\ProvidesClass{hhuthesis}[2019/10/13 HHU Thesis LaTeX document class v1.6.1]
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}} % Options fallback.
\ProcessOptions\relax
......@@ -149,18 +149,18 @@
\newcommand{\@makeheader}{
%% "Header"
\vspace*{-5.5cm}
\hspace{-1cm}
\raisebox{-10mm}{
\begin{minipage}[b]{6.5cm}
\vspace*{-5.46cm}
\hspace{-10.4mm}
\raisebox{-12mm}{
\begin{minipage}[b]{70mm}
\ifprintblackwhite
\includegraphics[width=6.5cm]{fig/hhu-logo-black}%
\includegraphics[width=70mm]{fig/hhu-logo-black}%
\else
\includegraphics[width=6.5cm]{fig/hhu-logo-rgb}%
\includegraphics[width=70mm]{fig/hhu-logo-rgb}%
\fi
\end{minipage}%
}%
\hfill
\hfill%
\begin{minipage}[c]{6.8cm}
\begin{center}
{\large \textsc{Institut f\"ur Informatik \linebreak}}
......
......@@ -59,7 +59,7 @@
\usepackage[textsize=scriptsize]{todonotes}
%% Zeige Zeilennummern in der Arbeit an.
%% Der \linenumbers Befehl muss herzu aufgerufen werden.
%% Der \linenumbers Befehl muss hierzu aufgerufen werden.
%% Praktisch für Feedback Ihrer potentiellen Korrekturleser!
\usepackage{lineno}
% \linenumbers % <- Kommentar entfernen!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment