- Fix title page not being counted in page numbering.
- Minor cleanup.
This commit is contained in:
@@ -65,7 +65,13 @@
|
||||
colspec = {%
|
||||
*{2}{Q[c,m,wd=\twinfigwidth]}%
|
||||
},%
|
||||
vborder{1,Z} = {
|
||||
%hlines,% For debugging. Comment out when done.
|
||||
%vlines,% For debugging. Comment out when done.
|
||||
hborder{1,Z} = {%
|
||||
abovespace = 0pt,%
|
||||
belowspace = 0pt,%
|
||||
},%
|
||||
vborder{1,Z} = {%
|
||||
leftspace = 0pt,%
|
||||
rightspace = 0pt,%
|
||||
},%
|
||||
|
||||
@@ -87,8 +87,6 @@
|
||||
\setlength{\bigfloatoverhang}{0.81in}
|
||||
|
||||
\NewDocumentCommand{\bigfloat}{O{\bigfloatoverhang} m m +m}{%
|
||||
\providelength[\fboxsep]{\fboxsepdefault}%
|
||||
\setlength{\fboxsep}{0pt}%
|
||||
\begin{#2}[#3]%
|
||||
\ifthenelse{\boolean{isElectronic}}{%
|
||||
% adjustwidth adjusts all pages the same.
|
||||
@@ -112,5 +110,4 @@
|
||||
\end{adjustwidth*}%
|
||||
}%
|
||||
\end{#2}%
|
||||
\setlength{\fboxsep}{\fboxsepdefault}%
|
||||
}
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
% Define custom title page.
|
||||
\NewDocumentCommand{\PrimeTitlePage}{O{}}{
|
||||
\begin{titlepage}
|
||||
\thispagestyle{empty}
|
||||
\begin{sbfamily}
|
||||
{\noindent\large\raggedright
|
||||
\vspace*{\stretch{1}}
|
||||
@@ -36,5 +36,6 @@
|
||||
\vfill
|
||||
}
|
||||
\end{sbfamily}
|
||||
\end{titlepage}
|
||||
|
||||
\clearpage
|
||||
}
|
||||
Reference in New Issue
Block a user