Background color to white
This commit is contained in:
parent
07d413d79e
commit
73d4677b3f
@ -24,7 +24,7 @@
|
||||
\newcounter{ct} % Create a counter for our loop
|
||||
\def\lfct{5} % Set this value to the number of pages you want
|
||||
|
||||
\usepackage{lipsum}
|
||||
\usepackage{tabularray}
|
||||
|
||||
\begin{document}
|
||||
|
||||
@ -32,21 +32,53 @@
|
||||
\forloop{ct}{0}{\value{ct}<\lfct{}}{
|
||||
|
||||
|
||||
\begin{tcolorbox}[title=Information]
|
||||
The heading information should go here.
|
||||
\begin{tcolorbox}[title=Information,colback=white]
|
||||
\begin{tblr}{
|
||||
width = 160mm,
|
||||
colspec = { | X[60,l] | X[40,l] |},
|
||||
hlines = {0.5pt, gray8},
|
||||
vlines = {0.5pt, gray8}
|
||||
}
|
||||
Name: & Class: \\
|
||||
Subject: & Date: \\
|
||||
\end{tblr}
|
||||
\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 \\ \\ \\ \\
|
||||
\begin{tcolorbox}[equal height group=A, title=Notes, raster multicolumn=3,colback=white]
|
||||
\begin{enumerate}
|
||||
\item \hrulefill
|
||||
\item \hrulefill
|
||||
\item \hrulefill
|
||||
\item \hrulefill
|
||||
\item \hrulefill
|
||||
\item \hrulefill
|
||||
\item \hrulefill
|
||||
\item \hrulefill
|
||||
\item \hrulefill
|
||||
\item \hrulefill
|
||||
\item \hrulefill
|
||||
\item \hrulefill
|
||||
\item \hrulefill
|
||||
\item \hrulefill
|
||||
\item \hrulefill
|
||||
\item \hrulefill
|
||||
\item \hrulefill
|
||||
\item \hrulefill
|
||||
\item \hrulefill
|
||||
\item \hrulefill
|
||||
\item \hrulefill
|
||||
\item \hrulefill
|
||||
\item \hrulefill
|
||||
\item \hrulefill
|
||||
\item \hrulefill
|
||||
\end{enumerate}
|
||||
\end{tcolorbox}
|
||||
\begin{tcolorbox}[equal height group=A, title=Cues, raster multicolumn=1]
|
||||
Cues go here \\ \\
|
||||
\begin{tcolorbox}[equal height group=A, title=Cues, raster multicolumn=1,colback=white]
|
||||
\end{tcolorbox}
|
||||
\end{tcbraster}
|
||||
|
||||
\begin{tcolorbox}[title=Summary]
|
||||
The summary information should go here.
|
||||
\begin{tcolorbox}[title=Summary,colback=white]
|
||||
\end{tcolorbox}
|
||||
|
||||
\newpage
|
||||
|
Loading…
Reference in New Issue
Block a user