m-narrowtt.mkiv /size: 935 b    last modification: 2020-07-01 14:35
1%D \module
2%D   [       file=m-narrowtt,
3%D        version=2005.09.08,
4%D          title=\CONTEXT\ Modules,
5%D       subtitle=Narrow Verbatim,
6%D         author={Hans Hagen \& Ton Otten},
7%D           date=\currentdate,
8%D      copyright={PRAGMA ADE \& \CONTEXT\ Development Team}]
9%C
10%C This module is part of the \CONTEXT\ macro||package and is
11%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
12%C details.
13
14%D Test file
15%D
16%D \starttyping
17%D \startTEX
18%D \usemodule[narrowtt]
19%D \starttext
20%D \starttyping
21%D Test test test.
22%D \stoptyping
23%D test \type {test} test \type{test} test
24%D \starttyping
25%D Test test test.
26%D \stoptyping
27%D \stoptext
28%D \stopTEX
29
30\unprotect
31
32\definetypeface
33  [narrowtt] [tt]
34  [mono] [modern-condensed] [\s!default] [\s!features=\s!none]
35
36\definetyping[n\v!typing] \setuptyping[n\v!typing][style=\narrowtt]
37\definetype  [n\v!type]   \setuptype  [n\v!type]  [style=\narrowtt]
38
39\protect \endinput
40