summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/mlib-pps.mkxl
blob: 39dafb2f61b63bfabf8a269cf4bf9a47790128e5 (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
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
%D \module
%D   [       file=mlib-pps,
%D        version=2008.03.25,
%D          title=\METAPOST\ Integrated Graphics,
%D       subtitle=Basics,
%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.

% todo: remove MPenvironment code

\unprotect

\registerctxluafile{mlib-pps}{autosuffix}

%D Todo: catch nested graphics like external figures with dummies.

% todo: figure out why this is shifted
%
% \setupbodyfont[palatino]
%
% \starttext
%     \startMPpage
%         draw textext("123") ;
%     \stopMPpage
% \stoptext
%
% A slightly larger picture works ok so maybe there is some kind
% of interference with the page builder.

\newbox \MPtextbox
\newtoks\everyMPLIBsettext % not used

\permanent\protected\def\mlib_flush_environment
  {%\writestatus\m!metapost{flushing environment}%
   \clf_mptexget
   \enforced\let\MPLIBflushenvironment\relax}% MPenvironments are depricated}

\aliased\let\MPLIBflushenvironment\mlib_flush_environment

\permanent\protected\def\MPLIBsetNtext#1% #2% box text
  {\MPLIBflushenvironment
   \dowithnextbox{\clf_mpsettext\nextbox #1}\hbox\bgroup % text
     \meta_set_current_color
     \enforced\let\MPLIBflushenvironment\mlib_flush_environment
     \let\next} % gobble open brace

\permanent\protected\def\MPLIBsetCtext#1#2% #3% box colorspec text
  {\MPLIBflushenvironment
   \dowithnextbox{\clf_mpsettext\nextbox #1}\hbox\bgroup % text
     \directcolored[#2]%
     \meta_set_current_color % so, textcolor wins !
     \enforced\let\MPLIBflushenvironment\mlib_flush_environment
     \let\next} % gobble open brace

\aliased\let\MPLIBsettext\MPLIBsetNtext

\permanent\protected\def\MPLIBsetNtextX#1% #2% box text
  {\MPLIBflushenvironment
   \hbox\bgroup % text
   \meta_set_current_color
   \enforced\let\MPLIBflushenvironment\mlib_flush_environment
   \let\next}

\permanent\protected\def\MPLIBsetCtextX#1#2% #3% box colorspec text
  {\MPLIBflushenvironment
   \hbox\bgroup % text
   \directcolored[#2]%
   \meta_set_current_color % so, textcolor wins !
   \enforced\let\MPLIBflushenvironment\mlib_flush_environment
   \let\next}

\aliased\let\MPLIBsettextX\MPLIBsetNtextX

% \permanent\permanent\protected\def\MPLIBgettextscaled#1#2#3%  why a copy .. can be used more often
%   {\clf_mpgettext\MPtextbox #1%
%    \vpack to \zeropoint
%      {\vss
%      %\hpack to \zeropoint \s!container
%       \hcontainer to \zeropoint
%         {\scale
%           [\c!sx=#2,\c!sy=#3]%
%           {\raise\dp\MPtextbox\box\MPtextbox}\forcecolorhack\hss}}}

\permanent\permanent\protected\def\MPLIBgettextscaled#1#2#3%  why a copy .. can be used more often
  {\clf_mpgettext\MPtextbox #1%
   \vpack to \zeropoint
     {\vss
      \hcontainer to \zeropoint
        {\scale
          [\c!sx=#2,\c!sy=#3]%
          {\raise\dp\MPtextbox\box\MPtextbox}\hss}}}

\let\mlib_sx\!!zerocount % set at the lua end
\let\mlib_sy\!!zerocount % set at the lua end

\permanent\protected\def\MPLIBfigure#1#2%
  {\setbox\scratchbox\hpack{\externalfigure[#1][\c!mask=#2]}%
   \clf_mpsetsxsy\wd\scratchbox\ht\scratchbox\zeropoint
   \vpack to \zeropoint
     {\vss
      \hpack to \zeropoint
        {\fastsxsy{\mlib_sx}{\mlib_sy}{\box\scratchbox}\hss}}}

% horrible (we could inline scale and matrix code):

% \permanent\protected\def\MPLIBgettextscaledcm#1#2#3#4#5#6#7#8#9% 2-7: sx,rx,ry,sy,tx,ty
%   {\clf_mpgettext\MPtextbox #1%
%    \setbox\MPbox\hpack\bgroup
%      \dotransformnextbox{#2}{#3}{#4}{#5}{#6}{#7}% does push pop ... will be changed to proper lua call (avoid small numbers)
%        \vpack to \zeropoint\bgroup
%           \vss
%          %\hpack to \zeropoint \s!container \bgroup
%           \hcontainer to \zeropoint \bgroup
%            % \scale[\c!sx=#8,\c!sy=#9]{\raise\dp\MPtextbox\box\MPtextbox}%
%            % \scale[\c!sx=#8,\c!sy=#9,\c!depth=\v!no]{\box\MPtextbox}%
%              \fastsxsy{#8}{#9}{\raise\dp\MPtextbox\box\MPtextbox}%
%              % This gives: LuaTeX warning: Misplaced \pdfrestore .. don't ask me why.
%              % but I'll retry it some day soon.
%              % \dostartscaling{#8}{#9}%
%              %   \raise\dp\MPtextbox\box\MPtextbox
%              % \dostopscaling
%              \forcecolorhack % can go away ... already in the scale macro
%              \hss
%          \egroup
%        \egroup
%    \egroup
%    \smashbox\MPbox
%    \box\MPbox}

\permanent\protected\def\MPLIBgettextscaledcm#1#2#3#4#5#6#7#8#9% 2-7: sx,rx,ry,sy,tx,ty
  {\clf_mpgettext\MPtextbox #1%
   \setbox\MPbox\hpack\bgroup
     \dotransformnextbox{#2}{#3}{#4}{#5}{#6}{#7}% does push pop ... will be changed to proper lua call (avoid small numbers)
       \vpack to \zeropoint\bgroup
          \vss \hcontainer to \zeropoint \bgroup
             \fastsxsy{#8}{#9}{\raise\dp\MPtextbox\box\MPtextbox}\hss
         \egroup
       \egroup
   \egroup
   \smashbox\MPbox
   \box\MPbox}

% \putnextboxincache{hans}{1}\hbox{foo}
%
% \startMPcode
%     draw boundingbox rawtexbox("hans",1) ;
%     draw rawtexbox("hans",1) ;
% \stopMPcode

\permanent\protected\def\MPLIBgetboxscaledcm#1#2%
  {\begingroup
   \copyboxfromcache{#1}{#2}\MPtextbox % can be \clf_
   \mlib_get_box_scaled_cm_next}

\protected\def\mlib_get_box_scaled_cm_next#1#2#3#4#5#6#7#8% 1-6: sx,rx,ry,sy,tx,ty
  {\setbox\MPbox\hpack\bgroup
     \dotransformnextbox{#1}{#2}{#3}{#4}{#5}{#6}%
       \vpack to \zeropoint\bgroup
          \vss
          \hpack to \zeropoint \bgroup
             \fastsxsy{#7}{#8}{\raise\dp\MPtextbox\box\MPtextbox}%
             \hss
         \egroup
       \egroup
   \egroup
   \smashbox\MPbox
   \box\MPbox
   \endgroup}

\permanent\protected\def\MPLIBgraphictext#1% use at mp end
  {\startTEXpage[\c!scale=10000]#1\stopTEXpage}

%D \startbuffer
%D \definelayer[test]
%D
%D \setlayerframed
%D   [test]
%D   [x=\MPx{somepos-1},y=\MPy{somepos-1}]
%D   [width=\MPw{somepos-1},height=\MPh{somepos-1}]
%D   {Whatever we want here!}
%D
%D \setlayerframed
%D   [test]
%D   [x=\MPx{somepos-2},y=\MPy{somepos-2}]
%D   [width=\MPw{somepos-2},height=\MPh{somepos-2}]
%D   {Whatever we need there!}
%D
%D \startuseMPgraphic{oeps}
%D     draw fullcircle scaled 6cm withcolor red ;
%D     register ("somepos-1",5cm,1cm,center currentpicture) ;
%D     register ("somepos-2",4cm,3cm,(-1cm,-2cm)) ;
%D \stopuseMPgraphic
%D
%D \framed[background=test,offset=overlay]{\useMPgraphic{oeps}}
%D \stopbuffer
%D
%D \typebuffer \startlinecorrection \getbuffer \stoplinecorrection

\permanent\protected\def\MPLIBpositionwhd#1#2#3#4#5% bp !
  {\dosavepositionwhd{#1}\zerocount{#2\onebasepoint}{#3\onebasepoint}{#4\onebasepoint}{#5\onebasepoint}\zeropoint}

\def\mlib_stop_group#1#2#3#4#5#6% some day this might happen elsewhere
  {\egroup
   \setbox\scratchbox\hpack{\kern\onebasepoint\box\scratchbox}% weird correction
   \wd\scratchbox \dimexpr#5\onebasepoint-#3\onebasepoint+2\onebasepoint\relax
   \ht\scratchbox #6\onebasepoint
   \dp\scratchbox-#4\onebasepoint
   \setbox\scratchbox\hpack\bgroup
     \kern-#3\onebasepoint
     \box\scratchbox
   \egroup
   \saveboxresource
     attr      {/Group << /S /Transparency /I \ifnum#1=1 true \else false \fi /K \ifnum#2=1 true \else false \fi >>}
     resources {\pdfbackendcurrentresources}
     \scratchbox
   \setbox\scratchbox\hpack\bgroup
     \kern#3\onebasepoint
     \kern-\onebasepoint
     \useboxresource\lastsavedboxresourceindex
   \egroup
   \wd\scratchbox\zeropoint
   \ht\scratchbox\zeropoint
   \dp\scratchbox\zeropoint
   \box\scratchbox
   \endgroup}

\permanent\protected\lettonothing\MPLIBstopgroup

\permanent\protected\def\MPLIBstartgroup#1#2#3#4#5#6% isolated 0/1, knockout 0/1 llx lly urx ury
  {\begingroup
   \setbox\scratchbox\hpack\bgroup
   \enforced\permanent\protected\def\MPLIBstopgroup{\mlib_stop_group{#1}{#2}{#3}{#4}{#5}{#6}}}

%D Not that much code is needed because we already have a mechanism already. For
%D some reason there is no option to use the current positions (pattern space mess)
%D so we need a position. I could delegate this to the backend but patterns are
%D selsom used.

\permanent\protected\def\MPLIBstartsetpattern#1#2#3#4#5#6%
  {\normalexpanded{\registerpattern[mp-pattern-#1]\ifnum#6=\zerocount[hoffset=\MPx{mp-pattern-#1},voffset=\MPy{mp-pattern-#1}]\fi}%
     \bgroup
        \dowithnextbox{%
          \boxxoffset\nextbox-#2\onebasepoint
          \boxyoffset\nextbox-#3\onebasepoint
          \wd\nextbox\dimexpr#4\onebasepoint-#2\onebasepoint\relax
          \ht\nextbox\dimexpr#5\onebasepoint-#3\onebasepoint\relax
          \box\nextbox}%
        \hpack\bgroup}

\permanent\protected\def\MPLIBstopsetpattern
  {\egroup
   \egroup}

\permanent\protected\def\MPLIBstartgetpattern#1#2#3#4#5#6%
  {\setbox\nextbox\hpack\bgroup
     \applypattern
       [\c!name=mp-pattern-#1,
%       \c!width=2\dimexpr#4\onebasepoint-#2\onebasepoint\relax,
        \c!width=\dimexpr#4\onebasepoint-#2\onebasepoint\relax,
%       \c!height=2\dimexpr#5\onebasepoint-#3\onebasepoint\relax]%
        \c!height=\dimexpr#5\onebasepoint-#3\onebasepoint\relax]%
    \hss
   \egroup
 % \boxyoffset\nextbox -.5\dimexpr#5\onebasepoint-#3\onebasepoint\relax
   \boxyoffset\nextbox \dimexpr#3\onebasepoint\relax
 % \boxxoffset\nextbox -.5\dimexpr#4\onebasepoint-#2\onebasepoint\relax
   \boxxoffset\nextbox \dimexpr#2\onebasepoint\relax
   \ht\nextbox\zeropoint
   \wd\nextbox\zeropoint
   \dp\nextbox\zeropoint
   \normalexpanded{\ifnum#6=\zerocount\hpos{mp-pattern-#1}\fi}{\box\nextbox}}

\permanent\protected\lettonothing\MPLIBstopgetpattern

% For now here ... will be cleaned up and become macro calls instead:

\newtoks\mptexttoks
\newbox \mptextbox
\newtoks\mpoutlinetoks
\newtoks\mpgraphictexttoks

\mptexttoks       {\global\setbox\mptextbox\hbox{\clf_mptexttoks}}
\mpoutlinetoks    {\global\setbox\mptextbox\vbox{\clf_mpoutlinetoks}}
\mpgraphictexttoks{\global\setbox\mptextbox\vbox{\clf_mpgraphictexttoks}}

\protect \endinput