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