Continue work on Chapter 4.
This commit is contained in:
30
Tables.sty
30
Tables.sty
@@ -2,7 +2,29 @@
|
||||
\ProvidesPackage{PrimeTeX/Tables}[2025-07-09]
|
||||
|
||||
% Table formatting.
|
||||
%#region
|
||||
\RequirePackage{tabularray}
|
||||
\RequirePackage{csvsimple-l3}
|
||||
%#endregion
|
||||
\RequirePackage{tabularray}
|
||||
|
||||
\NewTblrEnviron{tblrBoxout}
|
||||
\SetTblrInner[tblrBoxout]{
|
||||
colspec = {Q[c,h]X[1,m]},
|
||||
hline{1,Z} = {0.6pt,PrimeBlue},
|
||||
vline{1,Z} = {0.6pt,PrimeBlue},
|
||||
hline{2} = {0.0pt,PrimePaleBlue},
|
||||
vline{2} = {0.0pt,PrimePaleBlue},
|
||||
vborder{Z} = {leftspace=12pt},
|
||||
columns = {PrimePaleBlue},
|
||||
}
|
||||
|
||||
\NewTblrEnviron{tblrBanded}
|
||||
\SetTblrOuter[tblrBanded]{
|
||||
tall,
|
||||
}
|
||||
\SetTblrInner[tblrBanded]{
|
||||
rowhead = 1,
|
||||
row{odd} = {paleGray},
|
||||
row{1} = {bg=pageColor, font=\bfseries},
|
||||
hline{1,Z} = {0.6pt},
|
||||
hline{2} = {0.4pt},
|
||||
}
|
||||
|
||||
\RequirePackage{csvsimple-l3}
|
||||
Reference in New Issue
Block a user