.TH "ManPage XML Reference" "5" "Release 0.0.0" "WolfPack Entertainment" "File Formats"
.SH "NAME"
\fBManPage XML Reference\fR \- Tags and symbolic representations list
.SH "DESCRIPTION"
.LP 
Contains a (mostly complete) list of UNIX Manual Page format
XML tags which are used with manedit (UNIX Manual Page
editor).
.SH "PARAGRAPHS"
.LP 
Paragraph tags.
.TP 
\fB<LP>\fR
Left paragraph, aligns text on next and subsequent lines
to the left edge of the document. This can also be used
as an empty line to separate two lines.
An immediate newline must follow this tag.
.TP 
\fB<RP>\fR
Right paragraph, behavour not available.
.TP 
\fB<IP>\fR
Indented paragraph, not particularly useful and requires
a \fB<li>\fR tag at the end of the same line
which contains one tag (if you are trying to make
listed items with descriptions try \fB<TP>\fR
instead).
.TP 
\fB<TP>\fR
Item and description, text on immediate following line
is the item and next and subsequent lines are its
description. This tag is used very often to make a list
of items, for example:
.LP 
        \fB<TP>\fR
        item value
        This is an item with the specified value.
.LP 
        Becomes:
.TP 
        item value
        This is an item with the specified value.
.TP 
\fB<B>\fR
Bullet list item, behavour not available.
.SH "STYLES"
.LP 
Style tags which change the style of text.
.TP 
\fB<fR>\fR
Normal, text following this tag will be normal.
.TP 
\fB<fB>\fR
Bold, text following this tag will be \fBbold\fR.
Use \fB<fR>\fR at the end of styled text to
return following text to normal.
.TP 
\fB<fI>\fR
Underlined, text following this tag will be
\fIunderlined\fR (or \fIitalic\fR if viewing
through non\-terminal GUI viewer).Use \fB<fR>\fR
at the end of styled text to return following text to
normal.
.SH "CONTROL"
.LP 
Control tags to control the alignment and spacings.
.TP 
\fB<br>\fR
Line break (explicit newline).
.TP 
\fB<LP>\fR
Left paragraph, but can be used as two line breaks
to form one empty line.
.SH "SYMREPS"
.LP 
Symbolic representations, used to represent
certain characters literally that would otherwise be
interprited as part of the XML format which you don't
want them to be.
.TP 
\fB&amp;\fR
Ampersand (the & character).
.TP 
\fB&lt;\fR
Less than (the < character).
.TP 
\fB&gt;\fR
Greater than (the > character).
.SH "SEE ALSO"
manpage_writing_procedures(5)
