Command/from

Unofficial ConTeXt Wiki mirror

Last modified: 2024-03-06

Summary

The command \from is used for links to URLs

Settings

\from[...]
[...] reference

Description

With \from you can use an external (URL) link just like a normal internal reference. This works in conjunction with \useURL to set up the link reference.

For setup use \setupinteraction.

Examples

Example 1

  • \setupinteraction[state=start]
    \useURL
      [seefrom]
      [http://source.contextgarden.net/tex/context/base/anch-pos.mkiv?search=from]
      []
      [\tex{from}]
    
    Also in \from[seefrom].
    
    

Example 2

  • \setupinteraction[state=start]
    \useURL
      [seefrom]
      [http://source.contextgarden.net/tex/context/base/anch-pos.mkiv?search=from]
      []
      [source:from]
    
    \setupinteraction[color=red,style=bolditalic]
    
    Also in \from[seefrom].
    
    

Notes

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: