diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/jmlr/jmlrbook.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/jmlr/jmlrbook.cls | 8 |
1 files changed, 7 insertions, 1 deletions
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]{% |