diff options
Diffstat (limited to 'macros/latex/contrib/inlinelabel')
-rw-r--r-- | macros/latex/contrib/inlinelabel/README.md | 11 | ||||
-rw-r--r-- | macros/latex/contrib/inlinelabel/inlinelabel.pdf | bin | 158341 -> 159832 bytes | |||
-rw-r--r-- | macros/latex/contrib/inlinelabel/inlinelabel.sty | 5 |
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 Binary files differindex 67544ad66c..4aef9a8f7d 100644 --- a/macros/latex/contrib/inlinelabel/inlinelabel.pdf +++ b/macros/latex/contrib/inlinelabel/inlinelabel.pdf 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 |