s-abbreviations-extras.tex /size: 2274 b    last modification: 2021-10-28 13:51
1%D \module
2%D   [       file=s-abbrevations-extras.tex, % was: s-abr-01
3%D        version=1996.01.01,
4%D          title=\CONTEXT\ Style File,
5%D       subtitle=General Abbreviated Extras,
6%D         author=Hans Hagen,
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\startmodule[abbreviations-extras]
15
16\def\SystemSpecialA#1{$\langle\it#1\rangle$}
17\def\SystemSpecialB#1{{\tttf<#1>}}
18
19\unexpanded\def\CATCODE     {\SystemSpecialA{catcode}}
20\unexpanded\def\CATCODES    {\SystemSpecialA{catcodes}}
21\unexpanded\def\DIMENSION   {\SystemSpecialA{dimension}}
22\unexpanded\def\DIMENSIONS  {\SystemSpecialA{dimensions}}
23\unexpanded\def\COUNTER     {\SystemSpecialA{counter}}
24\unexpanded\def\COUNTERS    {\SystemSpecialA{counters}}
25\unexpanded\def\HBOX        {\SystemSpecialA{hbox}}
26\unexpanded\def\HBOXES      {\SystemSpecialA{hboxes}}
27\unexpanded\def\VBOX        {\SystemSpecialA{vbox}}
28\unexpanded\def\VBOXES      {\SystemSpecialA{vboxes}}
29\unexpanded\def\BOX         {\SystemSpecialA{box}}
30\unexpanded\def\BOXES       {\SystemSpecialA{boxes}}
31\unexpanded\def\TOKENLIST   {\SystemSpecialA{token list}}
32\unexpanded\def\TOKENLISTS  {\SystemSpecialA{token lists}}
33\unexpanded\def\NEWLINE     {\SystemSpecialA{newline}}
34\unexpanded\def\SKIP        {\SystemSpecialA{skip}}
35\unexpanded\def\SKIPS       {\SystemSpecialA{skips}}
36\unexpanded\def\MUSKIP      {\SystemSpecialA{muskip}}
37\unexpanded\def\MUSKIPS     {\SystemSpecialA{muskips}}
38\unexpanded\def\MARK        {\SystemSpecialA{mark}}
39\unexpanded\def\MARKS       {\SystemSpecialA{marks}}
40
41\unexpanded\def\SPACE       {\SystemSpecialB{space}}
42\unexpanded\def\EOF         {\SystemSpecialB{eof}}
43\unexpanded\def\TAB         {\SystemSpecialB{tab}}
44\unexpanded\def\NEWPAGE     {\SystemSpecialB{newpage}}
45\unexpanded\def\NEWLINE     {\SystemSpecialB{newline}}
46
47\unexpanded\def\LUWATEEKH   {لُواتيخ} % kh ī t ā w [u] l
48\unexpanded\def\luwateekh   {luwātīkh}
49
50\doifmodeelse {mkiv} {
51    \unexpanded\def\THANH{H\agrave n Th\ecircumflexacute\ Th\agrave nh}
52} {
53    \unexpanded\def\THANH{H\`an Th\^e\llap{\raise 0.5ex\hbox{\'{}}} Th\`anh}
54}
55
56\stopmodule
57