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