diff options
author | Karl Berry <karl@freefriends.org> | 2010-09-24 23:57:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-09-24 23:57:36 +0000 |
commit | 66152b5af94e2ead385be06781fd1acc04dadf4e (patch) | |
tree | 4dfdca6deb7f53cb5aea11a12555353552debb69 /Master/texmf-dist/source/latex/jmlr | |
parent | 02cf6ffdaa8b881b16ec2f4554735468ca955852 (diff) |
jmlr update (27jul10)
git-svn-id: svn://tug.org/texlive/trunk@19885 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/jmlr')
-rw-r--r-- | Master/texmf-dist/source/latex/jmlr/jmlr.dtx | 46 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/jmlr/jmlr.ins | 2 |
2 files changed, 41 insertions, 7 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} diff --git a/Master/texmf-dist/source/latex/jmlr/jmlr.ins b/Master/texmf-dist/source/latex/jmlr/jmlr.ins index cf5ac9a9490..93b3ef85323 100644 --- a/Master/texmf-dist/source/latex/jmlr/jmlr.ins +++ b/Master/texmf-dist/source/latex/jmlr/jmlr.ins @@ -1,4 +1,4 @@ -% jmlr.ins generated using makedtx version 0.94b 2010/6/30 9:48 +% jmlr.ins generated using makedtx version 0.94b 2010/7/27 11:45 \input docstrip \preamble |