Layout Wochenplan angepasst
This commit is contained in:
parent
4c1b33ff67
commit
05a55ee945
4 changed files with 139 additions and 23 deletions
BIN
logbuch.pdf
BIN
logbuch.pdf
Binary file not shown.
|
@ -33,6 +33,7 @@
|
||||||
|
|
||||||
\usepackage{prettyref}
|
\usepackage{prettyref}
|
||||||
%%% Für Modulaufgaben %%%
|
%%% Für Modulaufgaben %%%
|
||||||
|
%\newrefformat{hinw}{Hinweiskarte~\ref{#1}, S.\,\pageref{#1}}
|
||||||
%\newrefformat{qu}{Modulaufgabe~\ref{#1}, S.\,\pageref{#1}}
|
%\newrefformat{qu}{Modulaufgabe~\ref{#1}, S.\,\pageref{#1}}
|
||||||
%\newrefformat{hinw}{Hinweiskarte~\ref{#1}, S.\,\pageref{#1}}
|
%\newrefformat{hinw}{Hinweiskarte~\ref{#1}, S.\,\pageref{#1}}
|
||||||
|
|
||||||
|
@ -64,7 +65,7 @@
|
||||||
|
|
||||||
\anhang
|
\anhang
|
||||||
\chapter{Kompetenznachweise}
|
\chapter{Kompetenznachweise}
|
||||||
\chapter{Mitteilungen an die Eltern}
|
\chapter{Mitteilungen an die Eltern}\label{mitteilungen}
|
||||||
\chapter{Abwesenheit}
|
\chapter{Abwesenheit}
|
||||||
\chapter{Notizen}
|
\chapter{Notizen}
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|
|
@ -110,6 +110,17 @@
|
||||||
% Macros für Wochenübersicht
|
% Macros für Wochenübersicht
|
||||||
% **********************************************************************
|
% **********************************************************************
|
||||||
\providecommand{\printLogbuchTag}[2][]{%
|
\providecommand{\printLogbuchTag}[2][]{%
|
||||||
|
\begin{minipage}{0.32\textwidth}
|
||||||
|
\centering
|
||||||
|
\begin{logbuchTag}{#2}
|
||||||
|
\faecher
|
||||||
|
\end{logbuchTag}
|
||||||
|
\end{minipage}
|
||||||
|
}
|
||||||
|
\providecommand{\printLogbuchTagMo}[2][]{%
|
||||||
|
\begin{minipage}{\textwidth}
|
||||||
|
\printLogbuchZiel
|
||||||
|
\end{minipage}\\[0.5em]
|
||||||
\begin{minipage}{0.32\textwidth}
|
\begin{minipage}{0.32\textwidth}
|
||||||
\centering
|
\centering
|
||||||
\begin{logbuchTag}{#2}
|
\begin{logbuchTag}{#2}
|
||||||
|
@ -121,25 +132,68 @@
|
||||||
\begin{minipage}{0.32\textwidth}
|
\begin{minipage}{0.32\textwidth}
|
||||||
\centering
|
\centering
|
||||||
\begin{logbuchTag}{#2}
|
\begin{logbuchTag}{#2}
|
||||||
\faecher[4]
|
\faecher[5]
|
||||||
\end{logbuchTag}
|
\end{logbuchTag}
|
||||||
\begin{logbuchZusatz}{Extras}
|
\begin{logbuchZusatz}{Extras}
|
||||||
something awesome will appear here
|
something awesome will appear here
|
||||||
\vspace{6.5cm}
|
\vspace{1.6cm}
|
||||||
\end{logbuchZusatz}
|
\end{logbuchZusatz}
|
||||||
\end{minipage}
|
\end{minipage}
|
||||||
}
|
}
|
||||||
\providecommand{\printLogbuchSpalte}[2][6]{%
|
\providecommand{\printLogbuchTagFr}[2][]{%
|
||||||
\begin{minipage}{0.32\textwidth}
|
\begin{minipage}{0.65\textwidth}
|
||||||
\centering
|
\begin{minipage}{0.47\textwidth}
|
||||||
\begin{logbuchTag}{#2}
|
\centering
|
||||||
something awesome will appear here
|
\begin{logbuchTag}{#2}
|
||||||
\vspace{0.9\textheight}
|
\faecher[5]
|
||||||
\end{logbuchTag}
|
\end{logbuchTag}
|
||||||
|
\end{minipage}
|
||||||
|
\printLogbuchSpalte
|
||||||
|
\printLogbuchEnde
|
||||||
\end{minipage}
|
\end{minipage}
|
||||||
|
%\begin{minipage}{\textwidth}
|
||||||
|
%\end{minipage}
|
||||||
|
}
|
||||||
|
\providecommand{\printLogbuchSpalte}{%
|
||||||
|
\begin{minipage}{0.47\textwidth}
|
||||||
|
\centering
|
||||||
|
\begin{logbuchZusatz}{Mitteilungen Eltern}
|
||||||
|
\feldLin[0.8cm]{8}
|
||||||
|
\vspace{-0.4cm}
|
||||||
|
\chb\ Weitere Mitteilungen S.\,\pageref{mitteilungen}
|
||||||
|
\vspace{0.4cm}
|
||||||
|
\end{logbuchZusatz}
|
||||||
|
|
||||||
|
\begin{logbuchZusatz}{Vereinbarungen Logbuchgespräch}
|
||||||
|
\feldLin[0.8cm]{5}
|
||||||
|
\vspace{-0.5cm}
|
||||||
|
\end{logbuchZusatz}
|
||||||
|
|
||||||
|
\begin{logbuchZusatz}{Feedback}
|
||||||
|
\begin{smallitemize}
|
||||||
|
\item Arbeitshaltung
|
||||||
|
|
||||||
|
\arbeitshaltungEmojis
|
||||||
|
\item Freundlich und Fair
|
||||||
|
|
||||||
|
\arbeitshaltungEmojis
|
||||||
|
\item Material
|
||||||
|
|
||||||
|
\arbeitshaltungEmojis
|
||||||
|
% \item Logbuch
|
||||||
|
%
|
||||||
|
% \arbeitshaltungEmojis
|
||||||
|
\end{smallitemize}
|
||||||
|
\end{logbuchZusatz}
|
||||||
|
\end{minipage}
|
||||||
|
\begin{logbuchZusatz}{Wochenfeedback}
|
||||||
|
\feldLin[0.77cm]{3}
|
||||||
|
\end{logbuchZusatz}
|
||||||
|
}
|
||||||
|
\providecommand{\arbeitshaltungEmojis}{%
|
||||||
|
\usym{1F641} \hspace{0.5em} \usym{1F610} \hspace{0.5em} \usym{1F642} \hspace{0.5em} \usym{1F603}
|
||||||
}
|
}
|
||||||
\providecommand{\printLogbuchZiel}{%
|
\providecommand{\printLogbuchZiel}{%
|
||||||
%\vspace{-0.25em}%
|
|
||||||
\begin{center}
|
\begin{center}
|
||||||
\tcbox[%
|
\tcbox[%
|
||||||
enhanced,
|
enhanced,
|
||||||
|
@ -148,20 +202,74 @@
|
||||||
height=1.5cm,
|
height=1.5cm,
|
||||||
left=1mm,
|
left=1mm,
|
||||||
right=1mm,
|
right=1mm,
|
||||||
|
drop lifted shadow,
|
||||||
fonttitle=\bfseries,
|
fonttitle=\bfseries,
|
||||||
title={Mein Wochenziel:},
|
title={Mein Wochenziel:},
|
||||||
]{\hspace{0.95\linewidth} }%
|
]{\hspace{0.95\linewidth}}%
|
||||||
\end{center}\vspace*{-3em}%
|
\end{center}
|
||||||
}
|
}
|
||||||
\newtcolorbox{logbuchZusatz}[1]{%
|
\providecommand{\printLogbuchEnde}{%
|
||||||
|
%\begin{center}
|
||||||
|
\begin{tcolorbox}[%
|
||||||
|
enhanced, skin=bicolor,
|
||||||
|
attach boxed title to top left = {xshift=2mm,yshift=-2mm},
|
||||||
|
colback=white!98!black,%
|
||||||
|
width=0.95\linewidth,
|
||||||
|
%height=1.5cm,
|
||||||
|
left=1mm,
|
||||||
|
right=1mm,
|
||||||
|
drop lifted shadow,
|
||||||
|
fonttitle=\bfseries,
|
||||||
|
sidebyside=true,
|
||||||
|
righthand width=7cm,
|
||||||
|
sidebyside gap=3mm,
|
||||||
|
flushright lower,
|
||||||
|
title={Kenntnissnahme},
|
||||||
|
]
|
||||||
|
\textbf{Wochenziel:}
|
||||||
|
|
||||||
|
\arbeitshaltungEmojis
|
||||||
|
\tcblower
|
||||||
|
\vspace{0.6cm}
|
||||||
|
|
||||||
|
\begin{minipage}{2cm}
|
||||||
|
\centering
|
||||||
|
\luecke{2cm}
|
||||||
|
|
||||||
|
\footnotesize Schüler\_in
|
||||||
|
\end{minipage}
|
||||||
|
\begin{minipage}{2cm}
|
||||||
|
\centering
|
||||||
|
\luecke{2cm}
|
||||||
|
|
||||||
|
\footnotesize Lehrkraft
|
||||||
|
\end{minipage}
|
||||||
|
\begin{minipage}{2cm}
|
||||||
|
\centering
|
||||||
|
\luecke{2cm}
|
||||||
|
\footnotesize Eltern
|
||||||
|
\end{minipage}
|
||||||
|
\end{tcolorbox}
|
||||||
|
%\end{center}
|
||||||
|
}
|
||||||
|
\newtcolorbox{logbuchZusatz}[2][]{%
|
||||||
|
enhanced,
|
||||||
|
attach boxed title to top left = {xshift=2mm,yshift=-2mm},
|
||||||
colback=white!98!black,%
|
colback=white!98!black,%
|
||||||
|
drop lifted shadow,
|
||||||
left=1mm,
|
left=1mm,
|
||||||
right=1mm,
|
right=1mm,
|
||||||
fonttitle=\bfseries,
|
fonttitle=\bfseries,
|
||||||
title={#1},
|
center title,
|
||||||
|
minipage boxed title=3.5cm,
|
||||||
|
%colback=white!98!black,%
|
||||||
|
fonttitle=\bfseries,
|
||||||
|
title={#2},
|
||||||
|
#1
|
||||||
}
|
}
|
||||||
\newtcolorbox{logbuchTag}[1]{%
|
\newtcolorbox{logbuchTag}[1]{%
|
||||||
colback=white!98!black,%
|
colback=white!98!black,%
|
||||||
|
drop shadow southeast,
|
||||||
left=1mm,
|
left=1mm,
|
||||||
right=1mm,
|
right=1mm,
|
||||||
fonttitle=\bfseries,
|
fonttitle=\bfseries,
|
||||||
|
@ -171,6 +279,7 @@
|
||||||
enhanced,
|
enhanced,
|
||||||
attach boxed title to top left = {xshift=2mm,yshift=-2mm},
|
attach boxed title to top left = {xshift=2mm,yshift=-2mm},
|
||||||
sharp corners=downhill,
|
sharp corners=downhill,
|
||||||
|
drop small lifted shadow,
|
||||||
colback=white!93!black,
|
colback=white!93!black,
|
||||||
sidebyside=true,
|
sidebyside=true,
|
||||||
righthand width=0.8cm,
|
righthand width=0.8cm,
|
||||||
|
@ -196,10 +305,16 @@
|
||||||
\tcblower
|
\tcblower
|
||||||
\usym{1F641}
|
\usym{1F641}
|
||||||
|
|
||||||
|
\vspace{0.5em}
|
||||||
|
|
||||||
\usym{1F610}
|
\usym{1F610}
|
||||||
|
|
||||||
|
\vspace{0.5em}
|
||||||
|
|
||||||
\usym{1F642}
|
\usym{1F642}
|
||||||
|
|
||||||
|
\vspace{0.5em}
|
||||||
|
|
||||||
\usym{1F603}
|
\usym{1F603}
|
||||||
\end{logbuchFach}
|
\end{logbuchFach}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
\ifthenelse{\boolean{printWochen}}{%
|
\ifthenelse{\boolean{printWochen}}{%
|
||||||
\newgeometry{%includefoot,includehead,
|
\newgeometry{%includefoot,includehead,
|
||||||
top=0.75cm,
|
top=0.75cm,
|
||||||
bottom=0.75cm,
|
bottom=0.5cm,
|
||||||
inner=1.5cm,
|
inner=1.5cm,
|
||||||
outer=1cm,
|
outer=1cm,
|
||||||
}
|
}
|
||||||
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
%\printLogbuchWoche{\jahrEins-09-04}{\jahrEins-09-09}
|
%\printLogbuchWoche{\jahrEins-09-04}{\jahrEins-09-09}
|
||||||
\pgfcalendar{}{\jahrEins-09-04}{\jahrEins-09-16}
|
\pgfcalendar{}{\jahrEins-09-04}{\jahrEins-09-16}
|
||||||
{\ifdate{Monday}{\printLogbuchZiel\printLogbuchTag{%
|
{\ifdate{Monday}{\printLogbuchTagMo{%
|
||||||
\pgfcalendarweekdayname{\pgfcalendarcurrentweekday},%
|
\pgfcalendarweekdayname{\pgfcalendarcurrentweekday},%
|
||||||
\pgfcalendarcurrentday.\pgfcalendarcurrentmonth%
|
\pgfcalendarcurrentday.\pgfcalendarcurrentmonth%
|
||||||
}\hfil%
|
}\hfil%
|
||||||
|
@ -29,11 +29,11 @@
|
||||||
\pgfcalendarcurrentday.\pgfcalendarcurrentmonth%
|
\pgfcalendarcurrentday.\pgfcalendarcurrentmonth%
|
||||||
}\hfil%
|
}\hfil%
|
||||||
}{}%
|
}{}%
|
||||||
\ifdate{Friday}{\printLogbuchTag{%
|
\ifdate{Friday}{\printLogbuchTagFr{%
|
||||||
\pgfcalendarweekdayname{\pgfcalendarcurrentweekday},%
|
\pgfcalendarweekdayname{\pgfcalendarcurrentweekday},%
|
||||||
\pgfcalendarcurrentday.\pgfcalendarcurrentmonth%
|
\pgfcalendarcurrentday.\pgfcalendarcurrentmonth%
|
||||||
}\hfil%
|
}%
|
||||||
\printLogbuchSpalte{Rest}\pagebreak}{}%
|
}{}%
|
||||||
}
|
}
|
||||||
|
|
||||||
\clearpage
|
\clearpage
|
||||||
|
|
Loading…
Reference in a new issue