summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/jmlr/jmlr.cls
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/jmlr/jmlr.cls')
-rw-r--r--Master/texmf-dist/tex/latex/jmlr/jmlr.cls18
1 files changed, 16 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/jmlr/jmlr.cls b/Master/texmf-dist/tex/latex/jmlr/jmlr.cls
index e19134fc9a6..8ae797d599b 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/30 v1.07 (NLCT) Journal of Machine Learning Research]
+\ProvidesClass{jmlr}[2010/07/27 v1.08 (NLCT) Journal of Machine Learning Research]
\newif\if@openright
\newif\if@mainmatter \@mainmattertrue
\@ifundefined{ifgrayscale}{
@@ -176,13 +176,27 @@ Keywords:} \ignorespaces}%
\newcommand*{\@firstauthor}{}
\newcommand*{\@firstsurname}{}
\newlength\jmlrlength
+\renewcommand*{\@makefntext}[1]{%
+ \@setpar
+ {%
+ \@@par
+ \@tempdima\hsize
+ \advance \@tempdima -15pt\relax
+ \parshape \@ne 15pt \@tempdima
+ }%
+ \par
+ \parindent 2em\noindent
+ \hbox to \z@ {\hss {\@thefnmark }\footnoteseptext\hfil }#1%
+}
+\newcommand*{\footnoteseptext}{. }
\def\jmlrmaketitle{%
\jmlrpremaketitlehook
\def\@jmlr@authors@sep{, }%
\par
\begingroup
+ \def\footnoteseptext{ }%
+ \def\thempfn{\textsuperscript{\thefootnote}}%
\def\thefootnote{\fnsymbol{footnote}}%
- \def\@makefnmark{\hbox to 0pt{$^{\@thefnmark}$\hss}}%
\if@twocolumn
\twocolumn[\@jmlrmaketitle]%
\else