diff options
18 files changed, 81 insertions, 16 deletions
diff --git a/Master/texmf-dist/doc/latex/jmlr/CHANGES b/Master/texmf-dist/doc/latex/jmlr/CHANGES index b7c8a4ca7c7..2ca02802016 100644 --- a/Master/texmf-dist/doc/latex/jmlr/CHANGES +++ b/Master/texmf-dist/doc/latex/jmlr/CHANGES @@ -1,3 +1,8 @@ +v1.08: + + * Fixed \thanks so that the footnote symbol is raised and isn't + followed by a full stop. + v1.07: * Added check for two column diff --git a/Master/texmf-dist/doc/latex/jmlr/README b/Master/texmf-dist/doc/latex/jmlr/README index 95ac326b50b..52e1ecb31ab 100644 --- a/Master/texmf-dist/doc/latex/jmlr/README +++ b/Master/texmf-dist/doc/latex/jmlr/README @@ -1,6 +1,6 @@ -LaTeX Class : jmlr bundle v1.07 +LaTeX Class : jmlr bundle v1.08 -Last Modified : 2010-06-30 +Last Modified : 2010-07-27 Author : Nicola L. C. Talbot diff --git a/Master/texmf-dist/doc/latex/jmlr/jmlr-manual.html b/Master/texmf-dist/doc/latex/jmlr/jmlr-manual.html index 9a944547086..71bdd72182d 100644 --- a/Master/texmf-dist/doc/latex/jmlr/jmlr-manual.html +++ b/Master/texmf-dist/doc/latex/jmlr/jmlr-manual.html @@ -11,7 +11,7 @@ <meta name="originator" content="TeX4ht (http://www.cse.ohio-state.edu/~gurari/TeX4ht/)" /> <!-- xhtml,fn-in,css-in --> <meta name="src" content="jmlr-manual.tex" /> -<meta name="date" content="2010-06-30 09:49:00" /> +<meta name="date" content="2010-07-27 11:49:00" /> <style type="text/css"> <!-- @@ -347,7 +347,7 @@ class="ecrm-1200">Nicola L. C. Talbot</span> href="http://theoval.cmp.uea.ac.uk/~nlct/" class="url" ><span class="ectt-1200">http://theoval.cmp.uea.ac.uk/~nlct/</span></a></div><br /> <div class="date" ><span -class="ecrm-1200">2010-06-30 (version 1.07)</span></div> +class="ecrm-1200">2010-07-27 (version 1.08)</span></div> </div> <h3 class="likesectionHead"><a id="x1-1000"></a>Contents</h3> diff --git a/Master/texmf-dist/doc/latex/jmlr/jmlr-manual.tex b/Master/texmf-dist/doc/latex/jmlr/jmlr-manual.tex index c5970cfffae..cdf6e49d9b1 100644 --- a/Master/texmf-dist/doc/latex/jmlr/jmlr-manual.tex +++ b/Master/texmf-dist/doc/latex/jmlr/jmlr-manual.tex @@ -23,7 +23,7 @@ Learning Research} \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 diff --git a/Master/texmf-dist/doc/latex/jmlr/jmlr-manual0x.png b/Master/texmf-dist/doc/latex/jmlr/jmlr-manual0x.png Binary files differindex 9f5b6526f74..4141633e401 100644 --- a/Master/texmf-dist/doc/latex/jmlr/jmlr-manual0x.png +++ b/Master/texmf-dist/doc/latex/jmlr/jmlr-manual0x.png diff --git a/Master/texmf-dist/doc/latex/jmlr/jmlr-manual1x.png b/Master/texmf-dist/doc/latex/jmlr/jmlr-manual1x.png Binary files differindex 1b26b8768fd..bf6fe59d55f 100644 --- a/Master/texmf-dist/doc/latex/jmlr/jmlr-manual1x.png +++ b/Master/texmf-dist/doc/latex/jmlr/jmlr-manual1x.png diff --git a/Master/texmf-dist/doc/latex/jmlr/jmlr-manual2x.png b/Master/texmf-dist/doc/latex/jmlr/jmlr-manual2x.png Binary files differindex af23bd131ba..7a6a668a1f0 100644 --- a/Master/texmf-dist/doc/latex/jmlr/jmlr-manual2x.png +++ b/Master/texmf-dist/doc/latex/jmlr/jmlr-manual2x.png diff --git a/Master/texmf-dist/doc/latex/jmlr/jmlr-manual3x.png b/Master/texmf-dist/doc/latex/jmlr/jmlr-manual3x.png Binary files differindex 84a56b1b8fe..a96b40054d6 100644 --- a/Master/texmf-dist/doc/latex/jmlr/jmlr-manual3x.png +++ b/Master/texmf-dist/doc/latex/jmlr/jmlr-manual3x.png diff --git a/Master/texmf-dist/doc/latex/jmlr/jmlr.pdf b/Master/texmf-dist/doc/latex/jmlr/jmlr.pdf Binary files differindex ddcc0326f8a..3d62246a037 100644 --- a/Master/texmf-dist/doc/latex/jmlr/jmlr.pdf +++ b/Master/texmf-dist/doc/latex/jmlr/jmlr.pdf diff --git a/Master/texmf-dist/doc/latex/jmlr/sample-books/paper1/paper1.tex b/Master/texmf-dist/doc/latex/jmlr/sample-books/paper1/paper1.tex index 5d05fff2d55..7271a824dad 100644 --- a/Master/texmf-dist/doc/latex/jmlr/sample-books/paper1/paper1.tex +++ b/Master/texmf-dist/doc/latex/jmlr/sample-books/paper1/paper1.tex @@ -1,3 +1,5 @@ +% This file is public domain + \documentclass[wcp]{jmlr} \usepackage{lipsum}% Provides dummy text for this example diff --git a/Master/texmf-dist/doc/latex/jmlr/sample-books/paper2/paper2.tex b/Master/texmf-dist/doc/latex/jmlr/sample-books/paper2/paper2.tex index 01471c1f04a..faf7e7e3f14 100644 --- a/Master/texmf-dist/doc/latex/jmlr/sample-books/paper2/paper2.tex +++ b/Master/texmf-dist/doc/latex/jmlr/sample-books/paper2/paper2.tex @@ -1,3 +1,5 @@ +% This file is public domain + \documentclass[wcp]{jmlr} \usepackage{lipsum}% Provides dummy text for this example diff --git a/Master/texmf-dist/doc/latex/jmlr/sample-books/paper3/paper3.tex b/Master/texmf-dist/doc/latex/jmlr/sample-books/paper3/paper3.tex index 03416f1e9bb..7286fd09e86 100644 --- a/Master/texmf-dist/doc/latex/jmlr/sample-books/paper3/paper3.tex +++ b/Master/texmf-dist/doc/latex/jmlr/sample-books/paper3/paper3.tex @@ -1,3 +1,5 @@ +% This file is public domain + \documentclass[wcp]{jmlr} \usepackage{lipsum}% Provides dummy text for this example diff --git a/Master/texmf-dist/doc/latex/jmlr/sample-books/paper4/paper4.tex b/Master/texmf-dist/doc/latex/jmlr/sample-books/paper4/paper4.tex index 06d866e2287..f37498c6c54 100644 --- a/Master/texmf-dist/doc/latex/jmlr/sample-books/paper4/paper4.tex +++ b/Master/texmf-dist/doc/latex/jmlr/sample-books/paper4/paper4.tex @@ -1,3 +1,5 @@ +% This file is public domain + \documentclass[wcp]{jmlr} \usepackage{lipsum}% Provides dummy text for this example diff --git a/Master/texmf-dist/doc/latex/jmlr/sample-papers/jmlr-sample.tex b/Master/texmf-dist/doc/latex/jmlr/sample-papers/jmlr-sample.tex index 25fd33479ed..107883ec906 100644 --- a/Master/texmf-dist/doc/latex/jmlr/sample-papers/jmlr-sample.tex +++ b/Master/texmf-dist/doc/latex/jmlr/sample-papers/jmlr-sample.tex @@ -33,8 +33,12 @@ % If the first letter in the forenames is a diacritic % enclose the diacritic in braces, e.g. \Name{{\'E}louise Smith} + % \thanks must come after \Name{...} not inside the argument for + % example \Name{John Smith}\thanks{A note} NOT \Name{John + % Smith\thanks{A note}} + % Two authors with the same address - \author{\Name{Author Name1} \Email{abc@sample.com}\and + \author{\Name{Author Name1}\thanks{A note} \Email{abc@sample.com}\and \Name{Author Name2} \Email{xyz@sample.com}\\ \addr Address} 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 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 diff --git a/Master/texmf-dist/tex/latex/jmlr/jmlrbook.cls b/Master/texmf-dist/tex/latex/jmlr/jmlrbook.cls index 381348d3799..9ccf32d3d35 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/30 v1.07 (NLCT) JMLR Book Style] +\ProvidesClass{jmlrbook}[2010/07/27 v1.07 (NLCT) JMLR Book Style] \RequirePackage{xkeyval} \newcommand*{\@prehyperref}{} \define@key{jmlrbook.cls}{prehyperref}{% |