diff options
author | Marvin Borner | 2021-06-27 23:16:29 +0200 |
---|---|---|
committer | Marvin Borner | 2021-06-27 23:16:29 +0200 |
commit | 35764c1f8b8ae6338e6505f8b57dd148e99b9c17 (patch) | |
tree | c0ec6460ced20d7d45a7d554c19bdf8e6551a433 /zeitung/parts/studenttemplate.tex | |
parent | a77922e38c5c3bbf87a0d328f4244ce6fcec35cd (diff) |
Final changes (hopefully)
Diffstat (limited to 'zeitung/parts/studenttemplate.tex')
-rw-r--r-- | zeitung/parts/studenttemplate.tex | 59 |
1 files changed, 31 insertions, 28 deletions
diff --git a/zeitung/parts/studenttemplate.tex b/zeitung/parts/studenttemplate.tex index 9f8f137..cc71407 100644 --- a/zeitung/parts/studenttemplate.tex +++ b/zeitung/parts/studenttemplate.tex @@ -3,8 +3,6 @@ \clearpage \checkoddpage -\sectionmark{Steckbrief - \stdname} - % Returns a default file if not found \providecommand\dfincludegraphics[2][]{ \IfFileExists{#2} @@ -17,6 +15,8 @@ } \providecommand\studentbackground[2]{ + \sectionmark{Steckbrief - \stdname} + % Ring \def\ringx{20pt} \def\ringy{250pt} @@ -52,6 +52,34 @@ \put(-\ringx, -\ringy){ \includegraphics[keepaspectratio=true, width=\ringwidth]{ring.png} } + \put(0, -4cm){ + % Steckbrief Tabelle + \ifoddpage + \def\tablex{-0cm} + \def\tablewidth{0.53\textwidth} % Right page + \else + \def\tablex{0.46\linewidth} + \def\tablewidth{0.53\textwidth} % Left page + \fi + + \hspace*{\tablex}\vspace*{1.4cm}\begin{minipage}{\tablewidth} + \vspace*{.5cm} + \begin{normalsize} + \begin{tabular}{@{}ll@{}} + \textbf{Name:} & \stdname \\ + \textbf{Geburtstag:} & \multicolumn{1}{p{\tablewidth}}{\RaggedRight\stdbirthday} \\ + \textbf{Lieblingsfach:} & \multicolumn{1}{p{\tablewidth}}{\RaggedRight\stdfavsub} \\ + \textbf{Hassfach:} & \multicolumn{1}{p{\tablewidth}}{\RaggedRight\stdhatesub} \\ + \textbf{Hobbies:} & \multicolumn{1}{p{\tablewidth}}{\RaggedRight\stdhobbies} \\ + \textbf{Musik:} & \multicolumn{1}{p{\tablewidth}}{\RaggedRight\stdmusic} \\ + \end{tabular}\\ + \textbf{Das werde ich am meisten vermissen:}\\\stdmissing\\ + \textbf{Ohne das hätte ich die Oberstufe nicht geschafft:}\\\stdmotivation\\ + \textbf{Lebensmotto:}\\\stdquote\\ + \textbf{Zukunftspläne:}\\\stdfuture\\~\\ + \end{normalsize} + \end{minipage} + } } \AtTextLowerLeft{ \put(\textwidth - \framex + \frameoffset, \framey + \frameoffset + 8pt){ @@ -77,32 +105,7 @@ } } -% Steckbrief Tabelle -\ifoddpage - \def\tablex{-0cm} - \def\tablewidth{0.55\linewidth} % Right side -\else - \def\tablex{0.5\linewidth} - \def\tablewidth{0.55\linewidth} % Left side -\fi - -\hspace*{\tablex}\vspace*{1.4cm}\begin{minipage}{\tablewidth} - \vspace*{.5cm} - \begin{normalsize} - \begin{tabular}{@{}ll@{}} - \textbf{Name:} & \stdname \\ - \textbf{Geburtstag:} & \multicolumn{1}{p{\tablewidth}}{\RaggedRight\stdbirthday} \\ - \textbf{Lieblingsfach:} & \multicolumn{1}{p{\tablewidth}}{\RaggedRight\stdfavsub} \\ - \textbf{Hassfach:} & \multicolumn{1}{p{\tablewidth}}{\RaggedRight\stdhatesub} \\ - \textbf{Hobbies:} & \multicolumn{1}{p{\tablewidth}}{\RaggedRight\stdhobbies} \\ - \textbf{Musik:} & \multicolumn{1}{p{\tablewidth}}{\RaggedRight\stdmusic} \\ - \end{tabular}\\ - \textbf{Das werde ich am meisten vermissen:}\\\stdmissing\\ - \textbf{Ohne das hätte ich die Oberstufe nicht geschafft:}\\\stdmotivation\\ - \textbf{Lebensmotto:}\\\stdquote\\ - \textbf{Zukunftspläne:}\\\stdfuture\\~\\ - \end{normalsize} -\end{minipage} +\vspace*{8cm} % Characteristics \providecommand\studentchar[1]{ |