Erster Vorschlag für 1. HJ 16/17
This commit is contained in:
		
							parent
							
								
									b320d641bb
								
							
						
					
					
						commit
						0cfb41d1d4
					
				
					 6 changed files with 78 additions and 84 deletions
				
			
		| 
						 | 
				
			
			@ -3,22 +3,19 @@
 | 
			
		|||
	\tikzset{every day/.style={fill=white}}
 | 
			
		||||
 | 
			
		||||
	% SOMMERFERIEN I
 | 
			
		||||
	\ifdate{between=\jahrEins-08-1 and \jahrEins-08-29}{%
 | 
			
		||||
	\ifdate{between=\jahrEins-08-1 and \jahrEins-08-23}{%
 | 
			
		||||
		\tikzset{every day/.style={fill=gray!30}}}{}
 | 
			
		||||
	% HERBST
 | 
			
		||||
	\ifdate{between=\jahrEins-10-23 and \jahrEins-11-3}{%
 | 
			
		||||
	\ifdate{between=\jahrEins-10-10 and \jahrEins-10-21}{%
 | 
			
		||||
		\tikzset{every day/.style={fill=gray!30}}}{}
 | 
			
		||||
	% WEIHNACHTEN
 | 
			
		||||
	\ifdate{between=\jahrEins-12-27 and \jahrZwei-01-05}{%
 | 
			
		||||
	\ifdate{between=\jahrEins-12-23 and \jahrZwei-01-06}{%
 | 
			
		||||
		\tikzset{every day/.style={fill=gray!30}}}{}
 | 
			
		||||
	% OSTERN
 | 
			
		||||
	\ifdate{between=\jahrZwei-03-26 and \jahrZwei-04-06}{%
 | 
			
		||||
		\tikzset{every day/.style={fill=gray!30}}}{}
 | 
			
		||||
	% PFINGSTEN
 | 
			
		||||
	\ifdate{between=\jahrZwei-05-22 and \jahrZwei-05-25}{%
 | 
			
		||||
	\ifdate{between=\jahrZwei-04-10 and \jahrZwei-04-21}{%
 | 
			
		||||
		\tikzset{every day/.style={fill=gray!30}}}{}
 | 
			
		||||
	% SOMMERFERIEN II
 | 
			
		||||
	\ifdate{between=\jahrZwei-07-16 and \jahrZwei-08-28}{%
 | 
			
		||||
	\ifdate{between=\jahrZwei-07-17 and \jahrZwei-08-29}{%
 | 
			
		||||
		\tikzset{every day/.style={fill=gray!30}}}{}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -35,10 +32,10 @@
 | 
			
		|||
	\ifdate{equals=12-25}{\tikzset{every day/.style={fill=red!20}}}{}
 | 
			
		||||
	\ifdate{equals=12-26}{\tikzset{every day/.style={fill=red!20}}}{}
 | 
			
		||||
	% Christian holidays
 | 
			
		||||
	\ifdate{equals=\jahrZwei-03-30}{\tikzset{every day/.style={fill=red!20}}}{}
 | 
			
		||||
	\ifdate{equals=\jahrZwei-04-02}{\tikzset{every day/.style={fill=red!20}}}{}
 | 
			
		||||
	\ifdate{equals=\jahrZwei-05-20}{\tikzset{every day/.style={fill=red!20}}}{}
 | 
			
		||||
	\ifdate{equals=\jahrZwei-05-21}{\tikzset{every day/.style={fill=red!20}}}{}
 | 
			
		||||
	\ifdate{equals=\jahrZwei-04-14}{\tikzset{every day/.style={fill=red!20}}}{}
 | 
			
		||||
	\ifdate{equals=\jahrZwei-04-17}{\tikzset{every day/.style={fill=red!20}}}{}
 | 
			
		||||
	\ifdate{equals=\jahrZwei-06-05}{\tikzset{every day/.style={fill=red!20}}}{}
 | 
			
		||||
	\ifdate{equals=\jahrZwei-06-15}{\tikzset{every day/.style={fill=red!20}}}{}
 | 
			
		||||
%	\ifdate{equals=\jahrZwei-05-30}{\tikzset{every day/.style={fill=red!20}}}{}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -54,12 +51,12 @@
 | 
			
		|||
	}{%
 | 
			
		||||
		\termin{\jahrZwei-05-01}{Tag der Arbeit}
 | 
			
		||||
		
 | 
			
		||||
		\termin{\jahrZwei-03-30}{Karfreitag}
 | 
			
		||||
		\termin{\jahrZwei-04-01}{Ostersonntag}
 | 
			
		||||
		\termin{\jahrZwei-04-02}{Ostermontag}
 | 
			
		||||
		\termin{\jahrZwei-04-14}{Karfreitag}
 | 
			
		||||
		\termin{\jahrZwei-04-16}{Ostersonntag}
 | 
			
		||||
		\termin{\jahrZwei-04-17}{Ostermontag}
 | 
			
		||||
		%\termin{2013-05-09}{Christi Himmelfahrt}
 | 
			
		||||
		\termin{\jahrZwei-05-20}{Pfingstsonntag}
 | 
			
		||||
		\termin{\jahrZwei-05-21}{Pfingstmontag}
 | 
			
		||||
		\termin{\jahrZwei-06-04}{Pfingstsonntag}
 | 
			
		||||
		\termin{\jahrZwei-06-05}{Pfingstmontag}
 | 
			
		||||
		%\termin{2013-05-30}{Fronleichnam}
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										3
									
								
								conf.tex
									
										
									
									
									
								
							
							
						
						
									
										3
									
								
								conf.tex
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -1,7 +1,8 @@
 | 
			
		|||
% ALLGEMEINE OPTIONEN
 | 
			
		||||
 | 
			
		||||
% SPEZIFISCHE OPTIONEN
 | 
			
		||||
\schuljahr{2017}{2018}
 | 
			
		||||
%\schuljahr{2017}{2018}
 | 
			
		||||
\schuljahr{2016}{2017}
 | 
			
		||||
\logoFront{ABB/logoFront.pdf}
 | 
			
		||||
 | 
			
		||||
% SEZIFISCHE DATEN SCHULE
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										
											BIN
										
									
								
								logbuch.pdf
									
										
									
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								logbuch.pdf
									
										
									
									
									
								
							
										
											Binary file not shown.
										
									
								
							| 
						 | 
				
			
			@ -36,7 +36,7 @@
 | 
			
		|||
 | 
			
		||||
\definecolor{LinkColor}{rgb}{0,0,0}             %schwarz
 | 
			
		||||
 | 
			
		||||
\ifoot{\ccbyncsa}
 | 
			
		||||
%\ifoot{\ccbyncsa}
 | 
			
		||||
 | 
			
		||||
\usepackage{prettyref}
 | 
			
		||||
%%% Für Modulaufgaben %%%
 | 
			
		||||
| 
						 | 
				
			
			@ -51,7 +51,7 @@
 | 
			
		|||
 | 
			
		||||
% printDraft true: keine Kalendar berechnet
 | 
			
		||||
% printDraft false: Kalendar werden gesetzt (zeitaufwendig)
 | 
			
		||||
\setboolean{printDraft}{true}
 | 
			
		||||
\setboolean{printDraft}{false}
 | 
			
		||||
\input{conf.tex}
 | 
			
		||||
 | 
			
		||||
\procOpts
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -122,27 +122,27 @@
 | 
			
		|||
		%\printLogbuchWoche{\jahrEins-09-04}{\jahrEins-09-09}
 | 
			
		||||
		\pgfcalendar{}{#2}{#3}
 | 
			
		||||
		{\ifdate{Monday}{\printLogbuchTagMo{%
 | 
			
		||||
						\pgfcalendarweekdayname{\pgfcalendarcurrentweekday},%
 | 
			
		||||
						\pgfcalendarweekdayname{\pgfcalendarcurrentweekday}, %
 | 
			
		||||
						\pgfcalendarcurrentday.\pgfcalendarcurrentmonth%
 | 
			
		||||
					}\hfil%
 | 
			
		||||
			}{}%
 | 
			
		||||
			\ifdate{Tuesday}{\printLogbuchTagDi{%
 | 
			
		||||
							\pgfcalendarweekdayname{\pgfcalendarcurrentweekday},%
 | 
			
		||||
							\pgfcalendarweekdayname{\pgfcalendarcurrentweekday}, %
 | 
			
		||||
							\pgfcalendarcurrentday.\pgfcalendarcurrentmonth%
 | 
			
		||||
						}\hfil%
 | 
			
		||||
			}{}%
 | 
			
		||||
			\ifdate{Wednesday}{\printLogbuchTagMi{%
 | 
			
		||||
						\pgfcalendarweekdayname{\pgfcalendarcurrentweekday},%
 | 
			
		||||
						\pgfcalendarweekdayname{\pgfcalendarcurrentweekday}, %
 | 
			
		||||
						\pgfcalendarcurrentday.\pgfcalendarcurrentmonth%
 | 
			
		||||
					}\pagebreak%
 | 
			
		||||
			}{}%
 | 
			
		||||
			\ifdate{Thursday}{\printLogbuchTagDo{%
 | 
			
		||||
							\pgfcalendarweekdayname{\pgfcalendarcurrentweekday},%
 | 
			
		||||
							\pgfcalendarweekdayname{\pgfcalendarcurrentweekday}, %
 | 
			
		||||
							\pgfcalendarcurrentday.\pgfcalendarcurrentmonth%
 | 
			
		||||
						}\hfil%
 | 
			
		||||
			}{}%
 | 
			
		||||
			\ifdate{Friday}{\printLogbuchTagFr{%
 | 
			
		||||
							\pgfcalendarweekdayname{\pgfcalendarcurrentweekday},%
 | 
			
		||||
							\pgfcalendarweekdayname{\pgfcalendarcurrentweekday}, %
 | 
			
		||||
							\pgfcalendarcurrentday.\pgfcalendarcurrentmonth%
 | 
			
		||||
						}%
 | 
			
		||||
				}{}%
 | 
			
		||||
| 
						 | 
				
			
			@ -164,7 +164,7 @@
 | 
			
		|||
	}
 | 
			
		||||
}
 | 
			
		||||
\newcommand{\printLogbuchTagMo}[2][]{%
 | 
			
		||||
		\begin{minipage}{\textwidth}
 | 
			
		||||
	\begin{minipage}{\textwidth}
 | 
			
		||||
			\printLogbuchZiel
 | 
			
		||||
		\end{minipage}\\[0.5em]
 | 
			
		||||
		\begin{minipage}[t]{0.32\textwidth}
 | 
			
		||||
| 
						 | 
				
			
			@ -180,9 +180,9 @@
 | 
			
		|||
			\begin{logbuchTag}{#2}
 | 
			
		||||
				\faecher[5]
 | 
			
		||||
			\end{logbuchTag}
 | 
			
		||||
			\begin{logbuchZusatz}{Extras}
 | 
			
		||||
				something awesome will appear here
 | 
			
		||||
				\vspace{1.6cm}
 | 
			
		||||
			\begin{logbuchZusatz}{Notizen}
 | 
			
		||||
				%something awesome will appear here
 | 
			
		||||
				\vspace*{2.36cm}
 | 
			
		||||
			\end{logbuchZusatz}
 | 
			
		||||
		\end{minipage}
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -201,27 +201,21 @@
 | 
			
		|||
				\faecher
 | 
			
		||||
			\end{logbuchTag}
 | 
			
		||||
			\begin{logbuchZusatz}[height=1.5cm,]{Kenntnissnahme}
 | 
			
		||||
				%\textbf{Wochenziel:}
 | 
			
		||||
				
 | 
			
		||||
				%\arbeitshaltungEmojis
 | 
			
		||||
				%\tcblower
 | 
			
		||||
				%\vspace{0.6cm}
 | 
			
		||||
 | 
			
		||||
				\vspace{0.5cm}
 | 
			
		||||
 | 
			
		||||
				\begin{minipage}{0.31\textwidth}
 | 
			
		||||
				\begin{minipage}[t]{0.31\textwidth}
 | 
			
		||||
					\centering
 | 
			
		||||
					\luecke{\linewidth}
 | 
			
		||||
					
 | 
			
		||||
					\footnotesize Schüler\_in
 | 
			
		||||
				\end{minipage}\hfil
 | 
			
		||||
				\begin{minipage}{0.31\textwidth}
 | 
			
		||||
				\begin{minipage}[t]{0.31\textwidth}
 | 
			
		||||
					\centering
 | 
			
		||||
					\luecke{\linewidth}
 | 
			
		||||
 | 
			
		||||
					\footnotesize Lehrkraft
 | 
			
		||||
				\end{minipage}\hfil
 | 
			
		||||
				\begin{minipage}{0.31\textwidth}
 | 
			
		||||
				\begin{minipage}[t]{0.31\textwidth}
 | 
			
		||||
					\centering
 | 
			
		||||
					\luecke{\linewidth}
 | 
			
		||||
					\footnotesize Eltern
 | 
			
		||||
| 
						 | 
				
			
			@ -235,7 +229,7 @@
 | 
			
		|||
		\begin{logbuchTag}{#2}
 | 
			
		||||
			\faecher[5]
 | 
			
		||||
		\end{logbuchTag}
 | 
			
		||||
		\begin{logbuchZusatz}[width=2.05\textwidth]{Wochenfeedback}
 | 
			
		||||
		\begin{logbuchZusatz}[width=2.04\textwidth]{Wochenfeedback}
 | 
			
		||||
			\feldLin[0.77cm]{6}
 | 
			
		||||
		\end{logbuchZusatz}
 | 
			
		||||
	\end{minipage}\hfil
 | 
			
		||||
| 
						 | 
				
			
			@ -251,11 +245,15 @@
 | 
			
		|||
						\vspace{0.4cm}
 | 
			
		||||
				\end{logbuchZusatz}
 | 
			
		||||
 | 
			
		||||
				\vspace{0.2cm}
 | 
			
		||||
 | 
			
		||||
				\begin{logbuchZusatz}{Vereinbarungen Logbuchgespräch}
 | 
			
		||||
						\feldLin[0.8cm]{6}
 | 
			
		||||
						\vspace{-0.5cm}
 | 
			
		||||
				\end{logbuchZusatz}
 | 
			
		||||
				
 | 
			
		||||
				\vspace{0.25cm}
 | 
			
		||||
				
 | 
			
		||||
				\begin{logbuchZusatz}{Feedback}
 | 
			
		||||
					\begin{smallitemize}
 | 
			
		||||
						\item Arbeitshaltung
 | 
			
		||||
| 
						 | 
				
			
			@ -292,7 +290,8 @@
 | 
			
		|||
			drop lifted shadow,
 | 
			
		||||
			fonttitle=\bfseries,
 | 
			
		||||
			title={Mein Wochenziel:},
 | 
			
		||||
			]{\hspace{0.95\linewidth}}%
 | 
			
		||||
			width=0.95\linewidth,
 | 
			
		||||
			]{\hspace*{0.95\linewidth}}%
 | 
			
		||||
	\end{center}
 | 
			
		||||
}
 | 
			
		||||
\newtcolorbox{logbuchZusatz}[2][]{%
 | 
			
		||||
| 
						 | 
				
			
			@ -306,16 +305,15 @@
 | 
			
		|||
	center title,
 | 
			
		||||
	minipage boxed title=3.5cm,
 | 
			
		||||
	%colback=white!98!black,%	
 | 
			
		||||
	fonttitle=\bfseries,
 | 
			
		||||
	title={#2},
 | 
			
		||||
	#1
 | 
			
		||||
}
 | 
			
		||||
\newtcolorbox{logbuchTag}[1]{%
 | 
			
		||||
	colback=white!98!black,%
 | 
			
		||||
	colback=white,%
 | 
			
		||||
	drop shadow southeast,	
 | 
			
		||||
	left=1mm,
 | 
			
		||||
	right=1mm,
 | 
			
		||||
	fonttitle=\bfseries,
 | 
			
		||||
	fonttitle=\bfseries\Large,
 | 
			
		||||
	title={#1},
 | 
			
		||||
}
 | 
			
		||||
\newtcolorbox{logbuchFach}[1]{%
 | 
			
		||||
| 
						 | 
				
			
			@ -337,6 +335,7 @@
 | 
			
		|||
	leftlower=4mm,
 | 
			
		||||
	rightlower=4mm,
 | 
			
		||||
	title=#1,
 | 
			
		||||
	fonttitle=\bfseries,
 | 
			
		||||
}
 | 
			
		||||
\newcommand{\faecher}[1][6]{%
 | 
			
		||||
	\foreach\n in {1,...,#1}{%
 | 
			
		||||
| 
						 | 
				
			
			@ -551,6 +550,7 @@
 | 
			
		|||
	colbacklower=white!85!black,
 | 
			
		||||
	halign lower=flush right,
 | 
			
		||||
	title={#2},
 | 
			
		||||
	fonttitle=\bfseries,
 | 
			
		||||
	#1
 | 
			
		||||
}
 | 
			
		||||
\newtcolorbox{beratungEintragZ}[2][]{%
 | 
			
		||||
| 
						 | 
				
			
			@ -564,6 +564,7 @@
 | 
			
		|||
	colbacklower=white!85!black,
 | 
			
		||||
	halign lower=flush right,
 | 
			
		||||
	title={#2},
 | 
			
		||||
	fonttitle=\bfseries,
 | 
			
		||||
	#1
 | 
			
		||||
}
 | 
			
		||||
\newcommand{\beratung}[1][4]{%
 | 
			
		||||
| 
						 | 
				
			
			@ -575,19 +576,19 @@
 | 
			
		|||
			colback=white!98!black,%
 | 
			
		||||
		]
 | 
			
		||||
			\begin{tcbraster}[raster columns=2,raster rows=2]
 | 
			
		||||
				\begin{beratungEintrag}{Meine Stärken}
 | 
			
		||||
				\begin{beratungEintrag}{\symDaumenHoch\hspace{0.2cm} Meine Stärken}
 | 
			
		||||
					\vspace{5cm}
 | 
			
		||||
				\end{beratungEintrag}
 | 
			
		||||
				\begin{beratungEintrag}{Meine Schwächen}
 | 
			
		||||
				\begin{beratungEintrag}{\symDaumenRunter\hspace{0.2cm} Meine Schwächen}
 | 
			
		||||
					\vspace{5cm}
 | 
			
		||||
				\end{beratungEintrag}
 | 
			
		||||
			\end{tcbraster}
 | 
			
		||||
			\begin{beratungEintrag}{Mein Ziel}
 | 
			
		||||
			\begin{beratungEintrag}{\symZielflagge\hspace{0.2cm} Mein Ziel}
 | 
			
		||||
				\vspace{4cm}
 | 
			
		||||
				\tcblower
 | 
			
		||||
				bis zum: \luecke{4cm}
 | 
			
		||||
			\end{beratungEintrag}
 | 
			
		||||
			\begin{beratungEintrag}{Unsere Unterstützung}
 | 
			
		||||
			\begin{beratungEintrag}{\symZeigefinger\hspace{0.2cm} Unsere Unterstützung}
 | 
			
		||||
				\vspace{0.2cm}
 | 
			
		||||
				\begin{tcbraster}[raster columns=2,raster rows=2]
 | 
			
		||||
					\begin{beratungEintragZ}{Schule}
 | 
			
		||||
| 
						 | 
				
			
			@ -604,19 +605,19 @@
 | 
			
		|||
			\begin{beratungEintrag}{}
 | 
			
		||||
				\vspace{1.25cm}
 | 
			
		||||
 | 
			
		||||
				\begin{minipage}{0.31\textwidth}
 | 
			
		||||
				\begin{minipage}[t]{0.31\textwidth}
 | 
			
		||||
					\centering
 | 
			
		||||
					\luecke{\linewidth}
 | 
			
		||||
					
 | 
			
		||||
					\footnotesize Schüler\_in
 | 
			
		||||
				\end{minipage}\hfil
 | 
			
		||||
				\begin{minipage}{0.31\textwidth}
 | 
			
		||||
				\begin{minipage}[t]{0.31\textwidth}
 | 
			
		||||
					\centering
 | 
			
		||||
					\luecke{\linewidth}
 | 
			
		||||
 | 
			
		||||
					\footnotesize Eltern
 | 
			
		||||
				\end{minipage}\hfil
 | 
			
		||||
				\begin{minipage}{0.31\textwidth}
 | 
			
		||||
				\begin{minipage}[t]{0.31\textwidth}
 | 
			
		||||
					\centering
 | 
			
		||||
					\luecke{\linewidth}
 | 
			
		||||
					\footnotesize Lehrkraft
 | 
			
		||||
| 
						 | 
				
			
			@ -633,31 +634,31 @@
 | 
			
		|||
	\chapter{Notizen}
 | 
			
		||||
	\feldLin[1.25cm]{18}	
 | 
			
		||||
	\clearpage
 | 
			
		||||
	\feldLin[1.25cm]{16}	
 | 
			
		||||
	\feldLin[1.25cm]{18}	
 | 
			
		||||
 | 
			
		||||
	\begin{center}
 | 
			
		||||
		\begin{tcolorbox}[
 | 
			
		||||
			bicolor,
 | 
			
		||||
			sidebyside=true,
 | 
			
		||||
			righthand width=1.6cm,
 | 
			
		||||
			sidebyside gap=4mm,
 | 
			
		||||
			leftlower=1mm,
 | 
			
		||||
			rightlower=1mm,
 | 
			
		||||
			width=0.9\linewidth,
 | 
			
		||||
		]	
 | 
			
		||||
			\centering
 | 
			
		||||
			\ccbyncsa\\[0.5em]
 | 
			
		||||
			Dieses Dokument steht unter einer CCbyncsa-Lizenz.
 | 
			
		||||
%	\begin{center}
 | 
			
		||||
%		\begin{tcolorbox}[
 | 
			
		||||
%			bicolor,
 | 
			
		||||
%			sidebyside=true,
 | 
			
		||||
%			righthand width=1.6cm,
 | 
			
		||||
%			sidebyside gap=4mm,
 | 
			
		||||
%			leftlower=1mm,
 | 
			
		||||
%			rightlower=1mm,
 | 
			
		||||
%			width=0.9\linewidth,
 | 
			
		||||
%		]	
 | 
			
		||||
%			\centering
 | 
			
		||||
%			\ccbyncsa\\[0.5em]
 | 
			
		||||
%			Dieses Dokument steht unter einer CCbyncsa-Lizenz.
 | 
			
		||||
 | 
			
		||||
			Es darf zu nicht-kommerziellen Zwecken beliebig weiter verwendet werden, so lange auf die
 | 
			
		||||
			ursprünglichen Autoren verwiesen wird und eine ähnliche Lizenz verwendet wird.
 | 
			
		||||
%			Es darf zu nicht-kommerziellen Zwecken beliebig weiter verwendet werden, so lange auf die
 | 
			
		||||
%			ursprünglichen Autoren verwiesen wird und eine ähnliche Lizenz verwendet wird.
 | 
			
		||||
 | 
			
		||||
			\url{https://creativecommons.org/licenses/by-nc-sa/4.0/}
 | 
			
		||||
			\tcblower
 | 
			
		||||
			\mkUrlCode[mailto:]{https://creativecommons.org/licenses/by-nc-sa/4.0/}[Lizenz][1.3cm][1.2cm]
 | 
			
		||||
%			\url{https://creativecommons.org/licenses/by-nc-sa/4.0/}
 | 
			
		||||
%			\tcblower
 | 
			
		||||
%			\mkUrlCode[mailto:]{https://creativecommons.org/licenses/by-nc-sa/4.0/}[Lizenz][1.3cm][1.2cm]
 | 
			
		||||
 | 
			
		||||
		\end{tcolorbox}
 | 
			
		||||
	\end{center}
 | 
			
		||||
%		\end{tcolorbox}
 | 
			
		||||
%	\end{center}
 | 
			
		||||
	\clearpage
 | 
			
		||||
	\thispagestyle{empty}
 | 
			
		||||
	
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,18 +1,13 @@
 | 
			
		|||
% Um TeX capacity exceed zu vermeiden bitte maximal 5 Wochen angeben
 | 
			
		||||
%
 | 
			
		||||
% Sommer -> Herbst
 | 
			
		||||
\printWochenuebersicht{\jahrEins-09-04}{\jahrEins-10-06}
 | 
			
		||||
\printWochenuebersicht{\jahrEins-10-09}{\jahrEins-10-20}
 | 
			
		||||
% Herbst -> Weihnachten
 | 
			
		||||
\printWochenuebersicht{\jahrEins-11-06}{\jahrEins-12-08}
 | 
			
		||||
\printWochenuebersicht{\jahrEins-12-11}{\jahrEins-12-22}
 | 
			
		||||
% Weihnachten -> Ostern
 | 
			
		||||
\printWochenuebersicht{\jahrZwei-01-08}{\jahrZwei-02-09}
 | 
			
		||||
\printWochenuebersicht{\jahrZwei-02-12}{\jahrZwei-03-16}
 | 
			
		||||
\printWochenuebersicht{\jahrZwei-03-19}{\jahrZwei-03-23}
 | 
			
		||||
\printWochenuebersicht{\jahrZwei-01-30}{\jahrZwei-02-24}
 | 
			
		||||
%\printWochenuebersicht{\jahrZwei-01-30}{\jahrZwei-02-05}
 | 
			
		||||
\printWochenuebersicht{\jahrZwei-02-27}{\jahrZwei-03-24}
 | 
			
		||||
\printWochenuebersicht{\jahrZwei-03-27}{\jahrZwei-04-07}
 | 
			
		||||
% Ostern -> Pfingsten
 | 
			
		||||
\printWochenuebersicht{\jahrZwei-04-09}{\jahrZwei-05-11}
 | 
			
		||||
\printWochenuebersicht{\jahrZwei-05-14}{\jahrZwei-05-18}
 | 
			
		||||
\printWochenuebersicht{\jahrZwei-04-24}{\jahrZwei-05-19}
 | 
			
		||||
\printWochenuebersicht{\jahrZwei-05-22}{\jahrZwei-06-16}
 | 
			
		||||
% Pfingsten -> Sommer
 | 
			
		||||
\printWochenuebersicht{\jahrZwei-05-28}{\jahrZwei-06-22}
 | 
			
		||||
\printWochenuebersicht{\jahrZwei-06-25}{\jahrZwei-07-13}
 | 
			
		||||
\printWochenuebersicht{\jahrZwei-06-19}{\jahrZwei-06-14}
 | 
			
		||||
\printWochenuebersicht{\jahrZwei-06-25}{\jahrZwei-07-14}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue