- Fix title page not being counted in page numbering.

- Minor cleanup.
This commit is contained in:
2025-08-22 16:31:59 -05:00
parent 2ae13aac37
commit d9877d651b
3 changed files with 37 additions and 33 deletions

View File

@@ -5,36 +5,37 @@
% Define custom title page.
\NewDocumentCommand{\PrimeTitlePage}{O{}}{
\begin{titlepage}
\begin{sbfamily}
{\noindent\large\raggedright
\vspace*{\stretch{1}}
\thispagestyle{empty}
\begin{sbfamily}
{\noindent\large\raggedright
\vspace*{\stretch{1}}
\sCustomerFull
\medbreak
\sProjectTitle
\bigbreak
{\Huge \sTitle}
\vfill
{\leavevmode
% Move the rule graphic to 0.25 in from the left edge of the
% paper and vertically centered on the heartbeat graphic.
\put(-\oddsidemargin-0.75in,10pt){
\includegraphics{#1prime_rule.pdf}
}
% The numbers here are just what looks good.
\put(100pt,0pt){
\includegraphics{#1prime_heartbeat.pdf}
}
\sCustomerFull
\medbreak
\sProjectTitle
\bigbreak
{\Huge \sTitle}
\vfill
{\leavevmode
% Move the rule graphic to 0.25 in from the left edge of the
% paper and vertically centered on the heartbeat graphic.
\put(-\oddsidemargin-0.75in,10pt){
\includegraphics{#1prime_rule.pdf}
}
% The numbers here are just what looks good.
\put(100pt,0pt){
\includegraphics{#1prime_heartbeat.pdf}
}
\sAuthor
Revision \sVersion
\sDate
\vfill
}
\end{sbfamily}
\end{titlepage}
\sAuthor
Revision \sVersion
\sDate
\vfill
}
\end{sbfamily}
\clearpage
}