Add midtitle macro for tables.

This commit is contained in:
Silcantar
2025-08-02 22:16:14 -05:00
parent 21d5f5d0ea
commit 19f3b6c8d2
2 changed files with 19 additions and 0 deletions

View File

@@ -70,6 +70,14 @@
\end{#2}%
}
\newcommand{\bignotfloat}[2][\bigfloatoverhang]{%
\begin{adjustwidth*}{-#1+\bigfloatoffset}{-#1-\bigfloatoffset}%
\begin{minipage}{#1 * 2 + \textwidth}%
#2%
\end{minipage}%
\end{adjustwidth*}%
}
\newlength{\boxoutpadding}
\setlength{\boxoutpadding}{0.5em}

View File

@@ -4,6 +4,9 @@
% Table formatting.
\RequirePackage{tabularray}
% Enable putting a list in a tabularray
%\UseTblrLibrary{varwidth}
\DeclareTblrTemplate{note-tag}{default}{\textsuperscript{\InsertTblrNoteTag}}
\NewTblrEnviron{tblrBoxout}
@@ -29,4 +32,12 @@
hline{2} = {0.4pt},
}
\NewTblrTableCommand{\midtitle}{
\SetCell[c=2]{
c,
bg = PrimePaleBlue,%pageColor,
font = \bfseries,
}
}
\RequirePackage{csvsimple-l3}