Beratung etc. eingestellt
This commit is contained in:
		
							parent
							
								
									481cf76da0
								
							
						
					
					
						commit
						b320d641bb
					
				
					 4 changed files with 229 additions and 32 deletions
				
			
		
							
								
								
									
										
											BIN
										
									
								
								logbuch.pdf
									
										
									
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								logbuch.pdf
									
										
									
									
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										15
									
								
								logbuch.tex
									
										
									
									
									
								
							
							
						
						
									
										15
									
								
								logbuch.tex
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -9,6 +9,12 @@
 | 
			
		|||
	inner=2cm,
 | 
			
		||||
	outer=3.5cm,
 | 
			
		||||
]{geometry}
 | 
			
		||||
 | 
			
		||||
\RedeclareSectionCommand[%
 | 
			
		||||
	beforeskip=0.2cm,%
 | 
			
		||||
	afterskip=0.4cm%
 | 
			
		||||
]{chapter}
 | 
			
		||||
 | 
			
		||||
% xcolor VOR schule laden wegen optionclash
 | 
			
		||||
\usepackage[dvipsnames,table]{xcolor}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -30,6 +36,7 @@
 | 
			
		|||
 | 
			
		||||
\definecolor{LinkColor}{rgb}{0,0,0}             %schwarz
 | 
			
		||||
 | 
			
		||||
\ifoot{\ccbyncsa}
 | 
			
		||||
 | 
			
		||||
\usepackage{prettyref}
 | 
			
		||||
%%% Für Modulaufgaben %%%
 | 
			
		||||
| 
						 | 
				
			
			@ -64,10 +71,13 @@
 | 
			
		|||
		\wochen{wochenUebersicht.tex}
 | 
			
		||||
 | 
			
		||||
	\anhang
 | 
			
		||||
		\chapter{Beratung}
 | 
			
		||||
		\beratung
 | 
			
		||||
 | 
			
		||||
		\chapter{Kompetenznachweise}
 | 
			
		||||
		\kompnachweisLB{Deutsch}{Mathe}{Englisch}
 | 
			
		||||
		
 | 
			
		||||
		\kompnachweisWP
 | 
			
		||||
		\kompnachweisProj{GL}{NW}
 | 
			
		||||
		\clearpage
 | 
			
		||||
		\newpage
 | 
			
		||||
		\chapter{Mitteilungen an die Eltern}\label{mitteilungen}
 | 
			
		||||
| 
						 | 
				
			
			@ -75,5 +85,6 @@
 | 
			
		|||
		\mitteilungen[25cm]
 | 
			
		||||
		\chapter{Abwesenheit -- Entschuldiungen}
 | 
			
		||||
		\abwesenheitBox
 | 
			
		||||
		\chapter{Notizen}
 | 
			
		||||
 | 
			
		||||
	\abspann
 | 
			
		||||
\end{document}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -381,8 +381,13 @@
 | 
			
		|||
% **********************************************************************
 | 
			
		||||
% Macros für Kompetenznachweis
 | 
			
		||||
% **********************************************************************
 | 
			
		||||
\newcommand{\reiheGross}[1][1.1cm]{%
 | 
			
		||||
	\begin{minipage}{0.1cm}
 | 
			
		||||
		\vspace*{#1}
 | 
			
		||||
	\end{minipage}
 | 
			
		||||
}
 | 
			
		||||
\newcommand{\kompnachweisLB}[4][]{%
 | 
			
		||||
	\renewcommand{\arraystretch}{1.9}
 | 
			
		||||
	\renewcommand{\arraystretch}{1.4}
 | 
			
		||||
	\begin{tabularx}{\linewidth}{cc|X|c|c|c|c}
 | 
			
		||||
		\rowcolor{gray!40!white}
 | 
			
		||||
		&
 | 
			
		||||
| 
						 | 
				
			
			@ -398,50 +403,50 @@
 | 
			
		|||
		\rowcolor{white}
 | 
			
		||||
		\multicolumn{7}{c}{\bfseries Lernbüro #2}\\\hline
 | 
			
		||||
		\rowcolor{gray!20!white}
 | 
			
		||||
		 1 & & & & & &\\
 | 
			
		||||
		 1 & \reiheGross & & & & &\\
 | 
			
		||||
		\rowcolor{gray!10!white}
 | 
			
		||||
		 2 & & & & & &\\
 | 
			
		||||
		 2 & \reiheGross & & & & &\\
 | 
			
		||||
		\rowcolor{gray!20!white}
 | 
			
		||||
		 3 & & & & & &\\
 | 
			
		||||
		 3 & \reiheGross & & & & &\\
 | 
			
		||||
		\rowcolor{gray!10!white}
 | 
			
		||||
		 4 & & & & & &\\
 | 
			
		||||
		 4 & \reiheGross & & & & &\\
 | 
			
		||||
		\rowcolor{gray!20!white}
 | 
			
		||||
		 5 & & & & & &\\
 | 
			
		||||
		 5 & \reiheGross & & & & &\\
 | 
			
		||||
		\rowcolor{gray!10!white}
 | 
			
		||||
		 6 & & & & & &\\\hline
 | 
			
		||||
		 6 & \reiheGross & & & & &\\\hline
 | 
			
		||||
		\rowcolor{white}
 | 
			
		||||
		\multicolumn{7}{c}{\bfseries Lernbüro #3}\\\hline
 | 
			
		||||
		\rowcolor{gray!20!white}
 | 
			
		||||
		 1 & & & & & &\\
 | 
			
		||||
		 1 & \reiheGross & & & & &\\
 | 
			
		||||
		\rowcolor{gray!10!white}
 | 
			
		||||
		 2 & & & & & &\\
 | 
			
		||||
		 2 & \reiheGross & & & & &\\
 | 
			
		||||
		\rowcolor{gray!20!white}
 | 
			
		||||
		 3 & & & & & &\\
 | 
			
		||||
		 3 & \reiheGross & & & & &\\
 | 
			
		||||
		\rowcolor{gray!10!white}
 | 
			
		||||
		 4 & & & & & &\\
 | 
			
		||||
		 4 & \reiheGross & & & & &\\
 | 
			
		||||
		\rowcolor{gray!20!white}
 | 
			
		||||
		 5 & & & & & &\\
 | 
			
		||||
		 5 & \reiheGross & & & & &\\
 | 
			
		||||
		\rowcolor{gray!10!white}
 | 
			
		||||
		 6 & & & & & &\\\hline
 | 
			
		||||
		 6 & \reiheGross & & & & &\\\hline
 | 
			
		||||
		\rowcolor{white}
 | 
			
		||||
		\multicolumn{7}{c}{\bfseries Lernbüro #4}\\\hline
 | 
			
		||||
		\rowcolor{gray!20!white}
 | 
			
		||||
		 1 & & & & & &\\
 | 
			
		||||
		 1 & \reiheGross & & & & &\\
 | 
			
		||||
		\rowcolor{gray!10!white}
 | 
			
		||||
		 2 & & & & & &\\
 | 
			
		||||
		 2 & \reiheGross & & & & &\\
 | 
			
		||||
		\rowcolor{gray!20!white}
 | 
			
		||||
		 3 & & & & & &\\
 | 
			
		||||
		 3 & \reiheGross & & & & &\\
 | 
			
		||||
		\rowcolor{gray!10!white}
 | 
			
		||||
		 4 & & & & & &\\
 | 
			
		||||
		 4 & \reiheGross & & & & &\\
 | 
			
		||||
		\rowcolor{gray!20!white}
 | 
			
		||||
		 5 & & & & & &\\
 | 
			
		||||
		 5 & \reiheGross & & & & &\\
 | 
			
		||||
		\rowcolor{gray!10!white}
 | 
			
		||||
		 6 & & & & & &\\\hline
 | 
			
		||||
	\end{tabularx}
 | 
			
		||||
		 6 & \reiheGross & & & & &\\
 | 
			
		||||
	 \end{tabularx}
 | 
			
		||||
	\renewcommand{\arraystretch}{1}
 | 
			
		||||
}
 | 
			
		||||
\newcommand{\kompnachweisWP}[1][]{%
 | 
			
		||||
	\renewcommand{\arraystretch}{1.9}
 | 
			
		||||
\newcommand{\kompnachweisProj}[3][\luecke{5cm}]{%
 | 
			
		||||
	\renewcommand{\arraystretch}{1.4}
 | 
			
		||||
	\begin{tabularx}{\linewidth}{cc|X|c|c|c|c}
 | 
			
		||||
		\rowcolor{gray!40!white}
 | 
			
		||||
		&
 | 
			
		||||
| 
						 | 
				
			
			@ -455,26 +460,50 @@
 | 
			
		|||
		{\tiny Tutor\_in}\\
 | 
			
		||||
		\hline
 | 
			
		||||
		\rowcolor{white}
 | 
			
		||||
		\multicolumn{7}{c}{\bfseries Wahlpflichtfach: \luecke{5cm} }\\\hline
 | 
			
		||||
		\multicolumn{7}{c}{\bfseries Wahlpflichtfach: #1}\\\hline
 | 
			
		||||
		\rowcolor{gray!20!white}
 | 
			
		||||
		 1 & & & & & &\\
 | 
			
		||||
		 1 & \reiheGross & & & & &\\
 | 
			
		||||
		\rowcolor{gray!10!white}
 | 
			
		||||
		 2 & & & & & &\\
 | 
			
		||||
		 2 & \reiheGross & & & & &\\
 | 
			
		||||
		\rowcolor{gray!20!white}
 | 
			
		||||
		 3 & & & & & &\\
 | 
			
		||||
		 3 & \reiheGross & & & & &\\
 | 
			
		||||
		\rowcolor{gray!10!white}
 | 
			
		||||
		 4 & & & & & &\\
 | 
			
		||||
		 4 & \reiheGross & & & & &\\
 | 
			
		||||
		\rowcolor{gray!20!white}
 | 
			
		||||
		 5 & & & & & &\\
 | 
			
		||||
		 5 & \reiheGross & & & & &\\
 | 
			
		||||
		\rowcolor{gray!10!white}
 | 
			
		||||
		 6 & & & & & &\\\hline
 | 
			
		||||
		 6 & \reiheGross & & & & &\\\hline
 | 
			
		||||
		\rowcolor{white}
 | 
			
		||||
		\multicolumn{7}{c}{\bfseries Projekte (#2) }\\\hline
 | 
			
		||||
		\rowcolor{gray!20!white}
 | 
			
		||||
		 1 & \reiheGross[1.4cm] & & & & &\\
 | 
			
		||||
		\rowcolor{gray!10!white}
 | 
			
		||||
		 2 & \reiheGross[1.4cm] & & & & &\\
 | 
			
		||||
		\rowcolor{gray!20!white}
 | 
			
		||||
		 3 & \reiheGross[1.4cm] & & & & &\\
 | 
			
		||||
		\rowcolor{gray!10!white}
 | 
			
		||||
		 4 & \reiheGross[1.4cm] & & & & &\\\hline
 | 
			
		||||
		\rowcolor{white}
 | 
			
		||||
		\multicolumn{7}{c}{\bfseries Projekte (#3) }\\\hline
 | 
			
		||||
		\rowcolor{gray!20!white}
 | 
			
		||||
		 1 & \reiheGross[1.4cm] & & & & &\\
 | 
			
		||||
		\rowcolor{gray!10!white}
 | 
			
		||||
		 2 & \reiheGross[1.4cm] & & & & &\\
 | 
			
		||||
		\rowcolor{gray!20!white}
 | 
			
		||||
		 3 & \reiheGross[1.4cm] & & & & &\\
 | 
			
		||||
		\rowcolor{gray!10!white}
 | 
			
		||||
		 4 & \reiheGross[1.4cm] & & & & &\\\hline
 | 
			
		||||
		\rowcolor{gray!20!white}
 | 
			
		||||
		  & \reiheGross[1.4cm] & & & & &\\
 | 
			
		||||
		\rowcolor{gray!10!white}
 | 
			
		||||
		  & \reiheGross[1.4cm] & & & & &\\
 | 
			
		||||
	\end{tabularx}
 | 
			
		||||
	\renewcommand{\arraystretch}{1}
 | 
			
		||||
}
 | 
			
		||||
% **********************************************************************
 | 
			
		||||
% Macros für Mitteilungen
 | 
			
		||||
% **********************************************************************
 | 
			
		||||
\newcommand{\mitteilungen}[1][20cm]{%
 | 
			
		||||
\newcommand{\mitteilungen}[1][22cm]{%
 | 
			
		||||
	\begin{center}
 | 
			
		||||
		\renewcommand{\arraystretch}{1.75}
 | 
			
		||||
		\begin{tabularx}{\linewidth}{p{3cm}|p{3cm}|X}
 | 
			
		||||
| 
						 | 
				
			
			@ -510,7 +539,162 @@
 | 
			
		|||
		\vfil	
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
% **********************************************************************
 | 
			
		||||
% Macros für Beratung
 | 
			
		||||
% **********************************************************************
 | 
			
		||||
\newtcolorbox{beratungEintrag}[2][]{%
 | 
			
		||||
	enhanced,attach boxed title to top left=
 | 
			
		||||
		{xshift=2mm,yshift=-2mm},
 | 
			
		||||
	boxrule=0.5pt,
 | 
			
		||||
	colback=white!93!black,,
 | 
			
		||||
	skin=bicolor,
 | 
			
		||||
	colbacklower=white!85!black,
 | 
			
		||||
	halign lower=flush right,
 | 
			
		||||
	title={#2},
 | 
			
		||||
	#1
 | 
			
		||||
}
 | 
			
		||||
\newtcolorbox{beratungEintragZ}[2][]{%
 | 
			
		||||
	enhanced,attach boxed title to top center=
 | 
			
		||||
		{xshift=0mm,yshift=-3mm},
 | 
			
		||||
	boxrule=0.5pt,
 | 
			
		||||
	colback=white!94!black,
 | 
			
		||||
	coltitle=black,
 | 
			
		||||
	colbacktitle=white!80!black,
 | 
			
		||||
	skin=bicolor,
 | 
			
		||||
	colbacklower=white!85!black,
 | 
			
		||||
	halign lower=flush right,
 | 
			
		||||
	title={#2},
 | 
			
		||||
	#1
 | 
			
		||||
}
 | 
			
		||||
\newcommand{\beratung}[1][4]{%
 | 
			
		||||
	%\addcontentsline{toc}{chapter}{Beratung}
 | 
			
		||||
	\foreach\lauf in {1,...,#1}{%
 | 
			
		||||
		\begin{tcolorbox}[%
 | 
			
		||||
			fonttitle={\Large},
 | 
			
		||||
			title={\textbf{Zielvereinbarung} -- Gespräch vom \luecke{3cm} mit \luecke{2.2cm}},%
 | 
			
		||||
			colback=white!98!black,%
 | 
			
		||||
		]
 | 
			
		||||
			\begin{tcbraster}[raster columns=2,raster rows=2]
 | 
			
		||||
				\begin{beratungEintrag}{Meine Stärken}
 | 
			
		||||
					\vspace{5cm}
 | 
			
		||||
				\end{beratungEintrag}
 | 
			
		||||
				\begin{beratungEintrag}{Meine Schwächen}
 | 
			
		||||
					\vspace{5cm}
 | 
			
		||||
				\end{beratungEintrag}
 | 
			
		||||
			\end{tcbraster}
 | 
			
		||||
			\begin{beratungEintrag}{Mein Ziel}
 | 
			
		||||
				\vspace{4cm}
 | 
			
		||||
				\tcblower
 | 
			
		||||
				bis zum: \luecke{4cm}
 | 
			
		||||
			\end{beratungEintrag}
 | 
			
		||||
			\begin{beratungEintrag}{Unsere Unterstützung}
 | 
			
		||||
				\vspace{0.2cm}
 | 
			
		||||
				\begin{tcbraster}[raster columns=2,raster rows=2]
 | 
			
		||||
					\begin{beratungEintragZ}{Schule}
 | 
			
		||||
						\vspace{3cm}
 | 
			
		||||
					\end{beratungEintragZ}
 | 
			
		||||
					\begin{beratungEintragZ}{Zu Hause}
 | 
			
		||||
						\vspace{3cm}
 | 
			
		||||
					\end{beratungEintragZ}
 | 
			
		||||
				\end{tcbraster}
 | 
			
		||||
			\end{beratungEintrag}
 | 
			
		||||
 | 
			
		||||
			\vspace{0.2cm}
 | 
			
		||||
 | 
			
		||||
			\begin{beratungEintrag}{}
 | 
			
		||||
				\vspace{1.25cm}
 | 
			
		||||
 | 
			
		||||
				\begin{minipage}{0.31\textwidth}
 | 
			
		||||
					\centering
 | 
			
		||||
					\luecke{\linewidth}
 | 
			
		||||
					
 | 
			
		||||
					\footnotesize Schüler\_in
 | 
			
		||||
				\end{minipage}\hfil
 | 
			
		||||
				\begin{minipage}{0.31\textwidth}
 | 
			
		||||
					\centering
 | 
			
		||||
					\luecke{\linewidth}
 | 
			
		||||
 | 
			
		||||
					\footnotesize Eltern
 | 
			
		||||
				\end{minipage}\hfil
 | 
			
		||||
				\begin{minipage}{0.31\textwidth}
 | 
			
		||||
					\centering
 | 
			
		||||
					\luecke{\linewidth}
 | 
			
		||||
					\footnotesize Lehrkraft
 | 
			
		||||
				\end{minipage}
 | 
			
		||||
			\end{beratungEintrag}
 | 
			
		||||
		\end{tcolorbox}
 | 
			
		||||
		\clearpage
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
% **********************************************************************
 | 
			
		||||
% Macros für den Abspann
 | 
			
		||||
% **********************************************************************
 | 
			
		||||
\newcommand{\abspann}[1][]{%
 | 
			
		||||
	\chapter{Notizen}
 | 
			
		||||
	\feldLin[1.25cm]{18}	
 | 
			
		||||
	\clearpage
 | 
			
		||||
	\feldLin[1.25cm]{16}	
 | 
			
		||||
 | 
			
		||||
	\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.
 | 
			
		||||
 | 
			
		||||
			\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}
 | 
			
		||||
	\clearpage
 | 
			
		||||
	\thispagestyle{empty}
 | 
			
		||||
	
 | 
			
		||||
	%\vspace*{17cm}
 | 
			
		||||
	\
 | 
			
		||||
 | 
			
		||||
	\vfill
 | 
			
		||||
 | 
			
		||||
	\begin{kontaktbox}[%
 | 
			
		||||
		bicolor,
 | 
			
		||||
		sidebyside=true,
 | 
			
		||||
		righthand width=1.6cm,
 | 
			
		||||
		sidebyside gap=4mm,
 | 
			
		||||
		leftlower=1mm,
 | 
			
		||||
		rightlower=1mm,
 | 
			
		||||
		width=0.6\linewidth,
 | 
			
		||||
		%colbacklower=black!95!white,
 | 
			
		||||
	]{\GenordForm\ \GenordName}
 | 
			
		||||
		\begin{itemize}
 | 
			
		||||
			\item[\Letter] \GenordStr
 | 
			
		||||
			
 | 
			
		||||
				\GenordPlz\ \GenordOrt
 | 
			
		||||
			\item[\Telefon] \GenordTel
 | 
			
		||||
			\item[\Faxmachine] \GenordFax
 | 
			
		||||
			\item[@] \mkUrl*[mailto:]{\GenordMail}
 | 
			
		||||
			\item[\symZeigefinger] \mkUrl*{\GenordUrl}
 | 
			
		||||
		\end{itemize}
 | 
			
		||||
		\tcblower
 | 
			
		||||
		\begin{center}
 | 
			
		||||
			\mkUrlCode[mailto:]{\GenordMail}[E-Mail][1.3cm][1.2cm]
 | 
			
		||||
 | 
			
		||||
			\vspace{2em}
 | 
			
		||||
 | 
			
		||||
			\mkUrlCode{\GenordUrl}[Website][1.3cm][1.2cm]
 | 
			
		||||
		\end{center}
 | 
			
		||||
	\end{kontaktbox}
 | 
			
		||||
}
 | 
			
		||||
% **********************************************************************
 | 
			
		||||
% Macros für den Kalendar
 | 
			
		||||
% **********************************************************************
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -18,3 +18,5 @@
 | 
			
		|||
\RequirePackage{scrhack}
 | 
			
		||||
 | 
			
		||||
\RequirePackage[calc]{datetime2}
 | 
			
		||||
 | 
			
		||||
\RequirePackage{ccicons}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue