This repository was archived by the owner on Apr 12, 2026. It is now read-only.
Ignoring ~\cite{} #873
Unanswered
hugolundin
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi!
I am writing citations with the IEEE standard, meaning that my LaTeX looks like this:
Depending on the sentence, LanguageTool sometimes gives me a warning that there is a missing comma between the last word of the sentence and the cite command. I figured the solution was to add
\cite{}to my list of ignored commands.However, then it complains about
~instead and gives a warning that a space should not be put before a full stop. I tried adding~\cite{}to my ignore list, but that does not seem to help.Another alternative would be to use
dummyinstead ofignore. But then I get the original warning about missing comma instead. Any suggestions? Thank you!All reactions