From c4e7accf23af922ed9c7321ea715b61ed98e9ba3 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 21 Sep 2020 21:06:09 +0000 Subject: jmlr (21sep20) git-svn-id: svn://tug.org/texlive/trunk@56395 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/jmlr/jmlr.cls | 11 +++++++---- Master/texmf-dist/tex/latex/jmlr/jmlrbook.cls | 6 +++--- Master/texmf-dist/tex/latex/jmlr/jmlrutils.sty | 2 +- 3 files changed, 11 insertions(+), 8 deletions(-) (limited to 'Master/texmf-dist/tex/latex/jmlr') diff --git a/Master/texmf-dist/tex/latex/jmlr/jmlr.cls b/Master/texmf-dist/tex/latex/jmlr/jmlr.cls index 3063b33dc84..dc3f8c7172b 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/03/26 v1.27 (NLCT) Journal of Machine Learning Research] +\ProvidesClass{jmlr}[2020/09/21 v1.28 (NLCT) Journal of Machine Learning Research] \RequirePackage{xkeyval} \RequirePackage{calc} \RequirePackage{etoolbox} @@ -117,6 +117,9 @@ \DeclareOptionX*{\PassOptionsToClass{\CurrentOption}{article}} \ExecuteOptions{letterpaper} \ProcessOptionsX +\if@twoside + \PassOptionsToClass{twoside}{article} +\fi \LoadClass[\pt@size]{article} \ifviiXx \setlength{\paperwidth}{7in} @@ -214,9 +217,9 @@ } \newcommand*{\footnoteseptext}{. } \renewcommand*{\thanks}[1]{% - \footnotemark - \protected@xdef\@thanks{\@thanks - \protect\footnotetext[\arabic{footnote}]{#1}}% + \refstepcounter{mpfootnote}% + \footnotemark[\number\value{mpfootnote}]% + \xappto\@thanks{\noexpand\footnotetext[\number\value{mpfootnote}]{#1}}% } \ifjmlrhtml \renewenvironment{abstract}{\HCode{

}Abstract\HCode{

}}{}% diff --git a/Master/texmf-dist/tex/latex/jmlr/jmlrbook.cls b/Master/texmf-dist/tex/latex/jmlr/jmlrbook.cls index 13c02220bc7..123762e8b02 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/03/26 v1.27 (NLCT) JMLR Book Style] +\ProvidesClass{jmlrbook}[2020/09/21 v1.28 (NLCT) JMLR Book Style] \RequirePackage{xkeyval} \RequirePackage{setspace} \newcommand*\jmlrprefacepath{} @@ -93,8 +93,8 @@ \DeclareOptionX{11pt}{\PassOptionsToClass{\CurrentOption}{jmlr}} \DeclareOptionX{12pt}{\PassOptionsToClass{\CurrentOption}{jmlr}} \@twosidetrue -\DeclareOptionX{oneside}{\@twosidefalse \@mparswitchfalse} -\DeclareOptionX{twoside}{\@twosidetrue \@mparswitchtrue} +\DeclareOptionX{oneside}{\PassOptionsToClass{\CurrentOption}{jmlr}} +\DeclareOptionX{twoside}{\PassOptionsToClass{\CurrentOption}{jmlr}} \define@boolkey{jmlrbook.cls}[jmlr]{pdfxa}[true]{} \jmlrpdfxafalse \ProcessOptionsX diff --git a/Master/texmf-dist/tex/latex/jmlr/jmlrutils.sty b/Master/texmf-dist/tex/latex/jmlr/jmlrutils.sty index efdfc9ea0bb..ef52cc96427 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/03/26 v1.27 (NLCT)] +\ProvidesPackage{jmlrutils}[2020/09/21 v1.28 (NLCT)] \newif\ifjmlrutilsmaths \jmlrutilsmathstrue \DeclareOption{maths}{\jmlrutilsmathstrue} -- cgit v1.2.3