[dev-context] Re: [NTG-context] new beta
Hans Hagen
pragma at wxs.nl
Thu Sep 8 13:07:18 CEST 2005
Hi Taco,
now that we have latin modern we can clean up some bits and pieces;
i wonder if anyone is using \* and \+
so how to procees ...
% "quotedbl" , "numbersign", "dollar", "percent",
% "ampersand", "asterisk", "plus", "less",
% "greater", "backslash", "asciicircum",
% "underscore", "braceleft", "bar", "braceright",
% "asciitilde"
\startencoding [default]
\definecharacter numbersign 35
\definecharacter textdollar 36
\definecharacter textampersand 37
\stopencoding
% " = accent handler
\def\#{\numbersign}
\def\${\dollar}
\def\%{\percent}
\def\&{\textampersand}
% * = thinspace
% + = tabalign
% < = undefined
% > = undefined
% \ = space (or par)
% ^ = accent handler
% _ = math or text underscore
% { = lbrace
% | = undefined
% } = rbrace
% ~ = accent handler
\starttext
% \#
% \$
% \%
% \&
\stoptext
-----------------------------------------------------------------
Hans Hagen | PRAGMA ADE
Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
| www.pragma-pod.nl
-----------------------------------------------------------------
More information about the dev-context
mailing list