Next: Comments, Previous: Formatting Commands, Up: Overview [Contents][Index]
This section describes the general conventions used in all Texinfo documents.
@noindent
to inhibit
paragraph indentation if required (see @noindent).
@code
and @example
.
makeinfo
does nothing special with tabs, and thus
a tab character in your input file will usually have a different
appearance in the output.
To avoid this problem, Texinfo mode in GNU Emacs inserts
multiple spaces when you press the TAB key. Also, you can run
untabify
in Emacs to convert tabs in a region to multiple
spaces, or use the unexpand
command from the shell.
Next: Comments, Previous: Formatting Commands, Up: Overview [Contents][Index]