aboutsummaryrefslogtreecommitdiff
path: root/zeitung
diff options
context:
space:
mode:
Diffstat (limited to 'zeitung')
-rw-r--r--zeitung/main.tex11
-rw-r--r--zeitung/parts/teacherprofiles.tex2
-rw-r--r--zeitung/parts/teacherprofiletemplate.tex17
3 files changed, 24 insertions, 6 deletions
diff --git a/zeitung/main.tex b/zeitung/main.tex
index 6ba62e7..808eaa3 100644
--- a/zeitung/main.tex
+++ b/zeitung/main.tex
@@ -144,6 +144,7 @@
\def\part#1{\input{parts/#1.tex}\newpage}
\def\student{\input{parts/studenttemplate.tex}}
+\def\teacherprofile{\input{parts/teacherprofiletemplate.tex}}
\def\quotepage{\input{parts/quotetemplate.tex}}
\def\ranking{\input{parts/rankingtemplate.tex}}
\def\generated#1{\input{parts/generated/#1.tex}}
@@ -158,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/teacherprofiles.tex b/zeitung/parts/teacherprofiles.tex
index cccd375..82a79f7 100644
--- a/zeitung/parts/teacherprofiles.tex
+++ b/zeitung/parts/teacherprofiles.tex
@@ -1,2 +1,2 @@
\title{Lehrersteckbriefe}
-\lipsum[1-2]
+\generated{teacherprofiles} \ No newline at end of file
diff --git a/zeitung/parts/teacherprofiletemplate.tex b/zeitung/parts/teacherprofiletemplate.tex
new file mode 100644
index 0000000..f14948d
--- /dev/null
+++ b/zeitung/parts/teacherprofiletemplate.tex
@@ -0,0 +1,17 @@
+\ifodd\stdnum
+ \def\tablex{0.5\linewidth}
+ \def\tablewidth{0.55\linewidth} % Left side
+\else
+ \def\tablex{-0cm}
+ \def\tablewidth{0.55\linewidth} % Right side
+\fi
+
+\hspace*{\tablex}\vspace*{1.4cm}\begin{minipage}{\tablewidth}
+ \vspace*{.5cm}
+ \begin{normalsize}
+ \textbf{Name:}\\ \stdname\\
+ \textbf{Abi:}\\ \stdabi\\
+ \textbf{Beruf:}\\ \stdprof\\
+ \textbf{Geheimnis:}\\ \stdsecret\\
+ \end{normalsize}
+\end{minipage}