From 07d413d79e54a72cd03708210b8446745512a676 Mon Sep 17 00:00:00 2001 From: Kenneth Odle Date: Wed, 3 Apr 2024 20:21:44 -0400 Subject: [PATCH] Added essential boxes --- cornell-right.tex | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) 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