- Change underscores in file names to hyphens.

- Make color names clearer.
- Clean up commonincludes.
This commit is contained in:
2025-09-15 17:00:34 -05:00
parent 029916b8d6
commit 5e578de497
22 changed files with 70 additions and 62 deletions

View File

@@ -8,15 +8,15 @@
\NewTblrEnviron{tblrBoxout}
\SetTblrInner[tblrBoxout]{
cells = {boxoutBG},
cells = {boxoutBGColor},
hborder{1} = {belowspace=\boxoutpadding},
hborder{Z} = {abovespace=\boxoutpadding},
hlines = {0pt,boxoutBG},
hline{1,Z} = {\boxoutrule,boxoutFG},
hlines = {0pt,boxoutBGColor},
hline{1,Z} = {\boxoutrule,boxoutFGColor},
vborder{1} = {rightspace=\boxoutpadding},
vborder{Z} = {leftspace=\boxoutpadding},
vlines = {0pt,boxoutBG},
vline{1,Z} = {\boxoutrule,boxoutFG},
vlines = {0pt,boxoutBGColor},
vline{1,Z} = {\boxoutrule,boxoutFGColor},
}
\tl_const:Nn \c_Boxout_innerspec_tl {colspec={X[l,h]}}
@@ -47,10 +47,10 @@
}{ \group_begin:
\keys_set:nn{Boxout}{#1}
\bool_if:nT \l_Boxout_warning_bool {
\colorlet{boxoutBG}{warningBG}
\colorlet{boxoutFG}{warningFG}
\colorlet{boxoutBGColor}{warningBGColor}
\colorlet{boxoutFGColor}{warningFGColor}
}
\color{text}
\color{textColor}
\label{box:#2}
\tl_if_empty:nTF {#3} {
\expanded{\noexpand\begin{tblrBoxout}{\l_Boxout_innerspec_tl}}