Home Command index C... E...

D...


!define

Type & position: command, preamble
 
Syntax: !define <word> <text>
 
Description: Sets a (new) definition. When converting UDO will replace every "(!<word>)" by "<text>" without converting special chars. When using the lower exmaple every "(!H1)" will be replaced by "</H1>". The difference to a macro: no umlauts or other special chars will be converted. Definitions can contain parameters. Read the chapter "Definitions" to get to know how to use definitions with parameters.
 
Example: !define H1 </H1>
 
See: Definitions
 

!depth

Type & position: switch, main part
 
Syntax: !depth
 
Description: Something's still missing here...
 
Example: !tableofcontents !depth 2
 

!docinfo

Type & position: command, preamble
 
Syntax: !docinfo
 
Description: Something's still missing here...
 
See: !maketitle, Title page
 

!docinfo [author]

Type & position: command, preamble
 
Syntax: !author <text>
 
Description: "<text>" will be used as the name of the author on the title page and for different other purposes.
 
Example: !author Dirk Hagedorn
 
See: !maketitle, !authorimage, Title page
 

!docinfo [authorimage]

Type & position: command, preamble
 
Syntax: !authorimage <file>
 
Description: <file> will be displayed above the name of the author on the title page if the destination format supports images.
 
Example: !authorimage dh
 
See: !maketitle, !author, Title page, Images
 

!docinfo [country]

Type & position: command, preamble
 
Syntax: !country <text>
 
Description: "<text>" will be displayed below the town of the author on the title page to show in which country he lives.
 
Example: !country Germany
 
See: !maketitle, Title page
 

!docinfo [date]

Type & position: command, preamble
 
Syntax: !date <text>
 
Description: "<text>" will be displayed on the title page below the contents of !version. The example shows how to use the current system time for the title page.
 
Example: !date (!today)
 
See: !maketitle, (!today), (!short_today), Title page
 

!docinfo [email]

Type & position: command, preamble
 
Syntax: !email <text>
 
Description: "<text>" will be dsiplayed on the titlepage below the name and address of the author. !email can be used up to four times to enable you to print more than one email address on the title page.
 
Example: !email Internet: dh@mk2.maus.sauerland.de
 
See: !maketitle, Title page
 

!docinfo [program]

Type & position: command, preamble
 
Syntax: !program <text>
 
Description: "<text>" will be displayed on the titlepage below the title.
 
Example: !program UDO
 
See: !maketitle, !programimage, Title page
 

!docinfo [programimage]

Type & position: command, preamble
 
Syntax: !programimage <file>
 
Description: "<file>" will be displayed instead of the name of the program on the titlepage if the destination format supports images.
 
Example: !programimage udo
 
See: !maketitle, !program, Title page
 

!docinfo [street]

Type & position: command, preamble
 
Syntax: !street <text>
 
Description: "<text>" will be displayed below the name of the author to show in which street you live.
 
Example: !street Asmecke 1
 
See: !maketitle, Title page
 

!docinfo [title]

Type & position: command, preamble
 
Syntax: !title <text>
 
Description: "<text>" will be displayed on the titlepage before the contents of !program. It's also used inside the headlines.
 
Example: !title The guide to
 
See: !maketitle, Title page
 

!docinfo [town]

Type & position: command, preamble
 
Syntax: !town <text>
 
Description: "<text>" will be given out inside the author's address block on the titlepage.
 
Example: !town D-59846 Sundern
 
See: !maketitle, Title page
 

!docinfo [version]

Type & position: command, preamble
 
Syntax: !version <text>
 
Description: "<text>" will be given out right below the contents of !program on the titlepage.
 
Example: !version Release 6
 
See: !maketitle, Title page
 

!docinfo [webmasteremail]

Type & position: command, preamble
 
Syntax: !docinfo [webmasteremail]
 
Description: Something's still missing here...
 
See: !maketitle, Title page
 

!docinfo [webmastername]

Type & position: command, preamble
 
Syntax: !docinfo [webmastername]
 
Description: Something's still missing here...
 
See: !maketitle, Title page
 

!docinfo [webmasterurl]

Type & position: command, preamble
 
Syntax: !docinfo [webmasterurl]
 
Description: Something's still missing here...
 
See: !maketitle, Title page
 

Home Command index C... E...