Spacing, missing content, trying option Logo on only first page (fails currently)
This commit is contained in:
parent
255fa2907b
commit
08c3c936d8
2 changed files with 24 additions and 11 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,3 +3,4 @@
|
|||
*.dvi
|
||||
*.log
|
||||
*.synctex.gz
|
||||
*.out
|
||||
|
|
|
@ -10,13 +10,17 @@
|
|||
\usepackage{fancyhdr}
|
||||
%\usepackage{multirow}
|
||||
\usepackage[export]{adjustbox}
|
||||
|
||||
\usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry}
|
||||
\usepackage[pdfusetitle]{hyperref}
|
||||
%\usepackage[onehalfspacing]{setspace}
|
||||
\usepackage[parfill]{parskip}
|
||||
\pagestyle{fancy}
|
||||
\renewcommand{\headrulewidth}{0pt}
|
||||
\setlength{\headheight}{5cm}
|
||||
\setlength{\textheight}{20cm}
|
||||
|
||||
|
||||
\usepackage[pdfusetitle]{hyperref}
|
||||
%\usepackage[onehalfspacing]{setspace}
|
||||
\usepackage[parfill]{parskip}
|
||||
|
||||
\rhead[]{\begin{tabular}{l}
|
||||
\textbf{Lehrdiplom für Maturitätsschulen}\\
|
||||
|
@ -28,6 +32,8 @@ Clausiusstrasse 59\\
|
|||
\end{tabular}
|
||||
}
|
||||
\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}
|
||||
\author{Beat Jäckle, bjaeckle@ethz.ch}
|
||||
|
@ -54,8 +60,9 @@ Klassenzusammensetzung:
|
|||
\\\hline
|
||||
\end{tabular}
|
||||
%\multicolumn{2}{|l|}{
|
||||
\subsection{Verlauf des Unterrichts}%(in Stichworten, ca. 8 -15 Elemente)
|
||||
Guter Lehrer, böse SuS
|
||||
\subsection{Verlauf des Unterrichts}
|
||||
(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|}
|
||||
\hline
|
||||
|
@ -74,15 +81,20 @@ Sehr unruhig aufgrund einer Prüfung in der letzten Lektion; Lehrperson kaum hö
|
|||
|
||||
\end{tabularx}
|
||||
|
||||
\subsection*{Weitere Bemerkungen}
|
||||
\vspace{5em}%Remove this line when you're done. This is for space
|
||||
|
||||
\newpage
|
||||
|
||||
\section{Dokumentation des Interviews}
|
||||
%mind. 5 Fragen an LP
|
||||
%Im Frage-Antwort-Format wiedergeben.
|
||||
(mind. 5 Fragen an LP)
|
||||
(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}
|
||||
% (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}
|
||||
%(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}
|
||||
|
|
Loading…
Reference in a new issue