Home Command index A... C...

B...


!begin_appendix

Type & position: command, main part
 
Syntax: !begin_appendix
 
Description: Starts the appendix. Chapters are enumerated with letters. UDO supports only one appendix per source file!
 
See: !end_appendix, Appendix
 

!begin_blist

Type & position: command, main part
 
Syntax: !begin_blist [<text>]
 
Description: Starts a new list. The length of "<text>" defines the indent of the list. This environment must be finished with !end_blist. You can use this environment inside other environments. The text you set with !item [ ] will be displayed with a bold font.
 
See: !end_blist, !item [ ], !begin_ilist, !begin_tlist, !begin_xlist, Lists
 

!begin_center

Type & position: command, main part
 
Syntax: !begin_center
 
Description: This command opens a (new) center environment. Text that is part of a center environment will be printed centred until the !end_center command appears. UDO layouts the text of a center environment so you will may be be forced to insert manual linebreaks with (!nl).
 
See: !end_center, (!nl)
 

!begin_comment

Type & position: command, preamble & main part
 
Syntax: !begin_comment
 
Description: Something's still missing here...
 

!begin_description

Type & position: command, main part
 
Syntax: !begin_description
 
Description: Starts a new description environment that has to be finished with !end_description. You can use the description environment inside other (description) environments. Text that stands between the brackets of !item [ ] will be printed with bold text.
 
See: !end_description, !item [ ], Descriptions, !short
 

!begin_document

Type & position: command, main part
 
Syntax: !begin_document
 
Description: This command must be part of every source file. It divides the preamble from the main part.
 
See: !end_document
 

!begin_enumerate

Type & position: command, main part
 
Syntax: !begin_enumerate
 
Description: Starts a new enumerate environment that has to be finished with !end_enumerate. You can use the enumerate environment inside other (enumerate) environments. The items of an enumerate environment will be marked with alphanumerical characters.
 
See: !end_enumerate, !item, Enumerations, !short
 

!begin_flushleft

Type & position: command, main part
 
Syntax: !begin_flushleft
 
Description: Lines that are part of flushleft environment are printed left justified without justification.
 
See: !end_flushleft
 

!begin_flushright

Type & position: command, main part
 
Syntax: !begin_flushright
 
Description: Lines that are part of flushright environment are printed right justified without justification.
 
See: !end_flushright
 

!begin_ilist

Type & position: command, main part
 
Syntax: !begin_ilist [<text>]
 
Description: Starts a new list. The length of "<text>" defines the indent of the list. This environment must be finished with !end_ilist. You can use this environment inside other (iltalic list) environments. The text you set with !item [ ] will be displayed with an italic font.
 
See: !end_ilist, !item [ ], !begin_blist, !begin_xlist, !begin_tlist, Lists
 

!begin_itemize

Type & position: command, main part
 
Syntax: !begin_itemize
 
Description: Starts a new itemize environment that has to be finished with !end_itemize. You can use the itemize environment inside other (itemize) environments. Items of the itemize environment will be marked with bullets, dashes or stars.
 
See: !end_itemize, !item, Itemizations, !short
 

!begin_quote

Type & position: command, main part
 
Syntax: !begin_quote
 
Description: This command starts a new quote environment. Text is printend indented until UDO reads the !end_quote command.
 
See: !end_quote, Indented paragraphs
 

!begin_raw

Type & position: command, preamble & main part
 
Syntax: !begin_raw
 
Description: Starts a raw environment that has to be finished with !end_raw. Each line inside this environment will be output directly without any conversion. Thus this environment can be used to insert specific commands for the destionation format.
 
See: !end_raw, raw environment, !rinclude, !ifdest
 

!begin_sourcecode

Type & position: command, main part
 
Syntax: !begin_sourcecode
 
Description: With this command you can start a sourcecode environment. It has to be finished with the !end_sourcecode command. Lines that are part of a sourcecode environment will be printed without conversion for the sourcecode formats. For the "normal" formats the text of the sourcecode environment will be printed like text of a verbatim environment that is used inside a quote environment.
 
See: !end_sourcecode
 

!begin_table

Type & position: command, main part
 
Syntax: !begin_table [<format>] {!hline}
 
Description: With this command a table is started. For <format> you enter the justification of the columns of this table and the position of vertical lines. If this command is followed by `!hline' the table starts with a horizontal line. The example shows how to make a table with three columns where the left column is left justified, the second is centered and the last columns is right justified. The table begins with a horizontal line an it has one vertical line on the left and right each.
 
Example: !begin_table [|lcr|] !hline
 
See: !hline, !end_table, Tables
 

!begin_tlist

Type & position: command, main part
 
Syntax: !begin_tlist [<text>]
 
Description: Starts a new list. The length of "<text>" defines the indent of the list. This environment must be finished with !end_tlist. You can use this environment inside other environments. The text you set with !item [ ] will be displayed with a monospaced font.
 
See: !end_tlist, !item [ ], !begin_blist, !begin_ilist, !begin_xlist, Lists
 

!begin_verbatim

Type & position: command, main part
 
Syntax: !begin_verbatim
 
Description: Starts a verbatim environment that has to be finished with !end_verbatim. Text that is part of a verbatim environment is printed out as given using a monospaced font.
 
See: !end_verbatim, Preformatted text, !vinclude
 

!begin_xlist

Type & position: command, main part
 
Syntax: !begin_xlist [<text>]
 
Description: Starts a new list. The length of "<text>" defines the indent of the list. This environment must be finished with !end_xlist. You can use this environment inside other environments. The text you set with !item [ ] will be displayed with the normal font.
 
See: !end_xlist, !item [ ], !begin_blist, !begin_ilist, !begin_tlist, Lists
 

!bigskip

Type & position: command, main part
 
Syntax: !bigskip
 
Description: This command will be simplay replaced by "\bigskip" when converted to LaTeX. Otherwise three additional empty lines will be generated.
 
See: !smallskip, !medskip
 

!break

Type & position: command, main part
 
Syntax: !break
 
Description: You can use this command inside the source file to stop the conversion right at the line where you use this command. UDO calls !end_appendix and !end_document itself if necessary.
 

(!B)...(!b)

Type & position: placeholder, preamble & main part
 
Syntax: (!B)<text>(!b)
 
Description: "<text>" will be displayed in bold text if possible.
 
Example: (!B)bold(!b)
 
See: Emphasizing text
 

(!beta)

Type & position: placeholder, preamble & main part
 
Syntax: (!beta)
 
Description: This placeholder will be replaced by beta.
 
Example: (!beta) becomes beta
 
See: (!alpha), Special characters
 

Home Command index A... C...