Bug Tracker
ID | 191🔗 |
---|---|
Submitted by: | Nicola Talbot 🦜 |
Date: | 2021-11-20 21:04:02 |
Status | Open Sign in if you want to bump this report. |
Category | glossaries |
Version | 4.49 |
Summary | local \gls option not localised |
Sign in to subscribe to notifications about this report.
Description
Thelocal
option to commands like \gls
and \glsdisp
changes the setting for the rest of the current scope instead of limiting it to the current command.The attached MWE produces:
local: hypertext markup language (HTML), extensible markup languageExpected result:
(XML).
global: hypertext markup language (HTML), extensible markup language
(XML).
local: hypertext markup language (HTML), extensible markup language
(XML).
global: hypertext markup language (HTML), XML.
MWE
Download (305B)
% arara: pdflatex \documentclass{article} \usepackage{glossaries} \setacronymstyle{long-short} \newacronym{html}{HTML}{hypertext markup language} \newacronym{xml}{XML}{extensible markup language} \begin{document} {local: \gls[local]{html}, \gls{xml}. } global: \gls{html}, \gls{xml}. \end{document}
Evaluation
Patched in glossaries-extra v1.48 (2021-11-22). Will also be fixed in the next release of glossaries.
Comments
0 comments.
Add Comment
Page permalink: https://www.dickimaw-books.com/bugtracker.php?key=191