Using recent lualatex, fonts with TeX ligatures, but perhaps this question is more general...
I was just looking at @Mico code here regarding how straight double quotes are always replaced by right curly quotes, and how to fix user errors. Very nice.
In my case, I am trying to write a BASH script that pre-processes a *tex document, and looks for potential problems. I know how to write BASH, so that is not my question.
Among the various potential issues, my script will look for straight double quotes, and advise the user to substitute real curly quotes, or TeX ligatures, or whatever.
The macro \" can be used for umlaut. My question is: Other than quotes and umlaut, are there any other situations where straight double quotes might have a special TeX meaning?
Assume that the user is not writing math equations.
It seems that packages related to quotation processing, are not on this topic.
\inputetc.). – John Kormylo Feb 28 '23 at 22:14\mydqdefined, for example. And, to prevent false positives, somehow ignore a package likecsquoteshandling whether'or"is used when"is typed. – Cicada Mar 01 '23 at 11:55bashis almost certainly irrelevant to your question, and need not be mentioned, butbashis also almost certainly the wrong language for processing a TeX document (or any other data file). – chepner Mar 01 '23 at 14:21