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