summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/typo-dir.mkxl
blob: a5a4bc5686dff83e1427c166f3a63466d280a1bc (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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
%D \module
%D   [       file=typo-dir,
%D        version=2009.03.27, % code moved from core-spa.mkiv
%D          title=\CONTEXT\ Typesetting Macros,
%D       subtitle=Directions,
%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.

\writestatus{loading}{ConTeXt Typesetting Macros / Directions}

%D At some point we might default to method 'two' but first I need to make it more
%D efficient (and provide some options). I also want to have some basic tracing.

\unprotect

\registerctxluafile{typo-dir}{autosuffix}
\registerctxluafile{typo-dha}{}
%registerctxluafile{typo-dua}{}
%registerctxluafile{typo-dub}{}
\registerctxluafile{typo-duc}{autosuffix}

\definesystemattribute[directions][public,pickup]

\installcorenamespace{directions}
\installcorenamespace{directionsbidimode}

% plural as we can have a combination but maybe better singular

\installsimplecommandhandler \??directions {directions} \??directions % no \define... yet

\immutable\edef\lefttorightmark{\normalUchar"200E} \aliased\let\lrm\lefttorightmark % expandable
\immutable\edef\righttoleftmark{\normalUchar"200F} \aliased\let\rlm\righttoleftmark % expandable

\permanent\protected\def\setdirection[#1]% todo: symbolic names
  {\clf_setdirection#1\relax}

\permanent\protected\def\resetdirection
  {\c_attr_directions\attributeunsetvalue}

\newconstant\directionsbidimode % this one might become pivate

% \setupdirections[bidi=global,method=default]
% \setupdirections[bidi=global,method=one]
% \setupdirections[bidi=global,method=two]
% \setupdirections[bidi=global,method=two,fences=no]

% maybe use chardefs

\mutable\lettonothing\currentbidimode
\mutable\lettonothing\currentbidistamp

\def\typo_dir_get_mode
  {\def\currentbidimode{\clf_getbidimode % test edef
        scope  {\directionsparameter\c!bidi}%
        method {\directionsparameter\c!method}%
        fences {\directionsparameter\c!fences}%
   }%
   \gletcsname\??directionsbidimode\currentbidistamp\endcsname\currentbidimode}

\appendtoks
    \edef\p_bidi{\directionsparameter\c!bidi}%
    \edef\currentbidistamp
      {\p_bidi
      :\directionsparameter\c!method
      :\directionsparameter\c!fences}%
    \expandafter\let\expandafter\currentbidimode\csname\??directionsbidimode\currentbidistamp\endcsname
    \ifrelax\currentbidimode
        \typo_dir_get_mode
    \fi
    \directionsbidimode\currentbidimode\relax
    \ifcase\directionsbidimode
        \resetdirection
    \else
        \setdirection[\number\directionsbidimode]%
    \fi
    \ifx\p_bidi\v!global
        \pickupdirectionsattribute % pagebuilder
    \else
        \forgetdirectionsattribute
    \fi
\to \everysetupdirections

\appendtoks
    \edef\p_option{\directionsparameter\c!break}% name can change
    \bitwiseflip\normalizelinemode\ifx\p_option\v!both\else-\fi\breakafterdirnormalizecode
\to \everysetupdirections

% bidi: local=obey grouping, global=ignore grouping (unicode has no grouping)

\setupdirections % maybe start/stop
  [\c!bidi=\v!off,
   \c!method=\v!default,
   \c!break=\v!both, % experimental value, maybe \v!no will be default (bad name too)
   \c!fences=\v!yes]

\permanent\protected\edef\bidilre{\normalUchar"202A}
\permanent\protected\edef\bidirle{\normalUchar"202B}
\permanent\protected\edef\bidipop{\normalUchar"202C}
\permanent\protected\edef\bidilro{\normalUchar"202D}
\permanent\protected\edef\bidirlo{\normalUchar"202E}

\permanent\protected\def\dirlre{\ifcase\directionsbidimode\or\bidilre\or\textdirection\directionlefttoright\fi}
\permanent\protected\def\dirrle{\ifcase\directionsbidimode\or\bidirle\or\textdirection\directionrighttoleft\fi}
\permanent\protected\def\dirlro{\ifcase\directionsbidimode\or\bidilro\or\setdirection[3]\fi}
\permanent\protected\def\dirrlo{\ifcase\directionsbidimode\or\bidirlo\or\setdirection[4]\fi}

% for the moment: \setdirection[\plusone]

\definecolor[bidi:left:original] [r=.6]
\definecolor[bidi:left:reversed] [g=.6]
\definecolor[bidi:right:original][b=.6]
\definecolor[bidi:right:reversed][r=.6,g=.6]
\definecolor[bidi:mirrored]      [r=.6,b=.6]

\protect \endinput

% bidi test

% \definefontfeature
%   [arab]
%   [mode=node,language=dflt,script=arab,
%    init=yes,medi=yes,fina=yes,isol=yes,
%    liga=yes,dlig=yes,rlig=yes,clig=yes,
%    mark=yes,mkmk=yes,kern=yes,curs=yes]
%
% \font\Arabic=arabtype*arab at 20pt
%
% \def\LATIN{LATIN} {\setdirection[1]} % enable this
% \def\ARAB {عربي}
%
% \startluacode
%     function documentdata.split_tokens(str)
%         for s in str:bytes() do
%             context.sprint(tex.ctxcatcodes,string.format("\\hbox{\\char %s}",s))
%         end
%     end
% \stopluacode
%
% \protected\def\biditest#1#2#3% font text raw
%   {\dontleavehmode\hbox
%     {\framed[offset=overlay]{\tttf#2}\quad
%      \enabletrackers[typesetters.directions]%
%      \framed[offset=overlay]{#1#3}\quad
%      \disabletrackers[typesetters.directions]%
%      \tttf\ctxlua{documentdata.split_tokens([[\detokenize{#3}]])}}}
%
% \startbuffer[bidi-sample]
% \biditest\Arabic{LATIN BARA}{\lefttoright\relax   \LATIN\ \ARAB}\par
% \biditest\Arabic{BARA LATIN}{\righttoleft\relax   \LATIN\ \ARAB}\par
% \biditest\Arabic{LATIN ARAB}{\lefttoright{\bidilro \LATIN\ \ARAB}}\par % right -> left
% \biditest\Arabic{LATIN ARAB}{\righttoleft{\bidilro \LATIN\ \ARAB}}\par % right -> left
% \biditest\Arabic{BARA NITAL}{\lefttoright{\bidirlo \LATIN\ \ARAB}}\par % left -> right
% \biditest\Arabic{BARA NITAL}{\righttoleft{\bidirlo \LATIN\ \ARAB}}\par % left -> right
% \stopbuffer
%
% \startbuffer[bidi-sample]
% \biditest\Arabic{LATIN BARA}{\lefttoright\relax   \LATIN\ \ARAB}\par
% \biditest\Arabic{BARA LATIN}{\righttoleft\relax   \LATIN\ \ARAB}\par
% \biditest\Arabic{LATIN ARAB}{\lefttoright\bidilro \LATIN\ \ARAB}\par % right -> left
% \biditest\Arabic{LATIN ARAB}{\righttoleft\bidilro \LATIN\ \ARAB}\par % right -> left
% \biditest\Arabic{BARA NITAL}{\lefttoright\bidirlo \LATIN\ \ARAB}\par % left -> right
% \biditest\Arabic{BARA NITAL}{\righttoleft\bidirlo \LATIN\ \ARAB}\par % left -> right
% \stopbuffer
%
% \startbuffer[bidi-setup]
% \setupdirections[bidi=off]
% \stopbuffer
%
% {\typebuffer[bidi-setup] \getbuffer[bidi-setup] \getbuffer[bidi-sample]}
%
% \startbuffer[bidi-setup]
% \setupdirections[bidi=global]
% \stopbuffer
%
% {\typebuffer[bidi-setup] \getbuffer[bidi-setup] \getbuffer[bidi-sample]}
%
% \startbuffer[bidi-setup]
% \setupdirections[bidi=local]
% \stopbuffer
%
% {\typebuffer[bidi-setup] \getbuffer[bidi-setup] \getbuffer[bidi-sample]}
%
% \startbuffer[bidi-sample]
% \setupdirections[bidi=global]
%
%                   \hbox{\righttoleft\arabicfont (0001)}\par
%    \dontleavehmode\hbox{\righttoleft\arabicfont (0002)}\par
%                        {\righttoleft\arabicfont (0003)\par}
%                        {\righttoleft\arabicfont (0004)}\par
%         \dontleavehmode{\righttoleft\arabicfont (0005)\par}
%         \dontleavehmode{\righttoleft\arabicfont (0006)}\par
%                \rtlhbox{\arabicfont (0007)}\par
%                \ltrhbox{\arabicfont (0008)}\par
% \dontleavehmode\rtlhbox{\arabicfont (0009)}\par
% \dontleavehmode\ltrhbox{\arabicfont (0010)}\par
% \stopsetups
%
% {\typebuffer[bidi-sample]  \getbuffer[bidi-sample]}
%
% \stoptext