cgnieder / acro

acronyms for LaTeX
LaTeX Project Public License v1.3c
41 stars 9 forks source link

acro calling an unknown kernel message #184

Closed FrankMittelbach closed 4 years ago

FrankMittelbach commented 4 years ago

In the code you find

    group         .code:n     =
      \str_case:nnTF {#1}
        { {true} {} {false} {} }
        { \use:c {bool_set_#1:N} \l__acro_cite_group_bool }
        { \msg_error:nnn {kernel} {boolean-values-only} {group} } ,

Trouble with this is

For immediate help type H . ...


not nice :-)
cgnieder commented 4 years ago

Thanks, fixed. :)