From 20572a9d0911336a8588b561872220d6aba8e208 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 16 May 2012 23:10:40 +0000 Subject: jmlr 1.16 (16may12) git-svn-id: svn://tug.org/texlive/trunk@26454 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/jmlr/jmlr.cls | 3 ++- Master/texmf-dist/tex/latex/jmlr/jmlrbook.cls | 7 ++++++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'Master/texmf-dist/tex/latex/jmlr') diff --git a/Master/texmf-dist/tex/latex/jmlr/jmlr.cls b/Master/texmf-dist/tex/latex/jmlr/jmlr.cls index 257a6aaaf92..9ad9c278933 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}[2012/05/12 v1.15 (NLCT) Journal of Machine Learning Research] +\ProvidesClass{jmlr}[2012/05/16 v1.16 (NLCT) Journal of Machine Learning Research] \RequirePackage{xkeyval} \providecommand*{\jmlrprehyperref}{} \newif\if@openright @@ -129,6 +129,7 @@ \@ifundefined{@pre@hyperref}{}{\@pre@hyperref} \usepackage{hyperref} \usepackage{nameref} +\@ifundefined{@post@hyperref}{}{\@post@hyperref} \hypersetup{colorlinks, linkcolor=blue, citecolor=blue, diff --git a/Master/texmf-dist/tex/latex/jmlr/jmlrbook.cls b/Master/texmf-dist/tex/latex/jmlr/jmlrbook.cls index a874e507893..9ac00e3bd4f 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}[2012/05/12 v1.15 (NLCT) JMLR Book Style] +\ProvidesClass{jmlrbook}[2012/05/16 v1.16 (NLCT) JMLR Book Style] \RequirePackage{xkeyval} \RequirePackage{setspace} \RequirePackage{fink} @@ -236,9 +236,14 @@ \fi \fi \newcommand*{\jmlrbook@info}[2]{} +\newcommand*{\@post@hyperref}{% + \let\@org@c@lenddoca\c@lenddoca + \let\c@lenddoca\undefined +} \let\@org@LoadClass\LoadClass \def\LoadClass#1{\let\LoadClass\@org@LoadClass\@org@LoadClass{jmlr}} \@org@LoadClass{combine} +\let\c@lenddoca\@org@c@lenddoca \RequirePackage{combnat} \renewcommand\c@laNAT@parse[1]{{% \let\protect=\@unexpandable@protect\let~\relax -- cgit v1.2.3