Compare commits
2 Commits
fccf8aa39b
...
bf280c4569
Author | SHA1 | Date | |
---|---|---|---|
bf280c4569 | |||
dc4c8d95a0 |
@ -3,7 +3,9 @@
|
||||
\usepackage{showframe}
|
||||
\renewcommand*\ShowFrameColor{\color{red}}
|
||||
|
||||
\usepackage{lmodern}
|
||||
%\usepackage{lmodern}
|
||||
% Select an appropriate monotype font
|
||||
\usepackage[varqu]{inconsolata}
|
||||
|
||||
% Let's set up our page size
|
||||
\usepackage[
|
||||
@ -27,12 +29,13 @@
|
||||
\usepackage{tabularray}
|
||||
|
||||
\begin{document}
|
||||
\ttfamily
|
||||
|
||||
% Begin our loop
|
||||
\forloop{ct}{0}{\value{ct}<\lfct{}}{
|
||||
|
||||
|
||||
\begin{tcolorbox}[title=Information,colback=white, colbacktitle=blue!25!white]
|
||||
\begin{tcolorbox}[title=Information, colback=white, colbacktitle=blue!15!white, coltitle=blue!75!white]
|
||||
\begin{tblr}{
|
||||
width = 160mm,
|
||||
colspec = { | X[60,l] | X[40,l] |},
|
||||
@ -44,8 +47,8 @@ Subject: & Date: \\
|
||||
\end{tblr}
|
||||
\end{tcolorbox}
|
||||
|
||||
\begin{tcbraster}[raster columns=4, raster column skip=1mm, colbacktitle=blue!25!white]
|
||||
\begin{tcolorbox}[equal height group=A, title=Notes, raster multicolumn=3, colback=white,colbacktitle=blue!25!white]
|
||||
\begin{tcbraster}[raster columns=4, raster column skip=1mm, colbacktitle=blue!15!white]
|
||||
\begin{tcolorbox}[equal height group=A, title=Notes, raster multicolumn=3, colback=white,colbacktitle=blue!15!white, coltitle=blue!75!white]
|
||||
\begin{enumerate}
|
||||
\item \hrulefill
|
||||
\item \hrulefill
|
||||
@ -74,11 +77,11 @@ Subject: & Date: \\
|
||||
\item \hrulefill
|
||||
\end{enumerate}
|
||||
\end{tcolorbox}
|
||||
\begin{tcolorbox}[equal height group=A, title=Cues, raster multicolumn=1,colback=white, colbacktitle=blue!25!white]
|
||||
\begin{tcolorbox}[equal height group=A, title=Cues, raster multicolumn=1, colback=white, colbacktitle=blue!15!white, coltitle=blue!75!white]
|
||||
\end{tcolorbox}
|
||||
\end{tcbraster}
|
||||
|
||||
\begin{tcolorbox}[title=Summary,colback=white, colbacktitle=blue!25!white]
|
||||
\begin{tcolorbox}[title=Summary, colback=white, colbacktitle=blue!15!white, coltitle=blue!75!white]
|
||||
\end{tcolorbox}
|
||||
|
||||
\newpage
|
||||
|
Loading…
Reference in New Issue
Block a user