Added variables for color names
This commit is contained in:
parent
04ac231e11
commit
f4ca370a11
@ -30,6 +30,8 @@
|
|||||||
\def\lfct{5} % Set this value to the number of pages you want
|
\def\lfct{5} % Set this value to the number of pages you want
|
||||||
|
|
||||||
\def\kcolor{blue!15!white}
|
\def\kcolor{blue!15!white}
|
||||||
|
\def\kltblue{blue!15!white}
|
||||||
|
\def\kdkblue{blue!75!white}
|
||||||
\def\kline{{\color{\kcolor}\hrulefill}}
|
\def\kline{{\color{\kcolor}\hrulefill}}
|
||||||
|
|
||||||
\usepackage{tabularray}
|
\usepackage{tabularray}
|
||||||
@ -41,7 +43,7 @@
|
|||||||
\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, colframe=blue!15!white]
|
\begin{tcolorbox}[title=Information, colback=white, colbacktitle=blue!15!white, coltitle=\kdkblue, colframe=\kltblue]
|
||||||
\begin{tblr}{
|
\begin{tblr}{
|
||||||
width = 160mm,
|
width = 160mm,
|
||||||
colspec = { | X[60,l] | X[40,l] |},
|
colspec = { | X[60,l] | X[40,l] |},
|
||||||
@ -53,9 +55,9 @@ 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=\kltblue]
|
||||||
\begin{tcolorbox}[equal height group=A, title=Notes, raster multicolumn=3, colback=white,colbacktitle=blue!15!white, coltitle=blue!75!white, colframe=blue!15!white]
|
\begin{tcolorbox}[equal height group=A, title=Notes, raster multicolumn=3, colback=white,colbacktitle=\kltblue, coltitle=\kdkblue, colframe=\kltblue]
|
||||||
\begin{enumerate}[leftmargin=1mm, labelsep=1mm, label=\color{blue!15!white}\theenumi, parsep=0mm]
|
\begin{enumerate}[leftmargin=1mm, labelsep=1mm, label=\color{\kltblue}\theenumi, parsep=0mm]
|
||||||
\item \kline
|
\item \kline
|
||||||
\item \kline
|
\item \kline
|
||||||
\item \kline
|
\item \kline
|
||||||
@ -88,13 +90,13 @@ Subject: & Date: \\
|
|||||||
\item \kline
|
\item \kline
|
||||||
\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, colframe=blue!15!white]
|
\begin{tcolorbox}[equal height group=A, title=Cues, raster multicolumn=1, colback=white, colbacktitle=\kltblue, coltitle=\kdkblue, colframe=\kltblue]
|
||||||
\end{tcolorbox}
|
\end{tcolorbox}
|
||||||
\end{tcbraster}
|
\end{tcbraster}
|
||||||
|
|
||||||
\begin{tcolorbox}[title=Summary, colback=white, colbacktitle=blue!15!white, coltitle=blue!75!white, colframe=blue!15!white]
|
\begin{tcolorbox}[title=Summary, colback=white, colbacktitle=\kltblue, coltitle=\kdkblue, colframe=\kltblue]
|
||||||
|
|
||||||
\begin{enumerate}[leftmargin=1mm, labelsep=1mm, label=\color{blue!15!white}\theenumi, parsep=0mm]
|
\begin{enumerate}[leftmargin=1mm, labelsep=1mm, label=\color{\kltblue}\theenumi, parsep=0mm]
|
||||||
\item \kline
|
\item \kline
|
||||||
\item \kline
|
\item \kline
|
||||||
\item \kline
|
\item \kline
|
||||||
|
Loading…
Reference in New Issue
Block a user