prev UP NEXT texi2www user's guide

Text markup

Texi2www supports:

@b{bold text} => bold text
Here is some text in the @b font.
@cite{reference} => reference
Indicate the name of a book. Here is some text in the @cite font.
@code{sample-code} => sample-code
Indicate text that is a literal example of a piece of a program. Here is some text in the @code font.
@dfn{term} => term
Indicate the introductory or defining use of a term. Here is some text in the @dfn font.
@dmn{text} => text
Here is some text in the @dmn font.
@emph{text} => text
Here is some text in the @emph font.
@file{file-name} => `file-name'
Indicate the name of a file. Here is `some text' in the @file font.
@i{italic text} => italic text
Here is some text in the @i font.
@kbd{keyboard-characters} => keyboard-characters
Indicate keyboard input. Here is some text in the @kbd font.
@key{key-name} => KEY-NAME
Indicate the conventional name for a key on a keyboard. Here is SOME TEXT in the @key font.
@math{ax^2+b} => ax^2+b
Here is some text in the @math font.
@r{roman font text} => roman font text
Here is some text in the @r font.
@samp{text} => `text'
Indicate text that is a literal example of a sequence of characters. Here is `some text' in the @samp font.
@sc{text} => TEXT
Here is SOME TEXT in the @sc font.
@strong{text} => text
Here is some text in the @strong font.
@t{fixed-width text} => fixed-width text
Here is some text in the @t font.
@titlefont{text} => text
Here is some text in the @titlefont font.
@var{metasyntactic-variable} => metasyntactic-variable
Indicate a metasyntactic variable. Here is some text in the @var font.