- Make all packages Expl3.
- Replace ifthen dependency with wrappers for Latex3 conditionals. - Debug CrossRef and WrapBoxout.
This commit is contained in:
@@ -1,20 +1,28 @@
|
||||
\NeedsTeXFormat{LaTeX2e}
|
||||
\ProvidesPackage{PrimeTeX/packages/TitlePage}[2025-07-09]
|
||||
\ProvidesExplPackage{PrimeTeX/packages/TitlePage}{2025-07-09}{1.0}{
|
||||
Definition for title page.
|
||||
}
|
||||
|
||||
% Define custom title page.
|
||||
\NewDocumentCommand{\PrimeTitlePage}{O{}}{
|
||||
\thispagestyle{empty}
|
||||
\pdfbookmark{Title Page}{title-page}
|
||||
\begin{sbfamily}
|
||||
{\noindent\large\raggedright
|
||||
{\noindent\large\raggedright % Not RaggedRight because we don't want hyphens.
|
||||
\vspace*{\stretch{1}}
|
||||
|
||||
\CustomerFull
|
||||
|
||||
\medbreak
|
||||
|
||||
\ProjectTitle
|
||||
|
||||
\bigbreak
|
||||
|
||||
{\Huge\Title}
|
||||
|
||||
\vfill
|
||||
|
||||
{\leavevmode
|
||||
% Move the rule graphic to 0.25 in from the left edge of the
|
||||
% paper and vertically centered on the heartbeat graphic.
|
||||
@@ -27,9 +35,9 @@
|
||||
}
|
||||
}
|
||||
|
||||
\AuthorCompany
|
||||
\AuthorCompany\par
|
||||
|
||||
Revision \Version
|
||||
Revision~\Version\par
|
||||
|
||||
\LongDate
|
||||
|
||||
|
||||
Reference in New Issue
Block a user