diff options
author | Karl Berry <karl@freefriends.org> | 2014-09-30 00:02:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-09-30 00:02:48 +0000 |
commit | bfcb5e953985804589a2a55b1f1f80bd00c34763 (patch) | |
tree | 13a7e63778bc4b87a224e56fe3d25bc41ba98854 /Master/texmf-dist/tex/latex/jmlr | |
parent | b8866d008edc38236ea4a29cbcaab1696e4f36a1 (diff) |
jmlr (29sep14)
git-svn-id: svn://tug.org/texlive/trunk@35282 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/jmlr')
-rw-r--r-- | Master/texmf-dist/tex/latex/jmlr/jmlr.cls | 8 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/jmlr/jmlrbook.cls | 14 |
2 files changed, 11 insertions, 11 deletions
diff --git a/Master/texmf-dist/tex/latex/jmlr/jmlr.cls b/Master/texmf-dist/tex/latex/jmlr/jmlr.cls index 96690affece..597d72d8780 100644 --- a/Master/texmf-dist/tex/latex/jmlr/jmlr.cls +++ b/Master/texmf-dist/tex/latex/jmlr/jmlr.cls @@ -7,7 +7,7 @@ %% jmlr.dtx (with options: `jmlr.cls,package') %% %% jmlr.dtx -%% Copyright 2013 Nicola Talbot +%% Copyright 2014 Nicola Talbot %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3 @@ -41,7 +41,7 @@ %% First editor: %% Second editor: \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{jmlr}[2013/10/17 v1.18 (NLCT) Journal of Machine Learning Research] +\ProvidesClass{jmlr}[2014/09/29 v1.19 (NLCT) Journal of Machine Learning Research] \RequirePackage{xkeyval} \RequirePackage{calc} \RequirePackage{etoolbox} @@ -131,8 +131,8 @@ \RequirePackage[algo2e,ruled]{algorithm2e} \jmlrprehyperref \@ifundefined{@pre@hyperref}{}{\@pre@hyperref} -\usepackage{hyperref} -\usepackage{nameref} +\RequirePackage{hyperref} +\RequirePackage{nameref} \@ifundefined{@post@hyperref}{}{\@post@hyperref} \hypersetup{colorlinks, linkcolor=blue, diff --git a/Master/texmf-dist/tex/latex/jmlr/jmlrbook.cls b/Master/texmf-dist/tex/latex/jmlr/jmlrbook.cls index a86e4acb494..4b75264a9dc 100644 --- a/Master/texmf-dist/tex/latex/jmlr/jmlrbook.cls +++ b/Master/texmf-dist/tex/latex/jmlr/jmlrbook.cls @@ -7,7 +7,7 @@ %% jmlr.dtx (with options: `jmlrbook.cls,package') %% %% jmlr.dtx -%% Copyright 2013 Nicola Talbot +%% Copyright 2014 Nicola Talbot %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3 @@ -41,7 +41,7 @@ %% First editor: %% Second editor: \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{jmlrbook}[2013/10/17 v1.18 (NLCT) JMLR Book Style] +\ProvidesClass{jmlrbook}[2014/09/29 v1.19 (NLCT) JMLR Book Style] \RequirePackage{xkeyval} \RequirePackage{setspace} \RequirePackage{fink} @@ -278,7 +278,7 @@ \else \newenvironment{preface}[1][preface]% {% - \chapter*{\prefacename} + \chapter{\prefacename} \protected@write\@mainauxout {}{\string\@prefacestart{\thepage}{\arabic{page}}}% \protected@write\@mainauxout{}{\string\@prefacefile{\finkpath}{#1}}% @@ -486,14 +486,14 @@ \par\vskip\baselineskip\noindent \ifx\@signoffdate\@empty \else - \emph{\@signoffdate}\par - \vskip\baselineskip\noindent + \emph{\@signoffdate}\nopagebreak\par + \nopagebreak\vskip\baselineskip\noindent \fi \ifx\@editorialteam\@empty \else - \@editorialteam:\par\vskip\baselineskip + \@editorialteam:\nopagebreak\par\nopagebreak\vskip\baselineskip \fi - \noindent\ignorespaces + \nopagebreak\noindent\ignorespaces }% {% }% |