-
Notifications
You must be signed in to change notification settings - Fork 407
Spell checking inside acronyms #2058
Copy link
Copy link
Closed
Labels
Description
I am using acronyms when I am writing in latex. Similar to #2055, I have noticed that text inside the acronym functions gets highlighted by the built-in spell checker. For example, if I have defined an acronym \newacronym{ML}{ML}{Machine Learning} and use any one of the \acrfull{ML}, \acrlong{ML} or \acrshort{ML} commands "ML" would be highlighted. If I instead would use the glossary (e.g., gls{ML}), it does not get highlighted, so I suppose it should not for the acronyms either.
Reactions are currently unavailable