Added essential boxes
This commit is contained in:
parent
39ea40dca8
commit
07d413d79e
@ -18,12 +18,13 @@
|
||||
marginparsep=0mm
|
||||
]{geometry}
|
||||
|
||||
\usepackage{tcolorbox}
|
||||
\usepackage[most]{tcolorbox}
|
||||
|
||||
\usepackage{forloop}
|
||||
\newcounter{ct} % Create a counter for our loop
|
||||
\def\lfct{5} % Set this value to the number of pages you want
|
||||
|
||||
\usepackage{lipsum}
|
||||
|
||||
\begin{document}
|
||||
|
||||
@ -31,10 +32,23 @@
|
||||
\forloop{ct}{0}{\value{ct}<\lfct{}}{
|
||||
|
||||
|
||||
\begin{tcolorbox}
|
||||
\begin{tcolorbox}[title=Information]
|
||||
The heading information should go here.
|
||||
\end{tcolorbox}
|
||||
|
||||
\begin{tcbraster}[raster columns=4, raster column skip=1mm]
|
||||
\begin{tcolorbox}[equal height group=A, title=Notes, raster multicolumn=3]
|
||||
Notes go here \\ \\ \\ \\
|
||||
\end{tcolorbox}
|
||||
\begin{tcolorbox}[equal height group=A, title=Cues, raster multicolumn=1]
|
||||
Cues go here \\ \\
|
||||
\end{tcolorbox}
|
||||
\end{tcbraster}
|
||||
|
||||
\begin{tcolorbox}[title=Summary]
|
||||
The summary information should go here.
|
||||
\end{tcolorbox}
|
||||
|
||||
\newpage
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user