diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/jmlr/jmlr.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/jmlr/jmlr.dtx | 46 |
1 files changed, 40 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/jmlr/jmlr.dtx b/Master/texmf-dist/source/latex/jmlr/jmlr.dtx index 3b6ab37ac23..fbec9c7a355 100644 --- a/Master/texmf-dist/source/latex/jmlr/jmlr.dtx +++ b/Master/texmf-dist/source/latex/jmlr/jmlr.dtx @@ -7,7 +7,7 @@ % -author "Nicola Talbot" % -codetitle "jmlr.cls Code" % jmlr -% Created on 2010/6/30 9:48 +% Created on 2010/7/27 11:45 %\fi %\iffalse %<*package> @@ -63,7 +63,7 @@ % \author{Nicola L. C. Talbot\\[10pt] %\url{http://theoval.cmp.uea.ac.uk/~nlct/}} % -% \date{2010-06-30 (version 1.07)} +% \date{2010-07-27 (version 1.08)} % \maketitle %\tableofcontents % @@ -1523,7 +1523,7 @@ % Declare class and required TeX format: % \begin{macrocode} \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] % \end{macrocode} % The following conditionals are provided to make this class play nicely % with combine and aren't required for articles. @@ -1826,16 +1826,50 @@ Keywords:} \ignorespaces}% % \end{macrocode} %\end{macro} % -% overall definition of \cs{maketitle}, \cs{@maketitle} does the real work +%\begin{macro}{\@makefntext} +%\changes{1.08}{2010-07-27}{new} +% Redefine \cs{@makefntext} so that the text between the footnote +% symbol and the footnote text can be redefined. (It looks odd +% having a full stop after a symbol.) +% \begin{macrocode} +\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% +} +% \end{macrocode} +%\end{macro} +%\begin{macro}{\footnoteseptext} +%\changes{1.08}{2010-07-27}{new} +% The separation text between the footnote symbol and the footnote +% text. +% \begin{macrocode} +\newcommand*{\footnoteseptext}{. } +% \end{macrocode} +%\end{macro} +% %\begin{macro}{\jmlrmaketitle} +% Make the title % \begin{macrocode} \def\jmlrmaketitle{% \jmlrpremaketitlehook \def\@jmlr@authors@sep{, }% \par \begingroup +% \end{macrocode} +%\changes{1.08}{2010-07-27}{modified footnote marker in the footnote +%text so that it is raised and isn't followed by a full stop} +% \begin{macrocode} + \def\footnoteseptext{ }% + \def\thempfn{\textsuperscript{\thefootnote}}% \def\thefootnote{\fnsymbol{footnote}}% - \def\@makefnmark{\hbox to 0pt{$^{\@thefnmark}$\hss}}% % \end{macrocode} %\changes{1.07}{2010-06-30}{added check for two column mode} % \begin{macrocode} @@ -3370,7 +3404,7 @@ Keywords:} \ignorespaces}% % \end{macrocode} % Declare class: % \begin{macrocode} -\ProvidesClass{jmlrbook}[2010/06/30 v1.07 (NLCT) JMLR Book Style] +\ProvidesClass{jmlrbook}[2010/07/27 v1.07 (NLCT) JMLR Book Style] % \end{macrocode} % Need \sty{xkeyval} package to have key=value class options % \begin{macrocode} |