diff --git a/CHANGELOG.md b/CHANGELOG.md index af8b8c3..7702b1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,5 +2,7 @@ ## [Unreleased] +## [v0.1.0-alpha](https://github.com/gusbrs/zref-vario/releases/tag/v0.1.0-alpha) (2022-01-31) + ### Added - Initial release. diff --git a/MANIFEST.md b/MANIFEST.md index 68eb23c..050277e 100644 --- a/MANIFEST.md +++ b/MANIFEST.md @@ -62,6 +62,9 @@ different engines (pdfTeX, XeTeX, LuaTeX, etc.). * zv-basic02.lvt * zv-basic03.lvt * zv-basic04.lvt +* zv-hyperref01.lvt +* zv-languages01.lvt +* zv-zcref-options01.lvt * zv-basic01.luatex.tlg * zv-basic01.luatexdev.tlg * zv-basic01.tlg @@ -82,6 +85,17 @@ different engines (pdfTeX, XeTeX, LuaTeX, etc.). * zv-basic04.tlg * zv-basic04.xetex.tlg * zv-basic04.xetexdev.tlg +* zv-hyperref01.luatex.tlg +* zv-hyperref01.luatexdev.tlg +* zv-hyperref01.tlg +* zv-hyperref01.xetex.tlg +* zv-hyperref01.xetexdev.tlg +* zv-languages01.tlg +* zv-zcref-options01.luatex.tlg +* zv-zcref-options01.luatexdev.tlg +* zv-zcref-options01.tlg +* zv-zcref-options01.xetex.tlg +* zv-zcref-options01.xetexdev.tlg ## TDS manifest diff --git a/build.lua b/build.lua index 672ff57..1bb015d 100644 --- a/build.lua +++ b/build.lua @@ -131,8 +131,8 @@ function update_tag(file, content, tagname, tagdate) return content end --- function tag_hook(tagname) --- local tagname_safe = string.gsub(tagname, "^v", "") --- os.execute('git commit -a -m "Step release tag"') --- os.execute('git tag -a -m "" v' .. tagname_safe) --- end +function tag_hook(tagname) + local tagname_safe = string.gsub(tagname, "^v", "") + os.execute('git commit -a -m "Step release tag"') + os.execute('git tag -a -m "" v' .. tagname_safe) +end diff --git a/ctan-announcement.text b/ctan-announcement.text index e69de29..f7faeab 100644 --- a/ctan-announcement.text +++ b/ctan-announcement.text @@ -0,0 +1,11 @@ +# zref-vario + +**Extended LaTeX page cross-references with varioref and zref-clever** + +## [v0.1.0-alpha] + +- Initial release. +- `zref-vario` offers a compatibility layer for `varioref` to be used + alongside `zref-clever`. It provides "`\z...`" counterparts to `varioref`'s + main reference commands, each of which essentially does some (scoped) setup + for `varioref`, then calls the original one. diff --git a/zref-vario.dtx b/zref-vario.dtx index a556863..f58b39a 100644 --- a/zref-vario.dtx +++ b/zref-vario.dtx @@ -128,7 +128,7 @@ % % Identify the package. % \begin{macrocode} -\ProvidesExplPackage {zref-vario} {2022-01-25} {0.1.0-alpha} +\ProvidesExplPackage {zref-vario} {2022-01-31} {0.1.0-alpha} {Extended LaTeX page cross-references with varioref and zref-clever} % \end{macrocode} %