I'm writing a document and my latex code linter is telling me
missing `\@' before `.' in "ABC."
The linter only gives me this warning when there is a capital letter just before a period ending a sentence that precedes another sentence. What does this \@ do? Putting it in my code doesn't seem to make any change to the document.
Minimal example
\documentclass{article}
\begin{document}
ABC. Hello.
\end{document}
linter? I get no warning usingpdflatexorlatex– Jan 22 '17 at 23:54lintis a syntax checker (for C) distinct from the C compiler. so by extension linting is syntax checking – David Carlisle Jan 22 '17 at 23:58lint, but never heard oflinter– Jan 22 '17 at 23:59