Moved paper details to individual docs

This commit is contained in:
2026-02-15 23:21:34 +00:00
parent ee1c433368
commit 7d3d933d5f
15 changed files with 759 additions and 195 deletions

View File

@@ -2,6 +2,7 @@
\ProvidesClass{decv2}[2025/03/24 Digital Equipment Corporation]
\LoadClass{dec}
\renewcommand{\warning}[1]{\par\vspace{1em}{\fontfamily{phv}\selectfont\textbf{WARNING}\\}\textbf{#1}\vspace{1em}}
\renewcommand{\caution}[1]{\par\vspace{1em}{\fontfamily{phv}\selectfont\textbf{CAUTION}\\}\textbf{#1}\vspace{1em}}
@@ -25,3 +26,22 @@
\label{figure:\figlabel}
}
\renewcommand{\maketitle}{
\pagenumbering{roman}
\raggedright
\thispagestyle{empty}
\vspace*{10em}
{\fontfamily{phv}\selectfont
\Huge
\textbf{\@product}\\
\textbf{\@title}\par
\vspace{20pt}
\large
Order Number \@ordernumber\par
\vspace{30em}
\textbf{\@author}\\
\textbf{\@address}
}
\newpage
\boilerplate
}