Home Links Links Internal links with images
 The guide of UDO
 The syntax of UDO
 Hypertext commands
 Links

Internal links

Using the (!link) command you can insert links to parts of the current document. You can link to chapters, sections, subsections, labels and aliases. The following list shows you how to use the link command and how UDO converts it:

UDO: (!link [a word] [the link])
HTML: <a href="file.htm#the link">a word</a>
LaTeX: a word (see \ref{the link})
ST-Guide: @{"a word" link "the link"}
WinHelp: {\uldb a word}{\v the_link}
Turbo: {a word:the link}
else: a word (see "the link")

The following example shows how to insert a link on the UDO contact information:

If you have questions on UDO, you can ask over the
(!link [UDO-Mailingliste] [Contact addresses]).

... will be displayed this way:

If you have questions on UDO, you can ask over the UDO-Mailingliste.

Please note:

  1. You may use up to 200 links inside a paragraph. If you will use more links UDO will print an error message.
     
  2. When converting to hypertext formats UDO checks if the link destination exists. If it doesn't exits UDO prints an error message. When converting to the other formats UDO doesn't check if the link destination exists!
     
  3. LaTeX only allows it to link to aliases and labels.
     

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

Home Links Links Internal links with images