diff options
author | Karl Berry <karl@freefriends.org> | 2012-05-16 23:10:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-05-16 23:10:40 +0000 |
commit | 20572a9d0911336a8588b561872220d6aba8e208 (patch) | |
tree | d44732f2ee763eb2ab809517bca5411b709f3cec /Master/texmf-dist/source/latex | |
parent | 387ff75e853f31b3043ab9804b491055249347b4 (diff) |
jmlr 1.16 (16may12)
git-svn-id: svn://tug.org/texlive/trunk@26454 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex')
-rw-r--r-- | Master/texmf-dist/source/latex/jmlr/jmlr.dtx | 26 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/jmlr/jmlr.ins | 2 |
2 files changed, 22 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/jmlr/jmlr.dtx b/Master/texmf-dist/source/latex/jmlr/jmlr.dtx index d0e9b2e9449..7aaeae520dc 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 2012/5/15 15:06 +% Created on 2012/5/16 8:16 %\fi %\iffalse %<*package> @@ -49,7 +49,7 @@ \doxitem{Option}{option}{package options} -\CheckSum{4294} +\CheckSum{4403} \OnlyDescription \newcommand*{\appopt}[1]{\texttt{-{}-#1}} @@ -67,7 +67,7 @@ % \author{Nicola L. C. Talbot\\[10pt] %\url{http://theoval.cmp.uea.ac.uk/~nlct/}} % -% \date{2012-05-12 (version 1.15)} +% \date{2012-05-16 (version 1.16)} % \maketitle %\tableofcontents % @@ -1593,7 +1593,7 @@ % Declare class and required TeX format: % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{jmlr}[2012/05/12 v1.15 (NLCT) Journal of Machine Learning Research] +\ProvidesClass{jmlr}[2012/05/16 v1.16 (NLCT) Journal of Machine Learning Research] % \end{macrocode} %\changes{1.10}{2011-01-05}{hyperref now loaded by jmlr instead of %jmlrbook} @@ -1797,6 +1797,12 @@ \usepackage{hyperref} \usepackage{nameref} % \end{macrocode} +% \begin{macrocode} +% Do stuff that has to come immediately after \sty{hyperref} and +% \sty{nameref} are loaded: +%\changes{1.16}{2012/05/15}{added \cs{@post@hyperref}} +\@ifundefined{@post@hyperref}{}{\@post@hyperref} +% \end{macrocode} % Set up hyperref options: % \begin{macrocode} \hypersetup{colorlinks, @@ -3849,7 +3855,7 @@ Keywords:} \ignorespaces}% % \end{macrocode} % Declare class: % \begin{macrocode} -\ProvidesClass{jmlrbook}[2012/05/12 v1.15 (NLCT) JMLR Book Style] +\ProvidesClass{jmlrbook}[2012/05/16 v1.16 (NLCT) JMLR Book Style] % \end{macrocode} % Need \sty{xkeyval} package to have key=value class options % \begin{macrocode} @@ -4183,12 +4189,22 @@ Keywords:} \ignorespaces}% \newcommand*{\jmlrbook@info}[2]{} % \end{macrocode} %\end{macro} +%\begin{macro}{\@post@hyperref} +%\changes{1.16}{2012/05/15}{new} +% \begin{macrocode} +\newcommand*{\@post@hyperref}{% + \let\@org@c@lenddoca\c@lenddoca + \let\c@lenddoca\undefined +} +% \end{macrocode} +%\end{macro} % % Load \cls{combine} class. This requires a little bit of trickery. % \begin{macrocode} \let\@org@LoadClass\LoadClass \def\LoadClass#1{\let\LoadClass\@org@LoadClass\@org@LoadClass{jmlr}} \@org@LoadClass{combine} +\let\c@lenddoca\@org@c@lenddoca % \end{macrocode} % Requires \sty{combnat} to work with \sty{natbib}: % \begin{macrocode} diff --git a/Master/texmf-dist/source/latex/jmlr/jmlr.ins b/Master/texmf-dist/source/latex/jmlr/jmlr.ins index 8269660c27f..af6c772ff58 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 2012/5/15 15:06 +% jmlr.ins generated using makedtx version 0.94b 2012/5/16 8:16 \input docstrip \preamble |