Command/useURL

From Wiki
< Command
Revision as of 17:38, 15 April 2010 by Patrick Gundlach (talk | contribs) (put refrerence template back in)
Jump to navigation Jump to search

\useURL

Syntax

\useURL[...][...][...][...]
[...] name
[...] text
[...] file
[...] text


Description

name = label; usage in \from[name];

text1 = URL;

file = attached file URL;

text2 = text.

comment

Do not forget:

  \setupinteraction [state=start]

also useful;

  \setupcolors      [state=start]
  \setupurl         [color=blue]

Example

\setupcolors
  [state=start]
\setupinteraction
  [state=start,color=blue]
\useURL
  [setposition]
  [http://source.contextgarden.net/tex/context/base/anch-pos.mkiv?search=from]
  []
  [\tex{setposition}]

\useURL
  [setuppositioning]
  [http://wiki.contextgarden.net/Reference/en]                                                                             
  [setuppositioning]
  [\tex{setuppositioning}]

\starttext
Lookup the source code of \from[setposition]! Or read about the syntax
of \from[setuppositioning].  
\stoptext


See also