- Debug CrossRef.
- Miscellaneous improvements.
This commit is contained in:
@@ -3,12 +3,21 @@
|
||||
Definition for title page.
|
||||
}
|
||||
|
||||
\fp_const:Nn \c_@@_scale_fp {1}
|
||||
|
||||
\str_const:Ne \c_@@_dark_str {\bool_if:NT \g_dark_mode_bool {-dark}}
|
||||
|
||||
\NewDocumentCommand{\PrimeLogo}{O{width=2in} O{}}{
|
||||
\includegraphics[keepaspectratio,#1]{#2Prime-Controls\c_@@_dark_str.pdf}
|
||||
}
|
||||
|
||||
% Define custom title page.
|
||||
\NewDocumentCommand{\PrimeTitlePage}{O{}}{
|
||||
\thispagestyle{empty}
|
||||
\pdfbookmark{Title Page}{title-page}
|
||||
\pdfbookmark{Title~Page}{title-page}
|
||||
\begin{sbfamily}
|
||||
{\noindent\large\raggedright % Not RaggedRight because we don't want hyphens.
|
||||
{\large\raggedright % Not RaggedRight because we don't want hyphens.
|
||||
|
||||
\vspace*{\stretch{1}}
|
||||
|
||||
\CustomerFull
|
||||
@@ -27,14 +36,17 @@
|
||||
% 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}
|
||||
\includegraphics{#1prime-rule\c_@@_dark_str.pdf}
|
||||
}
|
||||
|
||||
% The numbers here are just what looks good.
|
||||
\put(100pt,0pt){
|
||||
\includegraphics{#1prime-heartbeat.pdf}
|
||||
\includegraphics{#1prime-heartbeat\c_@@_dark_str.pdf}
|
||||
}
|
||||
}
|
||||
|
||||
\bigbreak
|
||||
|
||||
\AuthorCompany\par
|
||||
|
||||
Revision~\Version\par
|
||||
|
||||
Reference in New Issue
Block a user