Add midtitle macro for tables.
This commit is contained in:
@@ -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}
|
||||
Reference in New Issue
Block a user