diff --git a/cornell-right.tex b/cornell-right.tex index 3418706..0085cb3 100644 --- a/cornell-right.tex +++ b/cornell-right.tex @@ -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