Too many changes to list lol

This commit is contained in:
2025-08-21 13:30:51 -05:00
parent f3ac6f75ca
commit 9138161f91
11 changed files with 208 additions and 122 deletions

View File

@@ -4,35 +4,7 @@
\RequirePackage{PrimeTeX/packages/Layout}
% Graphics package for including images
\RequirePackage{graphicx}
\RequirePackage[
hypcap=true,
]{caption}
\captionsetup{
justification = Centering,
font = {
small,
color=PrimeBlue,
},
}
% Define a justification style that is ragged on the side toward the outside of
% the page. I. e. RaggedRight on
\RequirePackage{changepage}
%\RequirePackage{ifthen}
\DeclareCaptionJustification{RaggedOutside}{%
\ifthenelse{\boolean{isElectronic}}{%
\RaggedRight%
}{%
\checkoddpage%
\ifoddpage%
\RaggedRight%
\else%
\RaggedLeft%
\fi%
}%
}
\RequirePackage[final]{graphicx}
\RequirePackage{calc}
@@ -40,8 +12,8 @@
\NewDocumentCommand{\iconsize}{}{0.25in}
\NewDocumentCommand{\ig}{O{0.5in} m}{
\includegraphics[keepaspectratio,width=#1]{#2}
\NewDocumentCommand{\ig}{O{width=0.5in} m}{
\includegraphics[keepaspectratio,#1]{#2}
}
\NewDocumentCommand{\centerfig}{O{} m >{\TrimSpaces}m m}{
@@ -88,7 +60,7 @@
\NewDocumentCommand{\twinfig}{%
O{\bigfloatoverhang} m >{\TrimSpaces}m m m >{\TrimSpaces}m m%
}{%
\bigfloat[#1]{figure}{htpb}{%
\bigfloat[#1]{table}{htpb}{%
\begin{tblr}{%
colspec = {%
*{2}{Q[c,m,wd=\twinfigwidth]}%