Automatisierte Wochenübersicht begonnen
This commit is contained in:
parent
1f08436526
commit
c1f563d981
5 changed files with 125 additions and 8 deletions
|
@ -48,8 +48,12 @@
|
|||
\cfoot{}
|
||||
}
|
||||
\providecommand{\hauptteil}{%
|
||||
\clearpage
|
||||
\mainmatter
|
||||
%\clearpage
|
||||
{
|
||||
\let\cleardoublepage\relax
|
||||
\let\clearpage\relax
|
||||
\mainmatter
|
||||
}
|
||||
}
|
||||
\providecommand{\anhang}{%
|
||||
\clearpage
|
||||
|
@ -57,12 +61,12 @@
|
|||
}
|
||||
|
||||
\providecommand{\wochen}[2][]{%
|
||||
\clearpage
|
||||
%\clearpage
|
||||
\addcontentsline{toc}{chapter}{Wochenübersichten}
|
||||
\input{#2}
|
||||
}
|
||||
|
||||
\ProvideDocumentCommand{\mkUrl}{o m o}{%
|
||||
\ProvideDocumentCommand{\mkUrl}{O{} m o}{%
|
||||
\url{#1#2} \marginpar{%
|
||||
\qrcode[height=4em,nolinks]{#1#2}
|
||||
\IfNoValueF{#3}{
|
||||
|
@ -74,7 +78,7 @@
|
|||
\WithSuffix\providecommand\mkUrl*[2][]{%
|
||||
\hyperlink{#1#2}{#2}
|
||||
}
|
||||
\ProvideDocumentCommand{\mkUrlCode}{o m o}{%
|
||||
\ProvideDocumentCommand{\mkUrlCode}{O{} m o}{%
|
||||
\begin{minipage}{5em}
|
||||
\centering
|
||||
\qrcode[height=4em,nolinks]{#1#2}
|
||||
|
@ -85,9 +89,94 @@
|
|||
}
|
||||
|
||||
% **********************************************************************
|
||||
% Macros für Kontakt
|
||||
% Macros für Wochenübersicht
|
||||
% **********************************************************************
|
||||
\providecommand{\printLogbuchTag}[2][]{%
|
||||
\begin{minipage}{0.32\textwidth}
|
||||
\centering
|
||||
\begin{logbuchTag}{#2}
|
||||
\faecher
|
||||
\end{logbuchTag}
|
||||
\end{minipage}
|
||||
}
|
||||
\providecommand{\printLogbuchTagDi}[2][]{%
|
||||
\begin{minipage}{0.32\textwidth}
|
||||
\centering
|
||||
\begin{logbuchTag}{#2}
|
||||
\faecher[4]
|
||||
\end{logbuchTag}
|
||||
\begin{logbuchZusatz}{Extras}
|
||||
something awesome will appear here
|
||||
\vspace{6.5cm}
|
||||
\end{logbuchZusatz}
|
||||
\end{minipage}
|
||||
}
|
||||
\providecommand{\printLogbuchSpalte}[2][6]{%
|
||||
\begin{minipage}{0.32\textwidth}
|
||||
\centering
|
||||
\begin{logbuchTag}{#2}
|
||||
something awesome will appear here
|
||||
\vspace{0.9\textheight}
|
||||
\end{logbuchTag}
|
||||
\end{minipage}
|
||||
}
|
||||
\newtcolorbox{logbuchZusatz}[1]{%
|
||||
colback=white!98!black,%
|
||||
left=1mm,
|
||||
right=1mm,
|
||||
fonttitle=\bfseries,
|
||||
title={#1},
|
||||
}
|
||||
\newtcolorbox{logbuchTag}[1]{%
|
||||
colback=white!98!black,%
|
||||
left=1mm,
|
||||
right=1mm,
|
||||
fonttitle=\bfseries,
|
||||
title={#1},
|
||||
}
|
||||
\newtcolorbox{logbuchFach}[1]{%
|
||||
enhanced,
|
||||
attach boxed title to top left = {xshift=2mm,yshift=-2mm},
|
||||
sharp corners=downhill,
|
||||
colback=white!93!black,
|
||||
left=1mm,
|
||||
right=1mm,
|
||||
top=4mm,
|
||||
skin=bicolor,
|
||||
colbacklower=white!85!black,
|
||||
halign lower=center,
|
||||
leftlower=4mm,
|
||||
rightlower=4mm,
|
||||
title=#1,
|
||||
}
|
||||
\providecommand{\faecher}[1][6]{%
|
||||
\foreach\n in {1,...,#1}{%
|
||||
\begin{logbuchFach}{\n.\,Stunde}
|
||||
\textbf{Fach:}
|
||||
|
||||
\feldLin[0.6cm]{2}
|
||||
|
||||
\tcblower
|
||||
\usym{1F641} \hfil \usym{1F610} \hfil \usym{1F642} \hfil \usym{1F603}
|
||||
\end{logbuchFach}
|
||||
}
|
||||
}
|
||||
\providecommand{\logbuchWoche}[6][3]{%
|
||||
\newcounter{logbuchTagNummer}
|
||||
\setcounter{logbuchTagNummer}{0}
|
||||
\foreach\name in {#2,#3,#4,#5,#6}{%
|
||||
\refstepcounter{logbuchTagNummer}
|
||||
\begin{minipage}{0.32\textwidth}
|
||||
\centering
|
||||
\begin{logbuchTag}{\name}
|
||||
\faecher
|
||||
\end{logbuchTag}
|
||||
\end{minipage}
|
||||
\ifthenelse{\value{logbuchTagNummer}<#1\OR\(\value{logbuchTagNummer}>#1\AND\value{logbuchTagNummer}<5\)}{%
|
||||
\hfil
|
||||
}{}
|
||||
}
|
||||
}
|
||||
|
||||
% **********************************************************************
|
||||
% Macros für den Kalendar
|
||||
|
|
|
@ -16,3 +16,5 @@
|
|||
|
||||
% wegen listings
|
||||
\RequirePackage{scrhack}
|
||||
|
||||
\RequirePackage[calc]{datetime2}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue