Use @.
instead of a period, @!
instead of an
exclamation point, and @?
instead of a question mark at the end
of a sentence that ends with a single capital letter. Otherwise, TeX
will think the letter is an abbreviation and will not insert the correct
end-of-sentence spacing. Here is an example:
Give it to M.I.B. and to M.E.W@. Also, give it to R.J.C@. Give it to M.I.B. and to M.E.W. Also, give it to R.J.C.
produces the following. If you look carefully at this printed output, you will see a little more whitespace after the `W' in the first line.
Give it to M.I.B. and to M.E.W. Also, give it to R.J.C.
Give it to M.I.B. and to M.E.W. Also, give it to R.J.C.
In the Info file output, @.
is equivalent to a simple
`.'; likewise for @!
and @?
.
The meanings of @:
and @.
in Texinfo are designed to
work well with the Emacs sentence motion commands (see section `Sentences' in GNU Emacs). This made it necessary for them to be incompatible
with some other formatting systems that use @-commands.
Do not put braces after any of these commands.
Go to the first, previous, next, last section, table of contents.