\foo This is an error.
So is this \foo
\smallskip This is a not. $\foo Neither$ is this.
% Warning 2
This is a faulty reference to \ref{foo}
This is not a faulty reference to~\ref{foo}
% Warning 3
$[(ab)^{-1}]^{-2}$ is not beautiful
${{[{(ab)}^{-1}]}}^{-2}$ is beautiful
% Warning 4-6, 28
Testing {\it italic} in \/ this {\em sentence\/}, as {\em you \/ see\/}.
Testing {\it italic\/} in this {\em sentence,} as {\em you see}.
% LaTeX2e
Testing \textem{italic} in \/ this \textit{sentence\/}, as \textem{you \/ see\/}.
Testing \textem{italic\/} in this \textit{sentence}, as \textem{you see}.
% Warning 7
This \'is a test of $\hat{j}$ accents.
This \'{\i}s a test of $\hat{\jmath}$ accents.
% Warning 8
It wasn't anything - just a 2---3 star--shots.
It wasn't anything --- just a 2--3 star-shots.
It's just a start-shot.
is also used to send cross-calls (xc) and cross-traps (xt) to other
% From Knuths TeXbook Chapter 14
% "How TeX Breaks Paragraphs into Lines", fourth paragraph:
in plain TeX---are the key
% Using DashExcpt
The Birch--Swinnerton-Dyer conjecture is correct.
The Birch--Swinnerton--Dyer conjecture is not correct.
The Birch-Swinnerton-Dyer conjecture is not correct (is now caught).
Look at THIS! It's an error.
Look at THIS\@! It's an error. D. E. Knuth.
% after frenchspacing it's not an error
\frenchspacing
Look at THIS! It's not an error.
Look at THIS\@! It's not an error. D. E. Knuth.
% warning again
\nonfrenchspacing
Look at THIS! It's an error.
Look at THIS\@! It's not an error. D. E. Knuth.
% ignore commands by default
Look at \THIS\@! It's not an error. D. E. Knuth.
% Warning 14
\hat
\hat{a}
% Warning 18,19
Is this an "example", or is it an �example�.
Is this an `example', or is it an `example'.
% Warning 20
That bug is \unknown\ to me.
% That bug is \unknown\ to me.
% Warning 21
\LaTeX\ is an extension of \TeX\. Right?
\LaTeX\ is an extension of \TeX. Right?
% Warning 23
```Hello', I heard him said'', she remembered.
``\,`Hello', I heard him said'', she remembered.
% Warning 24
Indexing text \index{text} is fun!
Indexing text\index{text} is fun!
Indexing text%
\index{text} is fun!
Indexing text
\index{text} is fun!
% Warning 25
$5\cdot10^10$
$5\cdot10^{10}$
% Warning 26
Do you understand ?
Do you understand?
% Warning 27
\input input.tex
\input input
\input input/file
% Warning 29
The program opens a screen sized 640x200 pixels
The program opens a screen sized $640\times200$ pixels
Approximately $\frac{2x}{1+x}$ $x$s shouldn't be errors.
% Warning 30
White is a beautiful colour.
White is a beautiful colour.
% Warning 31
\begin{verbatim}
\this is
\end{verbatim} foo bar
% Warning 32-34
This is either an 'example`, an ''example`` or an `"`example'`'.
This is either an `example', an ``example'' or an ``example''.
% Warning 35
$sin^2 + cos^2 = 1$
$\sin^2 + \cos^2 = 1$
% Warning 36-37
This( an example( Nuff said )), illustrates( ``my'' )point.
This (an example (Nuff said)), illustrates (``my'') point.
% Warning 38
``An example,'' he said, ``would be great.''
``An example'', he said, ``would be great''.
% Warning 39
For output codes, see table ~\ref{tab:fmtout}.
For output codes, see table~\ref{tab:fmtout}.
% Warning 40
$\this,$ and $$this$$.
$\this$, and $$this.$$
% Warning 41
foo \above qux
\frac{foo}{qux}
% Warning 42
This is a footnote \footnote{foo}.
This is a footnote\footnote{foo}.
This is a footnote%
\footnote{foo}.
% Warning 43
Here is a mistake $\left{x\right}$.
This one triggers warning 22 $\left\{x\right\}$.
Here \chktex\ doesn't complain $\left\lbrace x\right\rbrace$.
% Warning 44 -- user regex -- default message
You should always write a good intro.
You should always write a good introduction.
% Warning 44 -- user regex -- user message
For every $p\not|n$ you have an ugly prime which doesn't divide $n$.
For every $p\nmid n$ you have a cute prime which doesn't divide $n$.