diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/lwarp/lwarp-titling.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/lwarp/lwarp-titling.sty | 39 |
1 files changed, 20 insertions, 19 deletions
diff --git a/Master/texmf-dist/tex/latex/lwarp/lwarp-titling.sty b/Master/texmf-dist/tex/latex/lwarp/lwarp-titling.sty index dcdd9e24af9..d888bb88030 100644 --- a/Master/texmf-dist/tex/latex/lwarp/lwarp-titling.sty +++ b/Master/texmf-dist/tex/latex/lwarp/lwarp-titling.sty @@ -41,21 +41,22 @@ { \end{titlepage} } +\AtBeginDocument{ + \pretitle{} + \posttitle{} -\pretitle{} -\posttitle{} + \preauthor{} + \postauthor{} -\preauthor{} -\postauthor{} - -\predate{} -\postdate{} + \predate{} + \postdate{} +} \renewcommand*{\LWR@maketitlesetup}{% -\def\@makefnmark{\textsuperscript{\@thefnmark}} -\long\def\@makefntext##1{% -\makethanksmark~% -##1% -}% \@makefntext + \def\@makefnmark{\textsuperscript{\@thefnmark}}% + \long\def\@makefntext##1{% + \makethanksmark~% + ##1% + }% \@makefntext } \renewcommand{\thanksfootmark}{% \thanksscript{% @@ -63,13 +64,13 @@ }% } \renewcommand*{\maketitle}{% -\begin{titlepage} -\@bsmarkseries -\LWR@maketitlesetup -\@maketitle -\LWR@stoppars\@thanks\LWR@startpars -\end{titlepage} -\@bscontmark + \begin{titlepage} + \@bsmarkseries + \LWR@maketitlesetup + \@maketitle + \LWR@stoppars\@thanks\LWR@startpars + \end{titlepage} + \@bscontmark } \DeclareDocumentCommand{\@maketitle}{}{% \maketitlehooka |