diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/jmlr/CHANGES | 6 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/jmlr/README | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/jmlr/jmlr.pdf | bin | 633161 -> 633284 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/jmlr/pmlr-sample.pdf | bin | 346341 -> 346340 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/jmlr/jmlr.dtx | 21 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/jmlr/jmlr.ins | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/jmlr/jmlr.cls | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/jmlr/jmlrbook.cls | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/jmlr/jmlrutils.sty | 4 |
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 Binary files differindex 8c14221763f..0ec52dbeb51 100644 --- a/Master/texmf-dist/doc/latex/jmlr/jmlr.pdf +++ b/Master/texmf-dist/doc/latex/jmlr/jmlr.pdf diff --git a/Master/texmf-dist/doc/latex/jmlr/pmlr-sample.pdf b/Master/texmf-dist/doc/latex/jmlr/pmlr-sample.pdf Binary files differindex 65f05536a00..faf1d47eee0 100644 --- a/Master/texmf-dist/doc/latex/jmlr/pmlr-sample.pdf +++ b/Master/texmf-dist/doc/latex/jmlr/pmlr-sample.pdf 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 |