diff options
author | Hans Hagen <pragma@wxs.nl> | 2004-06-10 00:00:00 +0200 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2004-06-10 00:00:00 +0200 |
commit | 51d573f4c0e8d3b8499bff7a3c6fba3dcd71d725 (patch) | |
tree | a902c3c67fe2272ee9e2325d6a6f28f0fd15d9d8 /tex/context/base/symb-ini.tex | |
parent | ab3f887feadf929129087cd2cbc3783064507565 (diff) | |
download | context-51d573f4c0e8d3b8499bff7a3c6fba3dcd71d725.tar.gz |
stable 2004.06.10
Diffstat (limited to 'tex/context/base/symb-ini.tex')
-rw-r--r-- | tex/context/base/symb-ini.tex | 30 |
1 files changed, 11 insertions, 19 deletions
diff --git a/tex/context/base/symb-ini.tex b/tex/context/base/symb-ini.tex index 9b514415b..a1bcd9fdd 100644 --- a/tex/context/base/symb-ini.tex +++ b/tex/context/base/symb-ini.tex @@ -73,10 +73,10 @@ %D Symbols are simply linked to a tag. Such tags can be numbers %D or strings. %D -%D \starttypen +%D \starttyping %D \definesymbol [1] [$\bullet$] %D \definesymbol [level 5] [$\star$] -%D \stoptypen +%D \stoptyping % ss:tag -> symbol % ss:set:tag -> symbol out of set @@ -190,13 +190,7 @@ {\dodoubleempty\dofiguresymbol} \def\dofiguresymbol[#1][% #2]% - {\externalfigure - [#1] - [\c!reset=\v!ja, - \c!symbool=\v!ja, - %\c!hfactor=\defaultsymbolfactor, - \c!hoogte=\defaultsymbolheight, - }% #2]} + {\externalfigure[#1][\c!reset=\v!yes,\c!symbol=\v!yes,\c!height=\defaultsymbolheight,}% #2]} \appendtoks \resetexternalfigures \to \everysymbol @@ -223,9 +217,7 @@ \def\xfetchsymbol#1% {\ifnosymbol - \@EA\ifx\csname\??ss:#1:\currentsymbol\endcsname\relax\else - \nosymbolfalse - \fi + \@EA\ifx\csname\??ss:#1:\currentsymbol\endcsname\relax\else\nosymbolfalse\fi \fi} \def\xredosymbol#1% @@ -270,24 +262,24 @@ %D From these macro definitions one can deduce that symbols can %D be grouped in symbol sets: %D -%D \starttypen +%D \starttyping %D \startsymbolset [navigation 1] %D \definefiguresymbol [Next] [mp-symb.1] %D \definefiguresymbol [Prev] [mp-symb.2] %D \stopsymbolset -%D \stoptypen +%D \stoptyping %D %D Such a symbol can be typeset with: %D -%D \starttypen +%D \starttyping %D \setupsymbolset[navigation 1]\symbol[Next] -%D \stoptypen +%D \stoptyping %D %D or simply: %D -%D \starttypen +%D \starttyping %D \symbol[navigation 1][Next] -%D \stoptypen +%D \stoptyping %D %D Formally: %D @@ -340,4 +332,4 @@ %D itemization macros, we prefer symbols because they can more %D easier be (partially) redefined. -\protect \endinput
\ No newline at end of file +\protect \endinput |