diff options
author | Karl Berry <karl@freefriends.org> | 2010-07-10 00:10:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-07-10 00:10:37 +0000 |
commit | b63d2ae5c39ee2fe03310842f3c72d0b76f0c42a (patch) | |
tree | 4518a5284f0b163bf72cab4935942a50c014207c /Master/texmf-dist/tex/latex/jmlr | |
parent | cb02a75d8a40f5c0f829fad0235477685f3591b8 (diff) |
jmlr update (30jun10)
git-svn-id: svn://tug.org/texlive/trunk@19321 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 | 9 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/jmlr/jmlrbook.cls | 8 |
2 files changed, 14 insertions, 3 deletions
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]{% |