summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/jmlr/jmlr.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/jmlr/jmlr.dtx')
-rw-r--r--Master/texmf-dist/source/latex/jmlr/jmlr.dtx21
1 files changed, 12 insertions, 9 deletions
diff --git a/Master/texmf-dist/source/latex/jmlr/jmlr.dtx b/Master/texmf-dist/source/latex/jmlr/jmlr.dtx
index 3471406f92a..25f47d40fb9 100644
--- a/Master/texmf-dist/source/latex/jmlr/jmlr.dtx
+++ b/Master/texmf-dist/source/latex/jmlr/jmlr.dtx
@@ -1,14 +1,14 @@
%\iffalse
% jmlr.dtx generated using makedtx version 1.2 (c) Nicola Talbot
% Command line args:
-% -author "Nicola Talbot"
-% -doc "jmlr-manual.tex"
-% -section "chapter"
% -src "jmlrutils.sty\Z=>jmlrutils.sty"
% -src "jmlr.cls\Z=>jmlr.cls"
% -src "(jmlrbook.*\.cls)\Z=>\1"
+% -section "chapter"
+% -doc "jmlr-manual.tex"
+% -author "Nicola Talbot"
% jmlr
-% Created on 2022/1/29 14:54
+% Created on 2022/2/9 16:53
%\fi
%\iffalse
%<*package>
@@ -69,7 +69,7 @@ Research (PMLR)},
% \author{Nicola L. C. Talbot\\[10pt]
%\url{http://www.dickimaw-books.com/}}
%
-% \date{2022-01-29 (version 1.29)}
+% \date{2022-02-09 (version 1.30)}
% \maketitle
%\tableofcontents
%
@@ -1750,7 +1750,7 @@ Research (PMLR)},
%Non-class dependent code. This package is automatically loaded by
%\cls{jmlr} but may be used with other classes.
% \begin{macrocode}
-\ProvidesPackage{jmlrutils}[2022/01/29 v1.29 (NLCT)]
+\ProvidesPackage{jmlrutils}[2022/02/09 v1.30 (NLCT)]
% \end{macrocode}
% Package options:
%\begin{macro}{\ifjmlrutilsmaths}
@@ -2775,7 +2775,10 @@ Research (PMLR)},
% \begin{macrocode}
\ifjmlrcleveref
\newaliascnt{lemma}{theorem}
- \newtheorem{lemma}[theorem]{Lemma}
+% \end{macrocode}
+%\changes{1.30}{2022-02-09}{fixed counter name}
+% \begin{macrocode}
+ \newtheorem{lemma}[lemma]{Lemma}
\aliascntresetthe{lemma}
\crefname{lemma}{lemma}{lemmas}
\else
@@ -2877,7 +2880,7 @@ Research (PMLR)},
% Declare class and required TeX format:
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
-\ProvidesClass{jmlr}[2022/01/29 v1.29 (NLCT) Journal of Machine Learning Research]
+\ProvidesClass{jmlr}[2022/02/09 v1.30 (NLCT) Journal of Machine Learning Research]
% \end{macrocode}
%\changes{1.10}{2011-01-05}{hyperref now loaded by jmlr instead of
%jmlrbook}
@@ -5033,7 +5036,7 @@ Keywords:} \ignorespaces}%
% \end{macrocode}
% Declare class:
% \begin{macrocode}
-\ProvidesClass{jmlrbook}[2022/01/29 v1.29 (NLCT) JMLR Book Style]
+\ProvidesClass{jmlrbook}[2022/02/09 v1.30 (NLCT) JMLR Book Style]
% \end{macrocode}
% Need \sty{xkeyval} package to have key=value class options
% \begin{macrocode}