diff options
-rw-r--r-- | zeitung/main.tex | 10 | ||||
-rw-r--r-- | zeitung/parts/quotetemplate.tex | 1 | ||||
-rw-r--r-- | zeitung/parts/studentprofiles.tex | 9 | ||||
-rw-r--r-- | zeitung/parts/teacherprofiletemplate.tex | 58 | ||||
-rw-r--r-- | zeitung/parts/teacherquotes.tex | 2 |
5 files changed, 40 insertions, 40 deletions
diff --git a/zeitung/main.tex b/zeitung/main.tex index 808eaa3..2f84d59 100644 --- a/zeitung/main.tex +++ b/zeitung/main.tex @@ -159,17 +159,17 @@ \part{introduction} \adverthalf{gardena} \part{classphoto} -% \part{questionnaire} +\part{questionnaire} \part{teacherprofiles} -% \part{teacherquotes} -% \part{teacherranking} +\part{teacherquotes} +\part{teacherranking} \part{secrets} \advert{ihk} -% \part{studentprofiles} +\part{studentprofiles} \advert{uni-ulm} \part{photos} \part{trips} -% \adverthalfnorot{b-group} +\adverthalfnorot{b-group} \part{courseoverview} \part{committeeoverview} \part{conclusion} diff --git a/zeitung/parts/quotetemplate.tex b/zeitung/parts/quotetemplate.tex index a8b704f..d196fc5 100644 --- a/zeitung/parts/quotetemplate.tex +++ b/zeitung/parts/quotetemplate.tex @@ -1,5 +1,4 @@ \clearpage -\title{Zitate - \quoteclass} \providecommand\quoteadd[2]{ \textbf{#1: }#2\newline diff --git a/zeitung/parts/studentprofiles.tex b/zeitung/parts/studentprofiles.tex index 4b9cfec..b4a0d30 100644 --- a/zeitung/parts/studentprofiles.tex +++ b/zeitung/parts/studentprofiles.tex @@ -1,11 +1,16 @@ \providecommand\studentprofile[1]{ + \newpage + \title{#1} \classoverview{#1} \inputall{parts/generated/students/#1} + \title{#1 Zitate} \generated{quotes/#1} - \title{Ranking - #1} + \newpage + + \title{#1 Ranking} \generated{ranking/#1} } @@ -14,5 +19,3 @@ \studentprofile{TGM13.1} \studentprofile{TGM13.2} \studentprofile{TGTM13.1} - -%\generated{quotes/teacher} diff --git a/zeitung/parts/teacherprofiletemplate.tex b/zeitung/parts/teacherprofiletemplate.tex index 70bec33..4859ee9 100644 --- a/zeitung/parts/teacherprofiletemplate.tex +++ b/zeitung/parts/teacherprofiletemplate.tex @@ -1,37 +1,35 @@ -\begin{minipage}[t][0.28\textheight][t]{\linewidth} - % \noindent - \ifodd\profnum - \begin{minipage}[c]{0.79\textwidth} - % \textbf{Name:}\\ \profname\\ - {\Huge{\textbf{\profname}}}\\ - \textbf{Abijahrgang:}\\ \profabi\\ - \textbf{Das wäre meine Aufgabe auf einem Schiff:}\\ \profprof\\ - \textbf{Das wissen meine Schüler nicht über mich:}\\ \profsecret\\ - \end{minipage} - \fi +\begin{minipage}[c][0.28\textheight][c]{\linewidth} + \ifodd\profnum + \begin{minipage}[c]{0.79\textwidth} + {\Huge{\textbf{\profname}}}\\ + \textbf{Abijahrgang:}\\ \profabi\\ + \textbf{Das wäre meine Aufgabe auf einem Schiff:}\\ \profprof\\ + \textbf{Das wissen meine SchülerInnen nicht über mich:}\\ \profsecret\\ + \end{minipage} + \fi + % \begin{minipage}[c]{0.2\textwidth} - \def\imgpath{parts/generated/teacherimages/\profname.png} - \IfFileExists{\imgpath}{} - { - \def\imgpath{rahmen.png} - } + \def\imgpath{parts/generated/teacherimages/\profname.png} + \IfFileExists{\imgpath}{} + { + \def\imgpath{rahmen.png} + } \includegraphics[keepaspectratio=true, width=4cm]{\imgpath} \end{minipage} - \ifodd\profnum\else - \hspace*{.5cm}% - \begin{minipage}[c]{0.79\textwidth} - % \textbf{Name:}\\ \profname\\ - {\Huge{\textbf{\profname}}}\\ - \textbf{Abijahrgang:}\\ \profabi\\ - \textbf{Das wäre meine Aufgabe auf einem Schiff:}\\ \profprof\\ - \textbf{Das wissen meine Schüler nicht über mich:}\\ \profsecret\\ - \end{minipage} - \fi - + % + \ifodd\profnum\else + \hspace*{.69cm}% + \begin{minipage}[c]{0.73\textwidth} + {\Huge{\textbf{\profname}}}\\ + \textbf{Abijahrgang:}\\ \profabi\\ + \textbf{Das wäre meine Aufgabe auf einem Schiff:}\\ \profprof\\ + \textbf{Das wissen meine SchülerInnen nicht über mich:}\\ \profsecret\\ + \end{minipage} + \fi \end{minipage} \ifnum\proflast=0 -\begin{figure}[H] - \hspace*{-1.5cm}\includegraphics[keepaspectratio=true, width=\paperwidth]{seil.png} -\end{figure} + \begin{figure}[H] + \hspace*{-1.5cm}\includegraphics[keepaspectratio=true, width=\paperwidth]{seil.png} + \end{figure} \fi diff --git a/zeitung/parts/teacherquotes.tex b/zeitung/parts/teacherquotes.tex index 2c54923..2bb98c3 100644 --- a/zeitung/parts/teacherquotes.tex +++ b/zeitung/parts/teacherquotes.tex @@ -1,2 +1,2 @@ -\title{Lehrersteckbriefe} +\title{Lehrerzitate} \generated{quotes/teacher} |