Moved colors to variables; adjusted frame thicknesses (boxrule)
This commit is contained in:
parent
e33fcb4136
commit
6ff7c106f0
@ -30,12 +30,19 @@
|
|||||||
\newcounter{pgct} % Create a counter for our pages
|
\newcounter{pgct} % Create a counter for our pages
|
||||||
\setcounter{pgct}{1}
|
\setcounter{pgct}{1}
|
||||||
|
|
||||||
\def\lfct{6} % Set this value to the number of pages you want
|
\def\lfct{1} % Set this value to the number of pages you want
|
||||||
|
|
||||||
\def\kcolor{blue!15!white}
|
\def\kcolor{cyan!15!white}
|
||||||
\def\kltblue{blue!15!white}
|
\def\kltblue{cyan!15!white}
|
||||||
\def\kdkblue{blue!75!white}
|
\def\kdkblue{cyan!75!white}
|
||||||
\def\kline{{\color{\kcolor}\hrulefill}}
|
|
||||||
|
\def\bordercolor{cyan!50!white}
|
||||||
|
\def\titlebg{cyan!15!white}
|
||||||
|
\def\titletxt{cyan!75!white}
|
||||||
|
\def\linecolor{cyan!25!white}
|
||||||
|
\def\numbercolor{cyan!25!white}
|
||||||
|
|
||||||
|
\def\kline{{\color{\linecolor}\hrulefill}}
|
||||||
|
|
||||||
\usepackage{tabularray}
|
\usepackage{tabularray}
|
||||||
|
|
||||||
@ -51,9 +58,10 @@
|
|||||||
\begin{tcolorbox}[
|
\begin{tcolorbox}[
|
||||||
title=\hphantom{wwn}Information,
|
title=\hphantom{wwn}Information,
|
||||||
colback=white,
|
colback=white,
|
||||||
colbacktitle=blue!15!white,
|
colbacktitle=\titlebg,
|
||||||
coltitle=\kdkblue,
|
coltitle=\kdkblue,
|
||||||
colframe=\kltblue,
|
colframe=\bordercolor,
|
||||||
|
boxrule=0.3mm,
|
||||||
left=-1mm,
|
left=-1mm,
|
||||||
right=-1mm,
|
right=-1mm,
|
||||||
top=-1mm,
|
top=-1mm,
|
||||||
@ -119,9 +127,28 @@ Date:\hphantom{XXLXXLXXXXXXXXXXXX} {\Large \arabic{pgct}}
|
|||||||
\end{tcbraster}
|
\end{tcbraster}
|
||||||
\end{tcolorbox}
|
\end{tcolorbox}
|
||||||
|
|
||||||
\begin{tcbraster}[raster columns=4, raster column skip=1mm, colbacktitle=\kltblue]
|
\begin{tcbraster}[
|
||||||
\begin{tcolorbox}[equal height group=A, title=Notes, raster multicolumn=3, colback=white,colbacktitle=\kltblue, coltitle=\kdkblue, colframe=\kltblue]
|
raster columns=4,
|
||||||
\begin{enumerate}[leftmargin=1mm, rightmargin=-4mm, labelsep=1mm, label=\color{\kltblue}\theenumi, parsep=0mm]
|
raster column skip=1mm,
|
||||||
|
colbacktitle=\kltblue
|
||||||
|
]
|
||||||
|
\begin{tcolorbox}[
|
||||||
|
equal height group=A,
|
||||||
|
title=Notes,
|
||||||
|
raster multicolumn=3,
|
||||||
|
colback=white,
|
||||||
|
colbacktitle=\kltblue,
|
||||||
|
coltitle=\kdkblue,
|
||||||
|
colframe=\bordercolor,
|
||||||
|
boxrule=0.3mm,
|
||||||
|
]
|
||||||
|
\begin{enumerate}[
|
||||||
|
leftmargin=1mm,
|
||||||
|
rightmargin=-4mm,
|
||||||
|
labelsep=1mm,
|
||||||
|
label=\color{\numbercolor}\theenumi,
|
||||||
|
parsep=0mm,
|
||||||
|
]
|
||||||
\item \kline
|
\item \kline
|
||||||
\item \kline
|
\item \kline
|
||||||
\item \kline
|
\item \kline
|
||||||
@ -154,13 +181,34 @@ Date:\hphantom{XXLXXLXXXXXXXXXXXX} {\Large \arabic{pgct}}
|
|||||||
\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=\kltblue, coltitle=\kdkblue, colframe=\kltblue]
|
\begin{tcolorbox}[
|
||||||
|
equal height group=A,
|
||||||
|
title=Cues,
|
||||||
|
raster multicolumn=1,
|
||||||
|
colback=white,
|
||||||
|
colbacktitle=\kltblue,
|
||||||
|
coltitle=\kdkblue,
|
||||||
|
colframe=\bordercolor,
|
||||||
|
boxrule=0.3mm,
|
||||||
|
]
|
||||||
\end{tcolorbox}
|
\end{tcolorbox}
|
||||||
\end{tcbraster}
|
\end{tcbraster}
|
||||||
|
|
||||||
\begin{tcolorbox}[title=Summary, colback=white, colbacktitle=\kltblue, coltitle=\kdkblue, colframe=\kltblue]
|
\begin{tcolorbox}[
|
||||||
|
title=Summary,
|
||||||
|
colback=white,
|
||||||
|
colbacktitle=\kltblue,
|
||||||
|
coltitle=\kdkblue,
|
||||||
|
colframe=\bordercolor,
|
||||||
|
boxrule=0.3mm,
|
||||||
|
]
|
||||||
|
|
||||||
\begin{enumerate}[leftmargin=0.3mm, rightmargin=-4mm, labelsep=1mm, label=\color{\kltblue}\theenumi, parsep=0mm]
|
\begin{enumerate}[
|
||||||
|
leftmargin=0.3mm,
|
||||||
|
rightmargin=-4mm,
|
||||||
|
labelsep=1mm,
|
||||||
|
label=\color{\numbercolor}\theenumi,
|
||||||
|
parsep=0mm]
|
||||||
\item \kline
|
\item \kline
|
||||||
\item \kline
|
\item \kline
|
||||||
\item \kline
|
\item \kline
|
||||||
|
Loading…
Reference in New Issue
Block a user