summaryrefslogtreecommitdiff
path: root/tex/context/modules/common/s-abbreviations-extras.tex
blob: 7ee6e1553d525a3b062dc3b82f9374c298ce07d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
%D \module
%D   [       file=s-abbrevations-extras.tex, % was: s-abr-01
%D        version=1996.01.01,
%D          title=\CONTEXT\ Style File,
%D       subtitle=General Abbreviated Extras,
%D         author=Hans Hagen,
%D           date=\currentdate,
%D      copyright={PRAGMA ADE \& \CONTEXT\ Development Team}]
%C
%C This module is part of the \CONTEXT\ macro||package and is
%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
%C details.

\startmodule[abbreviations-extras]

\def\SystemSpecialA#1{$\langle\it#1\rangle$}
\def\SystemSpecialB#1{{\tttf<#1>}}

\unexpanded\def\CATCODE     {\SystemSpecialA{catcode}}
\unexpanded\def\CATCODES    {\SystemSpecialA{catcodes}}
\unexpanded\def\DIMENSION   {\SystemSpecialA{dimension}}
\unexpanded\def\DIMENSIONS  {\SystemSpecialA{dimensions}}
\unexpanded\def\COUNTER     {\SystemSpecialA{counter}}
\unexpanded\def\COUNTERS    {\SystemSpecialA{counters}}
\unexpanded\def\HBOX        {\SystemSpecialA{hbox}}
\unexpanded\def\HBOXES      {\SystemSpecialA{hboxes}}
\unexpanded\def\VBOX        {\SystemSpecialA{vbox}}
\unexpanded\def\VBOXES      {\SystemSpecialA{vboxes}}
\unexpanded\def\BOX         {\SystemSpecialA{box}}
\unexpanded\def\BOXES       {\SystemSpecialA{boxes}}
\unexpanded\def\TOKENLIST   {\SystemSpecialA{token list}}
\unexpanded\def\TOKENLISTS  {\SystemSpecialA{token lists}}
\unexpanded\def\NEWLINE     {\SystemSpecialA{newline}}
\unexpanded\def\SKIP        {\SystemSpecialA{skip}}
\unexpanded\def\SKIPS       {\SystemSpecialA{skips}}
\unexpanded\def\MUSKIP      {\SystemSpecialA{muskip}}
\unexpanded\def\MUSKIPS     {\SystemSpecialA{muskips}}
\unexpanded\def\MARK        {\SystemSpecialA{mark}}
\unexpanded\def\MARKS       {\SystemSpecialA{marks}}

\unexpanded\def\SPACE       {\SystemSpecialB{space}}
\unexpanded\def\EOF         {\SystemSpecialB{eof}}
\unexpanded\def\TAB         {\SystemSpecialB{tab}}
\unexpanded\def\NEWPAGE     {\SystemSpecialB{newpage}}
\unexpanded\def\NEWLINE     {\SystemSpecialB{newline}}

\unexpanded\def\LUWATEEKH   {لُواتيخ} % kh ī t ā w [u] l
\unexpanded\def\luwateekh   {luwātīkh}

\doifmodeelse {mkiv} {
    \unexpanded\def\THANH{H\agrave n Th\ecircumflexacute\ Th\agrave nh}
} {
    \unexpanded\def\THANH{H\`an Th\^e\llap{\raise 0.5ex\hbox{\'{}}} Th\`anh}
}

\stopmodule