- Debugging.

- Move all \RequirePackages to commonincludes.def.
This commit is contained in:
2025-09-12 16:15:29 -05:00
parent 0e68ac723d
commit 029916b8d6
19 changed files with 209 additions and 243 deletions

View File

@@ -1,8 +1,10 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{PrimeTeX/packages/Tables}[2025-07-09]
% Table formatting.
\RequirePackage{tabularray}
\RenewDocumentCommand\TblrAlignBoth{}{\justifying}
\RenewDocumentCommand\TblrAlignLeft{}{\RaggedRight}
\RenewDocumentCommand\TblrAlignCenter{}{\Centering}
\RenewDocumentCommand\TblrAlignRight{}{\RaggedLeft}
\UseTblrLibrary{siunitx}
@@ -13,8 +15,6 @@
hline{2} = {0.4pt},
}
%\renewcommand{\TblrOverlap}[1]{#1}
\DeclareTblrTemplate{remark-tag}{default}{
\strong{\InsertTblrRemarkTag}
}
@@ -34,6 +34,4 @@
bg = #1,
font = \bfseries,
}
}
\RequirePackage{csvsimple-l3}
}