summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r--Master/texmf-dist/source/latex/jmlr/jmlr.dtx26
-rw-r--r--Master/texmf-dist/source/latex/jmlr/jmlr.ins2
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