summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/meta-grd.mkiv
blob: 15a4471e78c5b842277f306442e6c9da1825e61c (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
%D \module
%D   [       file=meta-grd,
%D        version=2012.06.28,
%D          title=\METAPOST\ Graphics,
%D       subtitle=grids,
%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}{MetaPost Graphics / Grids}

\unprotect

%D This used to be a \TEX\ method, and a rather old one too. We keep it around but
%D in a more modern way.
%D
%D \startbuffer
%D \basegrid
%D   [nx=8,ny=5,
%D    dx=.5,dy=.25,
%D    unit=cm,scale=2,factor=1,
%D    offset=1ex,xstep=2,ystep=1,
%D    align=middle,style=\tt\tx]
%D \stopbuffer
%D
%D \typebuffer
%D
%D \placefigure
%D   {An example of a grid.}
%D   {\getbuffer}

% \startuseMPgraphic{grid}{nx,ny,dx,dy,factor,scale,xstep,ystep,xoffset,yoffset,align,s:textcolor,s:rulecolor,rulethickness}
%     begingroup ;
%         save dx, dy, wd, ht, ox, oy, ax, ay ;
%
%         (dx,dy) = (\MPvar{dx},\MPvar{dy})*\MPvar{factor}*\MPvar{scale} ;
%         (wd,ht) = (\MPvar{nx}*dx,\MPvar{ny}*dy) ;
%         (ox,oy) = (\MPvar{xoffset},\MPvar{yoffset}) ;
%         (ax,ay) = if \MPvar{align} = 1 : (dx,dy)/2 else : origin fi ;
%
%         draw image (
%             for i=0 step dx until wd : draw (i,0) -- (i,ht) ; endfor ;
%             for i=0 step dy until ht : draw (0,i) -- (wd,i) ; endfor ;
%         )
%             withpen pencircle scaled \MPvar{rulethickness}
%             withcolor "\MPvar{rulecolor}" ;
%         draw image (
%             if \MPvar{xstep} > 0 :
%                 for i=1 step \MPvar{xstep} until \MPvar{nx} :
%                     draw thetextext.bot(decimal i,(i*dx-ax,-ox));
%                 endfor ;
%             fi ;
%             if \MPvar{ystep} > 0 :
%                 for i=1 step \MPvar{ystep} until \MPvar{ny} :
%                     draw thetextext.lft(decimal i,(-oy,i*dy-ay)) ;
%                 endfor ;
%             fi ;
%         )
%             withcolor "\MPvar{color}" ;
%     endgroup ;
% \stopuseMPgraphic
%
% less tokens (not used often):
%
% \startuseMPgraphic{grid}{\c!nx,\c!ny,\c!dx,\c!dy,\c!factor,\c!scale,\c!xstep,\c!ystep,\c!xoffset,\c!yoffset,\c!align,s:\c!textcolor,s:\c!rulecolor,\c!rulethickness}
%     begingroup ;
%         save dx, dy, wd, ht, ox, oy, ax, ay ;
%
%         (dx,dy) = (\MPvar\c!dx,\MPvar\c!dy)*\MPvar\c!factor*\MPvar\c!scale ;
%         (wd,ht) = (\MPvar\c!nx*dx,\MPvar\c!ny*dy) ;
%         (ox,oy) = (\MPvar\c!xoffset,\MPvar\c!yoffset) ;
%         (ax,ay) = if \MPvar\c!align = 1 : (\c!dx,\c!dy)/2 else : origin fi ;
%
%         draw image (
%             for i=0 step dx until wd : draw (i,0) -- (i,ht) ; endfor ;
%             for i=0 step dy until ht : draw (0,i) -- (wd,i) ; endfor ;
%         )
%             withpen pencircle scaled \MPvar\c!rulethickness\space
%             withcolor "\MPvar\c!rulecolor" ;
%         draw image (
%             if \MPvar\c!xstep > 0 :
%                 for i=1 step \MPvar\c!xstep until \MPvar\c!nx :
%                     draw thetextext.bot(decimal i,(i*dx-ax,-ox));
%                 endfor ;
%             fi ;
%             if \MPvar\c!ystep > 0 :
%                 for i=1 step \MPvar\c!ystep until \MPvar\c!ny :
%                     draw thetextext.lft(decimal i,(-oy,i*dy-ay)) ;
%                 endfor ;
%             fi ;
%         )
%             withcolor "\MPvar\c!color" ;
%     endgroup ;
% \stopuseMPgraphic
%
% \def\typo_grid_base[#1]%
%   {\dontleavehmode
%    \hbox\bgroup
%    \getdummyparameters
%      [\c!nx=10,\c!ny=10,\c!dx=.5,\c!dy=.5,\c!xstep=0,\c!ystep=0,%
%       \c!unit=\s!cm,\c!scale=1,\c!factor=1,%
%       \c!offset=.25ex,%
%       \c!xoffset=\directdummyparameter\c!offset,%
%       \c!yoffset=\directdummyparameter\c!offset,%
%       \c!align=,%
%       \c!color=\currentcolorname,%
%       \c!rulecolor=\currentcolorname,%
%       \c!rulethickness=\linewidth,%
%       #1]%
%    \usedummystyleandcolor\c!style\c!color
%    \edef\p_align{\directdummyparameter\c!align}%
%    \edef\p_unit {\directdummyparameter\c!unit}%
%    \useMPgraphic
%      {grid}%
%      {nx=\directdummyparameter\c!nx,%
%       ny=\directdummyparameter\c!ny,%
%       dx=\directdummyparameter\c!dx\p_unit,%
%       dy=\directdummyparameter\c!dy\p_unit,%
%       factor=\directdummyparameter\c!factor,%
%       scale=\directdummyparameter\c!scale,%
%       xstep=\directdummyparameter\c!xstep,%
%       ystep=\directdummyparameter\c!ystep,%
%       xoffset=\directdummyparameter\c!xoffset,%
%       yoffset=\directdummyparameter\c!yoffset,%
%       color=\directdummyparameter\c!color,%
%       rulecolor=\directdummyparameter\c!rulecolor,%
%       rulethickness=\directdummyparameter\c!rulethickness,%
%       align=\ifx\p_align\v!middle\!!plusone\else\!!zerocount\fi}%
%    \egroup}
%
% even less tokens wasted (no need to clog the core with hardly
% used code):

\startuseMPgraphic{meta:grd:basegrid}
    begingroup ;

        save sc, dx, dy, wd, ht, ox, oy, ax, ay ;

        sc = \directdummyparameter\c!factor*\directdummyparameter\c!scale ;
        dx = \MPdpar\directdummyparameter\c!dx*sc ;
        dy = \MPdpar\directdummyparameter\c!dy*sc ;
        wd = \directdummyparameter\c!nx*dx ;
        ht = \directdummyparameter\c!ny*dy ;
        ox = \MPdpar\directdummyparameter\c!xoffset\relax ;
        oy = \MPdpar\directdummyparameter\c!yoffset\relax ;

        if "\directdummyparameter\c!align" = "\v!middle" :
            ax = \MPdpar\directdummyparameter\c!dx/2
            ay = \MPdpar\directdummyparameter\c!dy/2
        else :
            ax = 0 ;
            ay = 0 ;
        fi ;

        draw image (
            for i=0 step dx until wd : draw (i,0) -- (i,ht) ; endfor ;
            for i=0 step dy until ht : draw (0,i) -- (wd,i) ; endfor ;
        )
            withpen pencircle scaled \MPdpar\directdummyparameter\c!rulethickness\space
            withcolor "\directdummyparameter\c!rulecolor" ;

        draw image (
            if \directdummyparameter\c!xstep > 0 :
                for i=1 step \directdummyparameter\c!xstep until \directdummyparameter\c!nx :
                    draw thetextext.bot(decimal i,(i*dx-ax,oy));
                endfor ;
            fi ;
            if \directdummyparameter\c!ystep > 0 :
                for i=1 step \directdummyparameter\c!ystep until \directdummyparameter\c!ny :
                    draw thetextext.lft(decimal i,(ox,i*dy-ay)) ;
                endfor ;
            fi ;
        )
            withcolor "\directdummyparameter\c!color" ;

    endgroup ;
\stopuseMPgraphic

\def\typo_grid_base[#1]%
  {\dontleavehmode
   \hbox\bgroup
   \getdummyparameters
     [\c!nx=10,\c!ny=10,%
      \c!dx=.5,\c!dy=.5,%
      \c!xstep=0,\c!ystep=0,%
      \c!unit=\s!cm,\c!scale=1,\c!factor=1,%
      \c!offset=.25\exheight,%
      \c!xoffset=\directdummyparameter\c!offset,%
      \c!yoffset=\directdummyparameter\c!offset,%
      \c!align=,%
      \c!color=\currentcolorname,%
      \c!rulecolor=\currentcolorname,%
      \c!rulethickness=\linewidth,%
      #1]%
   \usedummystyleandcolor\c!style\c!color
   \setexpandeddummyparameter\c!dx{\directdummyparameter\c!dx\directdummyparameter\c!unit}%
   \setexpandeddummyparameter\c!dy{\directdummyparameter\c!dy\directdummyparameter\c!unit}%
   \useMPgraphic{meta:grd:basegrid}%
   \egroup}

\unexpanded\def\basegrid
  {\dosingleempty\typo_grid_base}

\let\grid\basegrid

\protect \endinput