Too many changes to list lol
This commit is contained in:
@@ -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]}%
|
||||
|
||||
Reference in New Issue
Block a user