Closed remimorvan closed 10 months ago
It is indeed strange to run the addquotes
command with undefined knowledges, and should not happen often. There is no way to check for this, unless addquotes
would also take the diagnose file as input. I'm not sure it's worth the burden. I'm closing the issue for now, I don't think we should worry about this.
Assume that
word
is a known knowledge, butwords
andcountable ordinal word
aren't. Assume moreover that your.tex
file contains both"word"
and"countable ordinal word"
. Thenaddquotes
will outputand then will propose to add quotes around
word
inside"countable ordinal word"
. I'm not sure if this should be considered to be a bug: it is weird to run theaddquotes
command with undefined knowledges…