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}
|
|
|
|
|
2024-04-05 17:09:30 +00:00
|
|
|
\def\lfct{1} % Set this value to the number of pages you want
|
2024-04-03 00:09:39 +00:00
|
|
|
|
2024-04-05 17:19:36 +00:00
|
|
|
%\def\kcolor{cyan!15!white}
|
|
|
|
%\def\kltblue{cyan!15!white}
|
|
|
|
%\def\kdkblue{cyan!75!white}
|
2024-04-05 17:09:30 +00:00
|
|
|
|
|
|
|
\def\bordercolor{cyan!50!white}
|
|
|
|
\def\titlebg{cyan!15!white}
|
|
|
|
\def\titletxt{cyan!75!white}
|
|
|
|
\def\linecolor{cyan!25!white}
|
2024-04-05 17:19:36 +00:00
|
|
|
\def\numbercolor{cyan!50!white}
|
2024-04-05 17:09:30 +00:00
|
|
|
|
|
|
|
\def\kline{{\color{\linecolor}\hrulefill}}
|
2024-04-04 14:30:38 +00:00
|
|
|
|
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,
|
2024-04-05 17:09:30 +00:00
|
|
|
colbacktitle=\titlebg,
|
2024-04-05 17:19:36 +00:00
|
|
|
coltitle=\titletxt,
|
2024-04-05 17:09:30 +00:00
|
|
|
colframe=\bordercolor,
|
|
|
|
boxrule=0.3mm,
|
2024-04-04 19:00:14 +00:00
|
|
|
left=-1mm,
|
|
|
|
right=-1mm,
|
|
|
|
top=-1mm,
|
|
|
|
bottom=-1mm
|
|
|
|
]
|
|
|
|
\begin{tcbraster}[
|
|
|
|
raster columns=6,
|
2024-04-05 17:19:36 +00:00
|
|
|
colbacktitle=\titlebg,
|
2024-04-04 19:00:14 +00:00
|
|
|
raster column skip=0mm,
|
|
|
|
raster row skip=0mm,
|
|
|
|
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 17:19:36 +00:00
|
|
|
Date:\hphantom{XXLXXLXXXXXXXX} Page: {\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-05 17:09:30 +00:00
|
|
|
\begin{tcbraster}[
|
|
|
|
raster columns=4,
|
|
|
|
raster column skip=1mm,
|
2024-04-05 17:19:36 +00:00
|
|
|
colbacktitle=\titlebg
|
2024-04-05 17:09:30 +00:00
|
|
|
]
|
|
|
|
\begin{tcolorbox}[
|
|
|
|
equal height group=A,
|
|
|
|
title=Notes,
|
|
|
|
raster multicolumn=3,
|
|
|
|
colback=white,
|
2024-04-05 17:19:36 +00:00
|
|
|
colbacktitle=\titlebg,
|
|
|
|
coltitle=\titletxt,
|
2024-04-05 17:09:30 +00:00
|
|
|
colframe=\bordercolor,
|
|
|
|
boxrule=0.3mm,
|
|
|
|
]
|
|
|
|
\begin{enumerate}[
|
|
|
|
leftmargin=1mm,
|
|
|
|
rightmargin=-4mm,
|
|
|
|
labelsep=1mm,
|
|
|
|
label=\color{\numbercolor}\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-05 17:09:30 +00:00
|
|
|
\begin{tcolorbox}[
|
|
|
|
equal height group=A,
|
|
|
|
title=Cues,
|
|
|
|
raster multicolumn=1,
|
|
|
|
colback=white,
|
2024-04-05 17:19:36 +00:00
|
|
|
colbacktitle=\titlebg,
|
|
|
|
coltitle=\titletxt,
|
2024-04-05 17:09:30 +00:00
|
|
|
colframe=\bordercolor,
|
|
|
|
boxrule=0.3mm,
|
|
|
|
]
|
2024-04-04 00:21:44 +00:00
|
|
|
\end{tcolorbox}
|
|
|
|
\end{tcbraster}
|
|
|
|
|
2024-04-05 17:09:30 +00:00
|
|
|
\begin{tcolorbox}[
|
|
|
|
title=Summary,
|
|
|
|
colback=white,
|
2024-04-05 17:19:36 +00:00
|
|
|
colbacktitle=\titlebg,
|
|
|
|
coltitle=\titletxt,
|
2024-04-05 17:09:30 +00:00
|
|
|
colframe=\bordercolor,
|
|
|
|
boxrule=0.3mm,
|
|
|
|
]
|
2024-04-04 14:30:38 +00:00
|
|
|
|
2024-04-05 17:09:30 +00:00
|
|
|
\begin{enumerate}[
|
|
|
|
leftmargin=0.3mm,
|
|
|
|
rightmargin=-4mm,
|
|
|
|
labelsep=1mm,
|
|
|
|
label=\color{\numbercolor}\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}
|