diff options
Diffstat (limited to 'zeitung/parts')
-rw-r--r-- | zeitung/parts/imprint.tex | 15 | ||||
-rw-r--r-- | zeitung/parts/studenttemplate.tex | 10 |
2 files changed, 23 insertions, 2 deletions
diff --git a/zeitung/parts/imprint.tex b/zeitung/parts/imprint.tex index 124dc43..cee13b1 100644 --- a/zeitung/parts/imprint.tex +++ b/zeitung/parts/imprint.tex @@ -1,2 +1,15 @@ \title{Impressum} -\lipsum[1-2] + +% TODO: Druckerei, Auflage, Verfasser (PFLICHT) +% Alle Rechte vorbehalten + +\begin{tabular}{ l l } + \textbf{V.i.S.d.P} & RBS TG13 \\ % Verantwortlich im Sinne des Presserechts + \textbf{\LaTeX} & Marvin Borner, Lars Krönner \\ + \textbf{Web-Plattform} & Lars Krönner, Marvin Borner \\ + \textbf{Web-Hosting} & Marvin Borner \\ + \textbf{Design} & Leia Saumweber, Tomislav Strazanac \\ + \textbf{Finanzierung \& Werbung} & Lars Mayer \\ + \textbf{Planung \& Organisation} & Mathias Schmiegel, Sebastian Sutor \\ + \textbf{Open-Source Code} & \url{https://github.com/marvinborner/abitur2021} +\end{tabular} diff --git a/zeitung/parts/studenttemplate.tex b/zeitung/parts/studenttemplate.tex index 0fb3dfc..db7daf4 100644 --- a/zeitung/parts/studenttemplate.tex +++ b/zeitung/parts/studenttemplate.tex @@ -64,7 +64,7 @@ \fi \def\tablewidth{0.6\linewidth} -\hspace*{\tablex}\Large\begin{minipage}{\tablewidth} +\hspace*{\tablex}\large\begin{minipage}{\tablewidth} \begin{tabular}{@{}ll@{}} \textbf{Name:} & \stdname \\ \textbf{Geburtstag:} & \multicolumn{1}{p{\tablewidth}}{\RaggedRight\stdbirthday} \\ @@ -83,3 +83,11 @@ \begin{figure}[H] \hspace*{-2.5cm}\includegraphics[keepaspectratio=true, width=\paperwidth]{mittelwelle.png} \end{figure} + +% Comments +\def\commentswidth{0.7\linewidth} +\ifoddpage + \def\commentsx{-1cm} +\else + \def\commentsx{\framewidth} +\fi |