Replace miscellaneous table packages with Tabularray.

This commit is contained in:
2025-07-07 17:03:12 -05:00
parent 4de5960395
commit 03d8c795fe

View File

@@ -75,7 +75,7 @@
% Color import and definition % Color import and definition
%#region %#region
\RequirePackage{xcolor} \RequirePackage[RGB]{xcolor}
\definecolor{PrimeBlue}{RGB}{25,45,145} \definecolor{PrimeBlue}{RGB}{25,45,145}
%#endregion %#endregion
@@ -85,10 +85,12 @@
\hypersetup{colorlinks=true, allcolors=PrimeBlue} \hypersetup{colorlinks=true, allcolors=PrimeBlue}
%#endregion %#endregion
% Graphics package for including images % Graphics packages for including images
%#region %#region
\RequirePackage{graphicx} \RequirePackage{graphicx}
\RequirePackage{calc} \RequirePackage{calc}
\newcommand{\ig}[2][0.5in]{\includegraphics[keepaspectratio,width=#1]{graphics/#2}}
%#endregion %#endregion
% Define custom title page. % Define custom title page.
@@ -109,11 +111,11 @@
% Move the rule graphic to 0.25 in from the left edge of the % Move the rule graphic to 0.25 in from the left edge of the
% paper and vertically centered on the heartbeat graphic. % paper and vertically centered on the heartbeat graphic.
\put(-\oddsidemargin-0.75in,10pt){ \put(-\oddsidemargin-0.75in,10pt){
\includegraphics{graphics/prime_rule.pdf} \includegraphics{graphics/title/prime_rule.pdf}
} }
% The numbers here are just what looks good. % The numbers here are just what looks good.
\put(100pt,0pt){ \put(100pt,0pt){
\includegraphics{graphics/prime_heartbeat.pdf} \includegraphics{graphics/title/prime_heartbeat.pdf}
} }
} }
@@ -137,13 +139,8 @@
% Table formatting. % Table formatting.
%#region %#region
\renewcommand{\arraystretch}{1.5} \RequirePackage{tabularray}
\RequirePackage{csvsimple} \RequirePackage{csvsimple-l3}
\RequirePackage{longtable}
\RequirePackage{colortbl}
\RequirePackage{booktabs}
\newcommand{\bandedrows}{\rowcolors{2}{white}{gray!10}}
%#endregion %#endregion
% Glossary formatting. % Glossary formatting.
@@ -218,4 +215,7 @@
\newcommand{\lblTable}[2][]{ \newcommand{\lblTable}[2][]{
\textbf{\lblGeneral[#1]{#2}{\caption}{tbl}} \textbf{\lblGeneral[#1]{#2}{\caption}{tbl}}
} }
\newcommand{\lblFigure}[2][]{
\textbf{\lblGeneral[#1]{#2}{\caption}{fig}}
}
%#endregion %#endregion