To demonstrate this, the following example shows you the
construction of a bullet list:
- \index
-
index entry
-
\index [entry]{text}
The command \index creates an index entry entry to the text text.
If entry is missing, text would be used.
- \intro
-
introduction
The command \intro starts the introduction
- \item
-
roman item
-
\item tag
The command starts a new description item with a roman tag.
- \ititem
-
italic item
-
\ititem tag
The command starts a new description entry with a italic item tag.
- \label
-
set label
-
\label {name}
- \langpar
-
language dependent paragraph
-
\langpar
par
Experimental, may be changed.
- \latex
-
LaTeX code
-
\latex [alt] {code}
\latex [alt] code
The command allows to insert latex code code for the latex driver.
All other drivers use alt instead.
- \lmark
-
bibliographical reference
The command \lmark creates a bibliography mark.
- \lof
-
list of figures
The command \lof creates a list of tables.
- \lot
-
list of tables
The command \lot creates a list of figures.
- \margin
-
marginal note
-
\margin [left] {note}
- \mark
-
footnote mark
The command \mark creates a footnote mark.
- \math
-
mathematic typesetting
-
\math {formular}
- \mchap
-
manpage chapter
-
\mchap [number] title
...
- \mkmf
-
create makefile and insert
-
\mkmf imakefile
The command \mkmf calls mkmf with the given Imakefile
and inserts the created Makefile in verbatim mode.
- \mksource
-
create sourcefile
-
\mksource file
The command \mksource calls mksource with the given script
and includes the created files in verbatim mode.
- \mpage
-
manual page entry
-
\mpage [num] name
The command \mpage starts a new manpage with name name for section num.
This command is automatic inserted in every file
witch prefix starts with a digit.
- \mref
-
manual page reference
-
\mref {arg}
- \ms_example
-
execute mksource example
-
\ms_example name
example script
\\end
The command \ms_example calls mksource with the given example script
and includes it together with all created files in verbatim mode.
- \n
-
line feed
-
\n
The command \n writes a linefeed back to the input stream.
- \Name
-
Name section of manpage with caption NAME
-
\Name [toc entry] title
...
\Name [toc entry]
one line title
- \newpage
-
page break
The command \newpage causes a page break.
- \note
-
footnote
-
\note [mark] {note}
- \Notes
-
caption NOTES
- \package
-
LaTeX packages
The command \package loades the LaTeX package name if the LaTeX driver
is used.
- \par
-
end paragraph, vertical mode
-
\par
The command \par finishes the current paragraph.
- \para
-
paragraph
- \part
-
part
-
\part [toc entry] title
...
- \pipe
-
include output of command
-
\pipe [flags] cmd
...
The command \pipe inserts the output of the command cmd
at current position. The flags are the same as in \include.
- \pop
-
remove command table
The command \pop removes the lowest table from the table stack.
- \pref
-
page ref
- \preface
-
preface
The command \preface starts the preface
- \printindex
-
index
The command \printindex creates the index.
- \printsrclist
-
print source list
-
\printsrclist fmt
- \proto
-
function prototype
-
\proto prototype
The command \proto shows the prototype of a function of the EFEU
interpreter language.
- \push
-
new command table
The command \push cerates a new table for commands, macros and vars
and pushes it to the table stack.
- \quote
-
quoting
The command \quote starts a region with quoted (indented) text.
- \ref
-
refer label
- \relax
-
idle command
the command \relax does nothing
- \rem
-
comment
-
\rem comment
The command \rem writes a commend to the output file.
- \sec
-
section
-
\sec [toc entry] title
...
- \SeeAlso
-
caption SEE ALSO
- \shead
-
subheadline in manual pages
-
\shead [toc entry] title
...
- \spage
-
partial page
-
\spage [margin] flags
The command \spage starts a partial page, obsolete.
- \src2doc
-
create manual page from source
-
\src2doc [flags] pattern list
- \srcinclude
-
include files of source list
-
\srcinclude pattern list
- \ssec
-
subsection
-
\ssec [toc entry] title
...
- \style
-
document style
The command \style sets the style of the document.
- \Synopsis
-
caption SYNOPSIS
- \t
-
tabulator key
-
\t
The command \t writes a tabulator key back to the input stream.
- \tab
-
tabular
-
\tab [pos] fmt
tab lines
The command \tab starts a tabular with vertikal adjustment pos
and column format fmt. The tabular ends by the first empty line.
- \table
-
table
-
\table [pos]
The command \table starts a new table environment.
- \thedate
-
get date
The command \thedate fetches the actual setting of the date.
- \title
-
document title
-
\title [toc entry] title
subtitle
If the document is not startet, the command sets the document
title, else it starts a new chapter. The optional argument toc entry
is only used in the later case. The subtitle is ignored in the
later case.
- \toc
-
table of contents
The command \toc creates a table of contents.
- \ttitem
-
typewriter item
The command starts a new description entry with a typewriter item tag.
- \url
-
reference to uniform resource locator
-
\url |url| {label}
- \vref
-
combinated reference (page and value)
- \vspace
-
vertical adjustment
-
\vspace offset
The command \vspace closes the current paragraph and performs a
vertical shift of offset lines.
- \Warnings
-
caption WARNINGS