Home Basics Preamble and main part Structuring
 The guide of UDO
 The syntax of UDO
 Basics

Environments

An environment is a part of a source file that has to be converted in a special way. Environments will be started with !begin_ and finished with !end_. The commands have to be the first words of a line. They may be indented by spaces or tabs.

UDO offers you a large range of environments that will help you to layout your text and to insert special commands:

appendix environment: appendix
center environment: centered text
comment environment: comments
description environment: descriptions
document environment: documentation contents
enumerate environment: enumerations
flushleft environment: left justified text
flushright environment: right justified text
ignore environment: ignore text
itemize environment: itemizations
linedraw environment: display graphic screenshots
preformatted environment: preformatted text
quote environment: indented text
raw environment: special commands for the destination format
table environment: tables
verbatim environment: preformatted text
xlist environment: lists
sourcecode environment: source code

How the text of an environment is formatted you can find in the according sections.


Copyright © www.udo-open-source.org
Last updated on November 5, 2006

Home Basics Preamble and main part Structuring