Closed DaftDogeee closed 1 year ago
You have two options:
\acsetup{case-sensitive=false}
.\acs
and its argument:
\ExplSyntaxOn
\tl_put_right:Nn \l_text_case_exclude_arg_tl {\acs}
\ExplSyntaxOff
You have two options:
- If you never have the same ID in upper and lower case for different acronyms you cane set the option
\acsetup{case-sensitive=false}
.- you can add the following code which makes the uppercasing function ignore
\acs
and its argument:\ExplSyntaxOn \tl_put_right:Nn \l_text_case_exclude_arg_tl {\acs} \ExplSyntaxOff
Many thanks for your timely reply~
I want to use the nested ac item with self-defined listing style in the following MWE. However, the package will automatically capitalize
<id>
when using\acroupper
.