summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-02-09 20:58:35 +0000
committerKarl Berry <karl@freefriends.org>2022-02-09 20:58:35 +0000
commitaa4054ef8c700544813fc5e17dbddd0ebfe39d83 (patch)
treededea5181956ba1fb76a033a7364729853ba8e36
parent0b7cba17641584bae3c1b1572777d5ea8d94e5e2 (diff)
jmlr (9feb22)
git-svn-id: svn://tug.org/texlive/trunk@61957 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/jmlr/CHANGES6
-rw-r--r--Master/texmf-dist/doc/latex/jmlr/README2
-rw-r--r--Master/texmf-dist/doc/latex/jmlr/jmlr.pdfbin633161 -> 633284 bytes
-rw-r--r--Master/texmf-dist/doc/latex/jmlr/pmlr-sample.pdfbin346341 -> 346340 bytes
-rw-r--r--Master/texmf-dist/source/latex/jmlr/jmlr.dtx21
-rw-r--r--Master/texmf-dist/source/latex/jmlr/jmlr.ins2
-rw-r--r--Master/texmf-dist/tex/latex/jmlr/jmlr.cls2
-rw-r--r--Master/texmf-dist/tex/latex/jmlr/jmlrbook.cls2
-rw-r--r--Master/texmf-dist/tex/latex/jmlr/jmlrutils.sty4
9 files changed, 24 insertions, 15 deletions
diff --git a/Master/texmf-dist/doc/latex/jmlr/CHANGES b/Master/texmf-dist/doc/latex/jmlr/CHANGES
index 1d90c73ef77..e032542ad19 100644
--- a/Master/texmf-dist/doc/latex/jmlr/CHANGES
+++ b/Master/texmf-dist/doc/latex/jmlr/CHANGES
@@ -1,3 +1,9 @@
+v1.30 (2022-02-09):
+
+ * jmlrutils.sty:
+
+ - fixed counter name in lemma definition when cleveref option on
+
v1.29 (2022-01-29):
* jmlr.cls:
diff --git a/Master/texmf-dist/doc/latex/jmlr/README b/Master/texmf-dist/doc/latex/jmlr/README
index 87601eb9341..ed0bb27fa8b 100644
--- a/Master/texmf-dist/doc/latex/jmlr/README
+++ b/Master/texmf-dist/doc/latex/jmlr/README
@@ -1,4 +1,4 @@
-LaTeX Class : jmlr bundle v1.29 (2022-01-29)
+LaTeX Class : jmlr bundle v1.30 (2022-02-09)
Author : Nicola L. C. Talbot
dickimaw-books.com/contact
diff --git a/Master/texmf-dist/doc/latex/jmlr/jmlr.pdf b/Master/texmf-dist/doc/latex/jmlr/jmlr.pdf
index 8c14221763f..0ec52dbeb51 100644
--- a/Master/texmf-dist/doc/latex/jmlr/jmlr.pdf
+++ b/Master/texmf-dist/doc/latex/jmlr/jmlr.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/jmlr/pmlr-sample.pdf b/Master/texmf-dist/doc/latex/jmlr/pmlr-sample.pdf
index 65f05536a00..faf1d47eee0 100644
--- a/Master/texmf-dist/doc/latex/jmlr/pmlr-sample.pdf
+++ b/Master/texmf-dist/doc/latex/jmlr/pmlr-sample.pdf
Binary files differ
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}
diff --git a/Master/texmf-dist/source/latex/jmlr/jmlr.ins b/Master/texmf-dist/source/latex/jmlr/jmlr.ins
index 65df06fe534..25fba4eee34 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 1.2 2022/1/29 14:54
+% jmlr.ins generated using makedtx version 1.2 2022/2/9 16:53
\input docstrip
\preamble
diff --git a/Master/texmf-dist/tex/latex/jmlr/jmlr.cls b/Master/texmf-dist/tex/latex/jmlr/jmlr.cls
index fe190f07484..c922dd8caf9 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}[2022/01/29 v1.29 (NLCT) Journal of Machine Learning Research]
+\ProvidesClass{jmlr}[2022/02/09 v1.30 (NLCT) Journal of Machine Learning Research]
\RequirePackage{xkeyval}
\RequirePackage{calc}
\RequirePackage{etoolbox}
diff --git a/Master/texmf-dist/tex/latex/jmlr/jmlrbook.cls b/Master/texmf-dist/tex/latex/jmlr/jmlrbook.cls
index 725cc1ba22d..a36179c5cb4 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}[2022/01/29 v1.29 (NLCT) JMLR Book Style]
+\ProvidesClass{jmlrbook}[2022/02/09 v1.30 (NLCT) JMLR Book Style]
\RequirePackage{xkeyval}
\RequirePackage{setspace}
\newcommand*\jmlrprefacepath{}
diff --git a/Master/texmf-dist/tex/latex/jmlr/jmlrutils.sty b/Master/texmf-dist/tex/latex/jmlr/jmlrutils.sty
index 11b7f5f7204..7787d9bb105 100644
--- a/Master/texmf-dist/tex/latex/jmlr/jmlrutils.sty
+++ b/Master/texmf-dist/tex/latex/jmlr/jmlrutils.sty
@@ -40,7 +40,7 @@
%% Right brace \} Tilde \~}
%% First editor:
%% Second editor:
-\ProvidesPackage{jmlrutils}[2022/01/29 v1.29 (NLCT)]
+\ProvidesPackage{jmlrutils}[2022/02/09 v1.30 (NLCT)]
\newif\ifjmlrutilsmaths
\jmlrutilsmathstrue
\DeclareOption{maths}{\jmlrutilsmathstrue}
@@ -552,7 +552,7 @@
\newtheorem{theorem}{Theorem}
\ifjmlrcleveref
\newaliascnt{lemma}{theorem}
- \newtheorem{lemma}[theorem]{Lemma}
+ \newtheorem{lemma}[lemma]{Lemma}
\aliascntresetthe{lemma}
\crefname{lemma}{lemma}{lemmas}
\else