Home Command index I... M...

L...


!label

Type & position: command, main part
 
Syntax: !label <text>
 
Description: Defines a label that will be referenced in hypertexts or can be accessed by a link command
 
Example: !label Label
 
See: Labels, (!link ...), (!plink ...)
 

!language

Type & position: command, preamble
 
Syntax: !language [<languages>]
 
Description: With this command you can tell UDO which language it should use for the date and expressions like "Table", "Contents" or "Appendix". UDO will use German expressions by default. The example shows how to change the language to English.
 
Example: !language english
 
See: !iflang, !ifnlang, (!today)
 

!listoffigures

Type & position: command, main part
 
Syntax: !listoffigures
 
Description: This command prints a list of figures. You should use it directly after !tableofcontents if you want to use it. At the moment this command will only be converted for LaTeX.
 
See: !image, !tableofcontents, !listoftables
 

!listoftables

Type & position: command, main part
 
Syntax: !listoftables
 
Description: This command prints a list of tables. You should use it directly after !tableofcontents or !listoffigures if you want to use it. At the moment this command will only be converted for LaTeX.
 
See: Tabellen, !tableofcontents, !listoffigures
 

(!LaTeX)

Type & position: placeholder, preamble & main part
 
Syntax: (!LaTeX)
 
Description: This placeholder will be replaced by \LaTeX{} when converting to LaTeX. Otherwise it will be replace by "LaTeX".
 
See: (!TeX), (!LaTeXe)
 

(!LaTeXe)

Type & position: placeholder, preamble & main part
 
Syntax: (!LaTeXe)
 
Description: This placeholder will be replaced by \LaTeXe{} when converting to LaTeX. Otherwise it will be replace by "LaTeX2e".
 
See: (!TeX), (!LaTeX)
 

(!laugh)

Type & position: placeholder, preamble & main part
 
Syntax: (!laugh)
 
Description: (!laugh) will be replaced by a laughing emoticon displayed in typewriter.
 
Example: (!laugh) becomes :-)
 
See: (!grin)
 

(!link~..)

Type & position: placeholder, main part
 
Syntax: (!link [<text>] [<link>])
 
Description: With this placeholder you can define links to other parts of the document. See section "Links" for further information.
 
Example: (!link [me] [Contact addresses])
 
See: (!xlink ...), (!plink ...), Links
 

Home Command index I... M...