X-Git-Url: https://pere.pagekite.me/gitweb/text-madewithcc.git/blobdiff_plain/9a54892cceda9b3dac344fc5f34337f8f2358c8d..a03c0ed93f83921e6773878494948b9e2f2bd7f5:/myclass.cls diff --git a/myclass.cls b/myclass.cls index ec23fee..355eb86 100644 --- a/myclass.cls +++ b/myclass.cls @@ -10,6 +10,8 @@ \pagestyle{mystyle} \renewcommand{\baselinestretch}{1.2} +\newcommand{\beforetitle}{} +\newcommand{\publisherlogos}{} \makeatletter @@ -23,7 +25,9 @@ \titleverso} \def\titlerecto{\begin{titlepage}% + \beforetitle \null\vfil + \thispagestyle{empty} \vskip 160\p@ \begin{center}% {\LARGE \@title \par}% @@ -34,9 +38,10 @@ \@author \end{tabular}\par}% \vskip 20em% - {\large \DBKpublishername \par} + {\large \DBKpublisheraddress \par} \vskip .75em% - {\large \DBKpublisheraddress \par}% + {\large \DBKpublishername \par}% + \publisherlogos \end{center}\par \vfil\null \end{titlepage}}% @@ -46,6 +51,27 @@ \IfFileExists{\titlepagefile}{\input{\titlepagefile}}{} }% +% We have specified @openright to allow the chapters to start in +% either page (recto or verso), but we don't want that behavior for +% parts - The part heading should start in the right page (recto) +% always. +% +% When a \part clears the preceding page, we don't want the page +% number in it either. + +\renewcommand\part{% + \clearpage + \thispagestyle{empty}% + \ifodd\value{page} + \null% + \else + \null\newpage\thispagestyle{empty}% + \fi + \null\vfil + \secdef\@part\@spart} + +\def\@endpart{\vfil\newpage} + % Allow line break on hyphen (-) in URLs, to make sure long URLs in % footnotes do not pass out of the margins. \usepackage[hyphens]{url}