Spacing, missing content, trying option Logo on only first page (fails currently)

This commit is contained in:
Beat Jäckle 2021-12-05 16:35:58 +01:00
parent 255fa2907b
commit 08c3c936d8
2 changed files with 24 additions and 11 deletions

1
.gitignore vendored
View file

@ -3,3 +3,4 @@
*.dvi *.dvi
*.log *.log
*.synctex.gz *.synctex.gz
*.out

View file

@ -10,13 +10,17 @@
\usepackage{fancyhdr} \usepackage{fancyhdr}
%\usepackage{multirow} %\usepackage{multirow}
\usepackage[export]{adjustbox} \usepackage[export]{adjustbox}
\usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry} \usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry}
\usepackage[pdfusetitle]{hyperref}
%\usepackage[onehalfspacing]{setspace}
\usepackage[parfill]{parskip}
\pagestyle{fancy} \pagestyle{fancy}
\renewcommand{\headrulewidth}{0pt} \renewcommand{\headrulewidth}{0pt}
\setlength{\headheight}{5cm} \setlength{\headheight}{5cm}
\setlength{\textheight}{20cm}
\usepackage[pdfusetitle]{hyperref}
%\usepackage[onehalfspacing]{setspace}
\usepackage[parfill]{parskip}
\rhead[]{\begin{tabular}{l} \rhead[]{\begin{tabular}{l}
\textbf{Lehrdiplom für Maturitätsschulen}\\ \textbf{Lehrdiplom für Maturitätsschulen}\\
@ -28,6 +32,8 @@ Clausiusstrasse 59\\
\end{tabular} \end{tabular}
} }
\lhead{\includegraphics[width=6.30 cm]{src/ETH_Zürich_wordmark}} \lhead{\includegraphics[width=6.30 cm]{src/ETH_Zürich_wordmark}}
%\lhead[\includegraphics[width=6.30 cm]{src/ETH_Zürich_wordmark}]{}
\title{Bericht Unterrichtsbesuch} \title{Bericht Unterrichtsbesuch}
\author{Beat Jäckle, bjaeckle@ethz.ch} \author{Beat Jäckle, bjaeckle@ethz.ch}
@ -54,8 +60,9 @@ Klassenzusammensetzung:
\\\hline \\\hline
\end{tabular} \end{tabular}
%\multicolumn{2}{|l|}{ %\multicolumn{2}{|l|}{
\subsection{Verlauf des Unterrichts}%(in Stichworten, ca. 8 -15 Elemente) \subsection{Verlauf des Unterrichts}
Guter Lehrer, böse SuS (in Stichworten, ca. 8 -15 Elemente)
\vspace{5em}%Remove this line when you're done. This is for space
\begin{tabularx}{\textwidth}{|l|X|X|X|} \begin{tabularx}{\textwidth}{|l|X|X|X|}
\hline \hline
@ -74,15 +81,20 @@ Sehr unruhig aufgrund einer Prüfung in der letzten Lektion; Lehrperson kaum hö
\end{tabularx} \end{tabularx}
\subsection*{Weitere Bemerkungen}
\vspace{5em}%Remove this line when you're done. This is for space
\newpage
\section{Dokumentation des Interviews} \section{Dokumentation des Interviews}
%mind. 5 Fragen an LP (mind. 5 Fragen an LP)
%Im Frage-Antwort-Format wiedergeben. (Im Frage-Antwort-Format wiedergeben.)
\vspace{5em}%Remove this line when you're done. This is for space
\section{Analyse des Unterrichtsbesuches unter dem Aspekt \glqq Classroom Management\grqq} \section{Analyse des Unterrichtsbesuches unter dem Aspekt \glqq Classroom Management\grqq}
% (mind. 1 Seite) anhand der im Seminar besprochenen Konzepte (mind. 1 Seite; anhand der im Seminar besprochenen Konzepte)
\vspace{5em}%Remove this line when you're done. This is for space
\section{Schlussfolgerungen für die eigene Unterrichtstätigkeit} \section{Schlussfolgerungen für die eigene Unterrichtstätigkeit}
%(mind. 3 Punkte mit Begründung; Umfang mind. 1/2 Seite) (mind. 3 Punkte mit Begründung; Umfang mind. 1/2 Seite)
\vspace{5em}%Remove this line when you're done. This is for space
\end{document} \end{document}