1 \NeedsTeXFormat{LaTeX2e}
2 \ProvidesPackage{myclass}[]
4 %% Just use the original class and pass the options
5 \LoadClassWithOptions{report}
10 % Customize the titlepage: remove the date, place the publisher name, and
11 % load a specific file for the verso page, containing some legal notices
17 \def\titlerecto{\begin{titlepage}%
21 {\LARGE \@title \par}%
25 \begin{tabular}[t]{c}%
29 {\large \DBKpublishername \par}
31 {\large \DBKpublisheraddress \par}%
37 \def\titlepagefile{titlepg.input.tex}
38 \IfFileExists{\titlepagefile}{\input{\titlepagefile}}{}