diff options
author | Karl Berry <karl@freefriends.org> | 2018-12-22 21:54:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-12-22 21:54:16 +0000 |
commit | be95bc2cf6a3578a498f124d737244329dec915f (patch) | |
tree | 83de3ec924982d7c0dfde313d2739da16d460357 /Master/texmf-dist/tex/latex/lwarp/lwarp-titling.sty | |
parent | 21815a36ebddface42a990b639b4d9493666f756 (diff) |
lwarp (22dec18)
git-svn-id: svn://tug.org/texlive/trunk@49479 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/lwarp/lwarp-titling.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/lwarp/lwarp-titling.sty | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/Master/texmf-dist/tex/latex/lwarp/lwarp-titling.sty b/Master/texmf-dist/tex/latex/lwarp/lwarp-titling.sty index e34b3820fd0..daf3c4db07d 100644 --- a/Master/texmf-dist/tex/latex/lwarp/lwarp-titling.sty +++ b/Master/texmf-dist/tex/latex/lwarp/lwarp-titling.sty @@ -74,27 +74,27 @@ \DeclareDocumentCommand{\@maketitle}{}{% \maketitlehooka { - \LWR@stoppars\LWR@htmltag{\LWR@tagtitle} - \@bspretitle \@title \@bsposttitle - \LWR@htmltag{\LWR@tagtitleend}\LWR@startpars + \LWR@stoppars\LWR@htmltag{\LWR@tagtitle}% + \@bspretitle \@title \@bsposttitle% + \LWR@htmltag{\LWR@tagtitleend}\LWR@startpars% } \maketitlehookb { \begin{BlockClass}{author} - \renewcommand{\and}{ - \end{BlockClass} - \begin{BlockClass}{oneauthor} + \renewcommand{\and}{% + \end{BlockClass}% + \begin{BlockClass}{oneauthor}% } - \begin{BlockClass}{oneauthor} - \@bspreauthor \@author \@bspostauthor - \end{BlockClass} - \end{BlockClass} + \begin{BlockClass}{oneauthor}% + \@bspreauthor \@author \@bspostauthor% + \end{BlockClass}% + \end{BlockClass}% } \maketitlehookc { - \begin{BlockClass}{titledate} - \@bspredate \@date \@bspostdate - \end{BlockClass} + \begin{BlockClass}{titledate}% + \@bspredate \@date \@bspostdate% + \end{BlockClass}% } \maketitlehookd } |