diff options
author | Norbert Preining <norbert@preining.info> | 2020-01-25 03:01:31 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2020-01-25 03:01:31 +0000 |
commit | 75672286990bb55c7b46277f845d14eafcf2ba61 (patch) | |
tree | 29456eb5880d5a2629b2ae329423c9ceaaaf6887 /macros/latex/contrib/acro | |
parent | e1192611f0655a1ccaff0dff2f53c7c65fa5db07 (diff) |
CTAN sync 202001250301
Diffstat (limited to 'macros/latex/contrib/acro')
-rw-r--r-- | macros/latex/contrib/acro/README | 2 | ||||
-rw-r--r-- | macros/latex/contrib/acro/acro-manual.cls | 4 | ||||
-rw-r--r-- | macros/latex/contrib/acro/acro-manual.pdf | bin | 577578 -> 577602 bytes | |||
-rw-r--r-- | macros/latex/contrib/acro/acro.definitions.tex | 7 | ||||
-rw-r--r-- | macros/latex/contrib/acro/acro.history | 1 | ||||
-rw-r--r-- | macros/latex/contrib/acro/acro.sty | 13 |
6 files changed, 15 insertions, 12 deletions
diff --git a/macros/latex/contrib/acro/README b/macros/latex/contrib/acro/README index 17088db3c0..9235273498 100644 --- a/macros/latex/contrib/acro/README +++ b/macros/latex/contrib/acro/README @@ -1,5 +1,5 @@ -------------------------------------------------------------------------- -the ACRO package v2.11 2020/01/11 +the ACRO package v2.11b 2020/01/24 Typeset Acronyms diff --git a/macros/latex/contrib/acro/acro-manual.cls b/macros/latex/contrib/acro/acro-manual.cls index e65b3a635b..89f2fb286f 100644 --- a/macros/latex/contrib/acro/acro-manual.cls +++ b/macros/latex/contrib/acro/acro-manual.cls @@ -30,7 +30,7 @@ % If you have any ideas, questions, suggestions or bugs to report, please % feel free to contact me. % -------------------------------------------------------------------------- -\ProvidesClass{acro-manual}[2020/01/11] +\ProvidesClass{acro-manual}[2020/01/24] \LoadClass[load-preamble,add-index]{cnltx-doc} \RequirePackage{imakeidx} @@ -385,5 +385,7 @@ \acro@add@version{2019-10-12}{2.10c} \acro@add@version{2019-12-30}{2.10d} \acro@add@version{2020-01-11}{2.11} +\acro@add@version{2020-01-16}{2.11a} +\acro@add@version{2020-01-24}{2.11b} \endinput diff --git a/macros/latex/contrib/acro/acro-manual.pdf b/macros/latex/contrib/acro/acro-manual.pdf Binary files differindex 8a441d4a1f..2209e26891 100644 --- a/macros/latex/contrib/acro/acro-manual.pdf +++ b/macros/latex/contrib/acro/acro-manual.pdf diff --git a/macros/latex/contrib/acro/acro.definitions.tex b/macros/latex/contrib/acro/acro.definitions.tex index 61c781a269..a150faf6d8 100644 --- a/macros/latex/contrib/acro/acro.definitions.tex +++ b/macros/latex/contrib/acro/acro.definitions.tex @@ -519,6 +519,13 @@ \acsetup { activate-trailing-tokens = dot } +% some user macros: +\cs_new_protected:Npn \acro_dot: + { \acro_if_trailing_tokens:nF {dot} {.\@} } + +\cs_new_protected:Npn \acro_space: + { \acro_if_trailing_tokens:nF {dash,babel-hyphen} { \c_space_tl } } + % -------------------------------------------------------------------------- % translations: % list name diff --git a/macros/latex/contrib/acro/acro.history b/macros/latex/contrib/acro/acro.history index 21e61394dd..7fc23c120e 100644 --- a/macros/latex/contrib/acro/acro.history +++ b/macros/latex/contrib/acro/acro.history @@ -281,3 +281,4 @@ feel free to contact me. manual - prefer lazy boolean evaluation when possible 2020/01/16 v2.11a - adapt to new l3text module +2020/01/24 v2.11b - fix issue #147 diff --git a/macros/latex/contrib/acro/acro.sty b/macros/latex/contrib/acro/acro.sty index 0717259d27..3bf03df4d0 100644 --- a/macros/latex/contrib/acro/acro.sty +++ b/macros/latex/contrib/acro/acro.sty @@ -35,10 +35,10 @@ \ExplSyntaxOn -\tl_const:Nn \c_acro_date_tl {2020/01/16} +\tl_const:Nn \c_acro_date_tl {2020/01/24} \tl_const:Nn \c_acro_version_major_number_tl {2} \tl_const:Nn \c_acro_version_minor_number_tl {11} -\tl_const:Nn \c_acro_version_subrelease_tl {a} +\tl_const:Nn \c_acro_version_subrelease_tl {b} \tl_const:Nx \c_acro_version_number_tl { \c_acro_version_major_number_tl . @@ -852,7 +852,7 @@ { \l__acro_first_only_short_bool } { \group_begin: - \bool_set_false:N \l__acro_first_upper_bool + \acro_soft_upper: \acro_write_compact:nn {#2} {short} \group_end: } @@ -3193,13 +3193,6 @@ deactivate-trailing-tokens .code:n = \clist_map_inline:nn {#1} { \acro_deactivate_trailing_token:n {##1} } } - -% some user macros: -\cs_new_protected:Npn \acro_dot: - { \acro_if_trailing_tokens:nF {dot} {.\@} } - -\cs_new_protected:Npn \acro_space: - { \acro_if_trailing_tokens:nF {dash,babel-hyphen} { \c_space_tl } } % --------------------------------------------------------------------------- % reset outputs, they'll behave like the first time again (!not like the _only_ |