summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/inlinelabel
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-07-08 03:02:08 +0000
committerNorbert Preining <norbert@preining.info>2022-07-08 03:02:08 +0000
commitc600912bde983d6a04c7ce42321d50d4c7c1a50b (patch)
tree77d96e38d7a6f78e62a322188625aae9b5846f3a /macros/latex/contrib/inlinelabel
parentc925207bc17a56bf94a6e3d156db27042965136d (diff)
CTAN sync 202207080302
Diffstat (limited to 'macros/latex/contrib/inlinelabel')
-rw-r--r--macros/latex/contrib/inlinelabel/README.md11
-rw-r--r--macros/latex/contrib/inlinelabel/inlinelabel.pdfbin158341 -> 159832 bytes
-rw-r--r--macros/latex/contrib/inlinelabel/inlinelabel.sty5
3 files changed, 11 insertions, 5 deletions
diff --git a/macros/latex/contrib/inlinelabel/README.md b/macros/latex/contrib/inlinelabel/README.md
index 14e2879a9f..ea7e66799c 100644
--- a/macros/latex/contrib/inlinelabel/README.md
+++ b/macros/latex/contrib/inlinelabel/README.md
@@ -17,12 +17,15 @@ This package released under [the MIT license](https://ctan.org/license/mit).
## Revision History
++ Version 1.2 2022-07-08
+ + Add the \equationreset.
+ + Improve the documentation.
+ Version 1.1 2022-07-07
- + Rewrite README.
- + Add the document (inlinelabel.pdf).
- + Add the [luacircled] option.
+ + Rewrite README.
+ + Add the document (inlinelabel.pdf).
+ + Add the [luacircled] option.
+ Version 1.0 2022-06-28
- + The first public version.
+ + The first public version.
---
diff --git a/macros/latex/contrib/inlinelabel/inlinelabel.pdf b/macros/latex/contrib/inlinelabel/inlinelabel.pdf
index 67544ad66c..4aef9a8f7d 100644
--- a/macros/latex/contrib/inlinelabel/inlinelabel.pdf
+++ b/macros/latex/contrib/inlinelabel/inlinelabel.pdf
Binary files differ
diff --git a/macros/latex/contrib/inlinelabel/inlinelabel.sty b/macros/latex/contrib/inlinelabel/inlinelabel.sty
index 54f35259ff..d249d60ad3 100644
--- a/macros/latex/contrib/inlinelabel/inlinelabel.sty
+++ b/macros/latex/contrib/inlinelabel/inlinelabel.sty
@@ -10,7 +10,7 @@
%%
%
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{inlinelabel}[2022/07/07 v1.1]
+\ProvidesPackage{inlinelabel}[2022/07/08 v1.2]
%
% When you meet ''Package pxufont Error: You must load this package
% after 'otf'.'', move \usepackage{otf} to a forward row.
@@ -96,4 +96,7 @@
%
\fi
%
+%% \equationreset
+\DeclareRobustCommand{\equationreset}{\setcounter{equation}{0}}
+%
%% EOF \ No newline at end of file