2024-04-03 00:09:39 +00:00
|
|
|
\documentclass[twoside]{article}
|
|
|
|
|
2024-04-04 13:53:34 +00:00
|
|
|
%\usepackage{showframe}
|
|
|
|
%\renewcommand*\ShowFrameColor{\color{red}}
|
2024-04-03 00:09:39 +00:00
|
|
|
|
2024-04-04 13:35:52 +00:00
|
|
|
%\usepackage{lmodern}
|
|
|
|
% Select an appropriate monotype font
|
|
|
|
\usepackage[varqu]{inconsolata}
|
2024-04-03 00:09:39 +00:00
|
|
|
|
|
|
|
% Let's set up our page size
|
|
|
|
\usepackage[
|
|
|
|
letterpaper,
|
|
|
|
% A4,
|
|
|
|
bindingoffset=15mm,
|
|
|
|
textheight=250mm,
|
|
|
|
textwidth=175mm,
|
|
|
|
top=14mm,
|
|
|
|
footskip=5mm,
|
|
|
|
marginparwidth=0mm,
|
|
|
|
marginparsep=0mm
|
|
|
|
]{geometry}
|
|
|
|
|
2024-04-04 00:21:44 +00:00
|
|
|
\usepackage[most]{tcolorbox}
|
2024-04-03 00:09:39 +00:00
|
|
|
|
2024-04-04 14:30:38 +00:00
|
|
|
\usepackage[shortlabels]{enumitem}
|
|
|
|
\usepackage{xcolor}
|
|
|
|
|
2024-04-03 00:09:39 +00:00
|
|
|
\usepackage{forloop}
|
|
|
|
\newcounter{ct} % Create a counter for our loop
|
2024-04-05 14:35:29 +00:00
|
|
|
\newcounter{pgct} % Create a counter for our pages
|
|
|
|
\setcounter{pgct}{1}
|
|
|
|
|
|
|
|
\def\lfct{6} % Set this value to the number of pages you want
|
2024-04-03 00:09:39 +00:00
|
|
|
|
2024-04-04 14:30:38 +00:00
|
|
|
\def\kcolor{blue!15!white}
|
2024-04-04 14:42:40 +00:00
|
|
|
\def\kltblue{blue!15!white}
|
|
|
|
\def\kdkblue{blue!75!white}
|
2024-04-04 14:30:38 +00:00
|
|
|
\def\kline{{\color{\kcolor}\hrulefill}}
|
|
|
|
|
2024-04-04 13:29:01 +00:00
|
|
|
\usepackage{tabularray}
|
2024-04-03 00:09:39 +00:00
|
|
|
|
|
|
|
\begin{document}
|
2024-04-04 13:35:52 +00:00
|
|
|
\ttfamily
|
2024-04-03 00:09:39 +00:00
|
|
|
|
|
|
|
% Begin our loop
|
|
|
|
\forloop{ct}{0}{\value{ct}<\lfct{}}{
|
|
|
|
|
2024-04-05 14:35:29 +00:00
|
|
|
\thispagestyle{empty}
|
|
|
|
|
2024-04-03 00:09:39 +00:00
|
|
|
|
2024-04-04 19:00:14 +00:00
|
|
|
\begin{tcolorbox}[
|
|
|
|
title=\hphantom{wwn}Information,
|
|
|
|
colback=white,
|
|
|
|
colbacktitle=blue!15!white,
|
|
|
|
coltitle=\kdkblue,
|
|
|
|
colframe=\kltblue,
|
|
|
|
left=-1mm,
|
|
|
|
right=-1mm,
|
|
|
|
top=-1mm,
|
|
|
|
bottom=-1mm
|
|
|
|
]
|
|
|
|
\begin{tcbraster}[
|
|
|
|
raster columns=6,
|
|
|
|
colbacktitle=\kltblue,
|
|
|
|
raster column skip=0mm,
|
|
|
|
raster row skip=0mm,
|
|
|
|
top=1mm,
|
|
|
|
left=0mm
|
|
|
|
]
|
|
|
|
\begin{tcolorbox}[
|
|
|
|
height=10mm,
|
|
|
|
colframe=red!25,
|
|
|
|
colback=white,
|
|
|
|
beforeafter skip=-1mm,
|
|
|
|
raster multicolumn=4,
|
|
|
|
sharp corners=all,
|
2024-04-05 14:35:29 +00:00
|
|
|
colupper=red!50,
|
|
|
|
boxrule=0.25mm
|
2024-04-04 19:00:14 +00:00
|
|
|
]
|
|
|
|
Name:
|
|
|
|
\end{tcolorbox}
|
|
|
|
\begin{tcolorbox}[height=10mm,
|
|
|
|
colframe=red!25,
|
|
|
|
colback=white,
|
|
|
|
beforeafter skip=-1mm,
|
|
|
|
raster multicolumn=2,
|
|
|
|
sharp corners=all,
|
2024-04-05 14:35:29 +00:00
|
|
|
colupper=red!50,
|
|
|
|
boxrule=0.25mm
|
2024-04-04 19:00:14 +00:00
|
|
|
]
|
|
|
|
Class:
|
|
|
|
\end{tcolorbox}
|
|
|
|
\begin{tcolorbox}[
|
|
|
|
height=10mm,
|
|
|
|
colframe=red!25,
|
|
|
|
colback=white,
|
|
|
|
beforeafter skip=-1mm,
|
|
|
|
raster multicolumn=4,
|
|
|
|
sharp corners=all,
|
|
|
|
rounded corners=southwest,
|
2024-04-05 14:35:29 +00:00
|
|
|
colupper=red!50,
|
|
|
|
boxrule=0.25mm
|
2024-04-04 19:00:14 +00:00
|
|
|
]
|
|
|
|
Topic:
|
|
|
|
\end{tcolorbox}
|
|
|
|
\begin{tcolorbox}[
|
|
|
|
height=10mm,
|
|
|
|
colframe=red!25,
|
|
|
|
colback=white,
|
|
|
|
beforeafter skip=-1mm,
|
|
|
|
raster multicolumn=2,
|
|
|
|
sharp corners=all,
|
|
|
|
rounded corners=southeast,
|
2024-04-05 14:35:29 +00:00
|
|
|
colupper=red!50,
|
|
|
|
boxrule=0.25mm
|
2024-04-04 19:00:14 +00:00
|
|
|
]
|
2024-04-05 14:35:29 +00:00
|
|
|
Date:\hphantom{XXLXXLXXXXXXXXXXXX} {\Large \arabic{pgct}}
|
2024-04-04 19:00:14 +00:00
|
|
|
\end{tcolorbox}
|
|
|
|
\end{tcbraster}
|
2024-04-03 00:09:39 +00:00
|
|
|
\end{tcolorbox}
|
|
|
|
|
2024-04-04 14:42:40 +00:00
|
|
|
\begin{tcbraster}[raster columns=4, raster column skip=1mm, colbacktitle=\kltblue]
|
|
|
|
\begin{tcolorbox}[equal height group=A, title=Notes, raster multicolumn=3, colback=white,colbacktitle=\kltblue, coltitle=\kdkblue, colframe=\kltblue]
|
2024-04-04 16:07:12 +00:00
|
|
|
\begin{enumerate}[leftmargin=1mm, rightmargin=-4mm, labelsep=1mm, label=\color{\kltblue}\theenumi, parsep=0mm]
|
2024-04-04 14:30:38 +00:00
|
|
|
\item \kline
|
|
|
|
\item \kline
|
|
|
|
\item \kline
|
|
|
|
\item \kline
|
|
|
|
\item \kline
|
|
|
|
\item \kline
|
|
|
|
\item \kline
|
|
|
|
\item \kline
|
|
|
|
\item \kline
|
|
|
|
\item \kline
|
|
|
|
\item \kline
|
|
|
|
\item \kline
|
|
|
|
\item \kline
|
|
|
|
\item \kline
|
|
|
|
\item \kline
|
|
|
|
\item \kline
|
|
|
|
\item \kline
|
|
|
|
\item \kline
|
|
|
|
\item \kline
|
|
|
|
\item \kline
|
|
|
|
\item \kline
|
|
|
|
\item \kline
|
|
|
|
\item \kline
|
|
|
|
\item \kline
|
|
|
|
\item \kline
|
|
|
|
\item \kline
|
|
|
|
\item \kline
|
|
|
|
\item \kline
|
|
|
|
\item \kline
|
|
|
|
\item \kline
|
2024-04-04 13:29:01 +00:00
|
|
|
\end{enumerate}
|
2024-04-04 00:21:44 +00:00
|
|
|
\end{tcolorbox}
|
2024-04-04 14:42:40 +00:00
|
|
|
\begin{tcolorbox}[equal height group=A, title=Cues, raster multicolumn=1, colback=white, colbacktitle=\kltblue, coltitle=\kdkblue, colframe=\kltblue]
|
2024-04-04 00:21:44 +00:00
|
|
|
\end{tcolorbox}
|
|
|
|
\end{tcbraster}
|
|
|
|
|
2024-04-04 14:42:40 +00:00
|
|
|
\begin{tcolorbox}[title=Summary, colback=white, colbacktitle=\kltblue, coltitle=\kdkblue, colframe=\kltblue]
|
2024-04-04 14:30:38 +00:00
|
|
|
|
2024-04-04 16:07:12 +00:00
|
|
|
\begin{enumerate}[leftmargin=0.3mm, rightmargin=-4mm, labelsep=1mm, label=\color{\kltblue}\theenumi, parsep=0mm]
|
2024-04-04 14:30:38 +00:00
|
|
|
\item \kline
|
|
|
|
\item \kline
|
|
|
|
\item \kline
|
|
|
|
\item \kline
|
|
|
|
\item \kline
|
|
|
|
\end{enumerate}
|
|
|
|
|
2024-04-04 00:21:44 +00:00
|
|
|
\end{tcolorbox}
|
|
|
|
|
2024-04-05 14:35:29 +00:00
|
|
|
\stepcounter{pgct}
|
2024-04-03 00:09:39 +00:00
|
|
|
\newpage
|
|
|
|
|
|
|
|
|
|
|
|
% End our loop
|
|
|
|
}
|
|
|
|
|
|
|
|
\end{document}
|