diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/jmlr/jmlrbook.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/jmlr/jmlrbook.cls | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/jmlr/jmlrbook.cls b/Master/texmf-dist/tex/latex/jmlr/jmlrbook.cls index 3b0f9441aae..a86e4acb494 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 2012 Nicola Talbot +%% Copyright 2013 Nicola Talbot %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3 @@ -41,13 +41,15 @@ %% First editor: %% Second editor: \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{jmlrbook}[2012/05/30 v1.17 (NLCT) JMLR Book Style] +\ProvidesClass{jmlrbook}[2013/10/17 v1.18 (NLCT) JMLR Book Style] \RequirePackage{xkeyval} \RequirePackage{setspace} \RequirePackage{fink} \providecommand*{\jmlrprehyperref}{} \newif\ifgrayscale \grayscalefalse +\DeclareOptionX{draft}{\setlength\overfullrule{5pt}} +\DeclareOptionX{final}{\setlength\overfullrule{0pt}} \DeclareOptionX{color}{\grayscalefalse} \DeclareOptionX{gray}{\grayscaletrue} \DeclareOptionX{letterpaper}{\PassOptionsToClass{\CurrentOption}{jmlr}} @@ -370,6 +372,7 @@ \renewcommand*{\@logo}{#2}% \fi } +\renewcommand*{\booklinebreak}[1][4]{\linebreak[#1]} \def\c@lbmaketitle{\jmlrmaketitle} \newcommand*{\maintitle}{} \newcommand*{\SetTitleElement}[3]{% @@ -521,7 +524,7 @@ } \fi \newenvironment{authorsignoff}{% - \def\Author##1{\begin{tabular}{@{}l@{}}% + \def\Author##1{\begin{tabular}{@{}p{\linewidth}@{}}% ##1% \end{tabular}% \par\vskip\baselineskip\noindent\ignorespaces @@ -631,6 +634,7 @@ \@setimportlabel \gdef\@setimportlabel{\let\ref\Xref \let\pageref\Xpageref}% \let\ReadBookmarks\relax + \@ifundefined{@beginmainauxhook}{}{\@beginmainauxhook}% } \let\@org@InputIfFileExists\InputIfFileExists \newenvironment{jmlrpapers}{% @@ -989,10 +993,11 @@ not permitted outside `jmlrpapers' environment}{}% \newcommand*\l@chapterauthor[2]{% \ifnum \c@tocdepth >\m@ne \begingroup - \parindent \z@ \rightskip \@pnumwidth + \parindent \z@ + \rightskip \@pnumwidth \parfillskip -\@pnumwidth \leavevmode \raggedright - #1% + \parbox{\linewidth-\@pnumwidth}{\raggedright#1\par}% \par \endgroup \fi} |