From b63d2ae5c39ee2fe03310842f3c72d0b76f0c42a Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 10 Jul 2010 00:10:37 +0000 Subject: jmlr update (30jun10) git-svn-id: svn://tug.org/texlive/trunk@19321 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/jmlr/jmlr.cls | 9 +++++++-- Master/texmf-dist/tex/latex/jmlr/jmlrbook.cls | 8 +++++++- 2 files changed, 14 insertions(+), 3 deletions(-) (limited to 'Master/texmf-dist/tex') diff --git a/Master/texmf-dist/tex/latex/jmlr/jmlr.cls b/Master/texmf-dist/tex/latex/jmlr/jmlr.cls index eb9d45ebe6f..e19134fc9a6 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}[2010/06/17 v1.06 (NLCT) Journal of Machine Learning Research] +\ProvidesClass{jmlr}[2010/06/30 v1.07 (NLCT) Journal of Machine Learning Research] \newif\if@openright \newif\if@mainmatter \@mainmattertrue \@ifundefined{ifgrayscale}{ @@ -183,7 +183,12 @@ Keywords:} \ignorespaces}% \begingroup \def\thefootnote{\fnsymbol{footnote}}% \def\@makefnmark{\hbox to 0pt{$^{\@thefnmark}$\hss}}% - \@jmlrmaketitle \@thanks + \if@twocolumn + \twocolumn[\@jmlrmaketitle]% + \else + \@jmlrmaketitle + \fi + \@thanks \endgroup \label{jmlrstart}% \ifx\@sauthor\@empty diff --git a/Master/texmf-dist/tex/latex/jmlr/jmlrbook.cls b/Master/texmf-dist/tex/latex/jmlr/jmlrbook.cls index 38e051e4010..381348d3799 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}[2010/06/17 v1.06 (NLCT) JMLR Book Style] +\ProvidesClass{jmlrbook}[2010/06/30 v1.07 (NLCT) JMLR Book Style] \RequirePackage{xkeyval} \newcommand*{\@prehyperref}{} \define@key{jmlrbook.cls}{prehyperref}{% @@ -384,6 +384,11 @@ \let\@org@InputIfFileExists\InputIfFileExists \newenvironment{jmlrpapers}{% \begin{papers}[] + \if@twocolumn + \def\@jmlr@restore{\twocolumn}% + \else + \def\@jmlr@restore{\onecolumn}% + \fi \jmlrarticlecommands \let\importpubpaper\@importpubpaper \let\importpaper\@importpaper @@ -392,6 +397,7 @@ \let\ref\Xref \pagestyle{article}% }{% + \@jmlr@restore \end{papers} } \newcommand{\addtomaincontents}[2]{% -- cgit v1.2.3