diff options
author | Karl Berry <karl@freefriends.org> | 2020-01-31 22:09:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-01-31 22:09:46 +0000 |
commit | 4f5d53354429fb0f4c2228807598014959ecd6f3 (patch) | |
tree | cabaaeea6329ca491c2a933e472888d507d8548d /Master/texmf-dist/tex/latex/jmlr | |
parent | 813f663d63e8ca9e2992f1fbca59b4a4de69b72d (diff) |
jmlr (31jan20)
git-svn-id: svn://tug.org/texlive/trunk@53616 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/jmlr')
-rw-r--r-- | Master/texmf-dist/tex/latex/jmlr/jmlr.cls | 15 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/jmlr/jmlrbook.cls | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/jmlr/jmlrutils.sty | 2 |
3 files changed, 10 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/jmlr/jmlr.cls b/Master/texmf-dist/tex/latex/jmlr/jmlr.cls index 10da8606a51..51cbd082d67 100644 --- a/Master/texmf-dist/tex/latex/jmlr/jmlr.cls +++ b/Master/texmf-dist/tex/latex/jmlr/jmlr.cls @@ -41,7 +41,7 @@ %% First editor: %% Second editor: \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{jmlr}[2020/01/17 v1.25 (NLCT) Journal of Machine Learning Research] +\ProvidesClass{jmlr}[2020/01/31 v1.26 (NLCT) Journal of Machine Learning Research] \RequirePackage{xkeyval} \RequirePackage{calc} \RequirePackage{etoolbox} @@ -450,16 +450,17 @@ Keywords:} \ignorespaces}% \fi \vskip \aftermaketitskip } -\def\@jmlrmaketitle{\vbox{\hsize\textwidth - \linewidth\hsize - \jmlrpretitle +\def\@jmlrmaketitle{% + {% + \jmlrpretitle {% \def\titletag##1{##1}% \@title }% - \jmlrposttitle - \jmlrpreauthor \@author \jmlrpostauthor -}} + \jmlrposttitle + \jmlrpreauthor \ignorespaces\@author \jmlrpostauthor + }% +} \newcommand*\kernelmachines{(for {\textsc{http://www.kernel-machines.org}})} \newcommand*{\editorname}{Editor} diff --git a/Master/texmf-dist/tex/latex/jmlr/jmlrbook.cls b/Master/texmf-dist/tex/latex/jmlr/jmlrbook.cls index 7f206ba1fe8..8a0c9ad953e 100644 --- a/Master/texmf-dist/tex/latex/jmlr/jmlrbook.cls +++ b/Master/texmf-dist/tex/latex/jmlr/jmlrbook.cls @@ -41,7 +41,7 @@ %% First editor: %% Second editor: \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{jmlrbook}[2020/01/17 v1.25 (NLCT) JMLR Book Style] +\ProvidesClass{jmlrbook}[2020/01/31 v1.26 (NLCT) JMLR Book Style] \RequirePackage{xkeyval} \RequirePackage{setspace} \newcommand*\jmlrprefacepath{} diff --git a/Master/texmf-dist/tex/latex/jmlr/jmlrutils.sty b/Master/texmf-dist/tex/latex/jmlr/jmlrutils.sty index d3ff8c5898f..0230e6f5fde 100644 --- a/Master/texmf-dist/tex/latex/jmlr/jmlrutils.sty +++ b/Master/texmf-dist/tex/latex/jmlr/jmlrutils.sty @@ -40,7 +40,7 @@ %% Right brace \} Tilde \~} %% First editor: %% Second editor: -\ProvidesPackage{jmlrutils}[2020/01/17 v1.25 (NLCT)] +\ProvidesPackage{jmlrutils}[2020/01/31 v1.26 (NLCT)] \newif\ifjmlrutilsmaths \jmlrutilsmathstrue \DeclareOption{maths}{\jmlrutilsmathstrue} |