summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/wargame/source/natoapp6c/frames/neutral.dtx
blob: b0b18780a94a4595f8a7b40506381c9c15bc7447 (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
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
% \iffalse
% --------------------------------------------------------------------
%<*natoapp6c>
% \fi
% \subsubsection{`Neutral' node shapes}
%
%
% Macro for neutral shapes
%
%    \begin{macrocode}
\def\n@to@pp@neutr@l@init{%
  \northeast\wg@tmpa=\pgf@x\wg@tmpb=\pgf@y%
  \def\n@to@pp@neutr@l@left  {\pgflineto{\pgfqpoint{-\wg@tmpa}{-\wg@tmpb}}}%
  \def\n@to@pp@neutr@l@right {\pgflineto{\pgfqpoint{ \wg@tmpa}{ \wg@tmpb}}}%
  \def\n@to@pp@neutr@l@top   {\pgflineto{\pgfqpoint{-\wg@tmpa}{ \wg@tmpb}}}%
  \def\n@to@pp@neutr@l@bottom{\pgflineto{\pgfqpoint{ \wg@tmpa}{-\wg@tmpb}}}%
  \def\n@to@pp@neutr@l@nw    {\pgfmoveto{\pgfqpoint{-\wg@tmpa}{ \wg@tmpb}}}%
  \def\n@to@pp@neutr@l@ne    {\pgfmoveto{\pgfqpoint{ \wg@tmpa}{ \wg@tmpb}}}%
  \def\n@to@pp@neutr@l@se    {\pgfmoveto{\pgfqpoint{ \wg@tmpa}{-\wg@tmpb}}}%
  \def\n@to@pp@neutr@l@sw    {\pgfmoveto{\pgfqpoint{-\wg@tmpa}{-\wg@tmpb}}}%
}
%    \end{macrocode}
%    
% \iffalse
% ....................................................................
% \fi
% \begin{NatoAppFrame}{natoapp6c neutral air}
%
%   The neutral air command
%   
%    \begin{macrocode}
\pgfdeclareshape{natoapp6c neutral air}{%
  \inheritsavedanchors[from=natoapp6c base]
  \savedanchor\northeast{\pgf@x=\n@to@pp@r\pgf@y=\n@to@pp@r}
  \anchor{north east}{\northeast}
  \anchor{north west}{\northeast\pgf@x=-\pgf@x}
  \anchor{south east}{\northeast\pgf@y=-\pgf@y}
  \anchor{south west}{\northeast\pgf@x=-\pgf@x\pgf@y=-\pgf@y}
  \anchor{north}{\northeast\pgf@x=0cm}
  \anchor{east}{\northeast\pgf@y=0cm}
  \anchor{west}{\northeast\pgf@x=-\pgf@x\pgf@y=0cm}
  \anchor{south}{\northeast\pgf@x=0cm\pgf@y=-\pgf@y}
  \inheritanchor[from=natoapp6c base]{upper}
  \inheritanchor[from=natoapp6c base]{lower}
  \inheritanchor[from=natoapp6c base]{left}
  \inheritanchor[from=natoapp6c base]{right}
  \inheritanchor[from=natoapp6c base]{center}
  \backgroundpath{%
    \n@to@pp@neutr@l@init%
    \n@to@pp@neutr@l@se
    \n@to@pp@neutr@l@right%
    \n@to@pp@neutr@l@top%
    \n@to@pp@neutr@l@left%
  }
  \behindforegroundpath{%
    \n@to@pp@neutr@l@init%
    \n@to@pp@neutr@l@se
    \n@to@pp@neutr@l@right%
    \n@to@pp@neutr@l@top%
    \n@to@pp@neutr@l@left%
    \pgfusepath{stroke}%
  }
}
%    \end{macrocode}
% \end{NatoAppFrame}
% 
% \iffalse
% ....................................................................
% \fi
% \begin{NatoAppFrame}{natoapp6c neutral land}
%
%   The neutral land command
%   
%    \begin{macrocode}
\pgfdeclareshape{natoapp6c neutral land}{%
  \inheritsavedanchors[from=natoapp6c neutral air]
  \inheritanchor[from=natoapp6c neutral air]{north east}
  \inheritanchor[from=natoapp6c neutral air]{north west}
  \inheritanchor[from=natoapp6c neutral air]{south east}
  \inheritanchor[from=natoapp6c neutral air]{south west}
  \inheritanchor[from=natoapp6c neutral air]{north}
  \inheritanchor[from=natoapp6c neutral air]{west}
  \inheritanchor[from=natoapp6c neutral air]{east}
  \inheritanchor[from=natoapp6c neutral air]{south}
  \inheritanchor[from=natoapp6c neutral air]{upper}
  \inheritanchor[from=natoapp6c neutral air]{lower}
  \inheritanchor[from=natoapp6c neutral air]{left}
  \inheritanchor[from=natoapp6c neutral air]{right}
  \inheritanchor[from=natoapp6c neutral air]{center}
  \backgroundpath{%
    \n@to@pp@neutr@l@init%
    \n@to@pp@neutr@l@ne
    \n@to@pp@neutr@l@top%
    \n@to@pp@neutr@l@left%
    \n@to@pp@neutr@l@bottom%
    \pgfclosepath
  }
  \behindforegroundpath{%
    \n@to@pp@neutr@l@init%
    \n@to@pp@neutr@l@ne
    \n@to@pp@neutr@l@top%
    \n@to@pp@neutr@l@left%
    \n@to@pp@neutr@l@bottom%
    \pgfclosepath
    \pgfusepath{stroke}%
  }
}
%    \end{macrocode}
% \end{NatoAppFrame}
% 
% \iffalse
% ....................................................................
% \fi
% \begin{NatoAppFrame}{natoapp6c neutral activity}
%
%   The neutral activity command. Similar to land command but with
%   boxes added in the corners. 
%   
%    \begin{macrocode}
\pgfdeclareshape{natoapp6c neutral activity}{%
  \inheritsavedanchors[from=natoapp6c neutral land]
  \inheritanchor[from=natoapp6c neutral land]{center}
  \inheritanchor[from=natoapp6c neutral land]{inner north east}
  \inheritanchor[from=natoapp6c neutral land]{inner north west}
  \inheritanchor[from=natoapp6c neutral land]{inner south west}
  \inheritanchor[from=natoapp6c neutral land]{inner south east}
  \inheritanchor[from=natoapp6c neutral land]{north east}
  \inheritanchor[from=natoapp6c neutral land]{north west}
  \inheritanchor[from=natoapp6c neutral land]{south east}
  \inheritanchor[from=natoapp6c neutral land]{south west}
  \inheritanchor[from=natoapp6c neutral land]{north}
  \inheritanchor[from=natoapp6c neutral land]{west}
  \inheritanchor[from=natoapp6c neutral land]{east}
  \inheritanchor[from=natoapp6c neutral land]{south}
  \inheritanchor[from=natoapp6c neutral land]{upper}
  \inheritanchor[from=natoapp6c neutral land]{lower}
  \inheritanchor[from=natoapp6c neutral land]{left}
  \inheritanchor[from=natoapp6c neutral land]{right}
  \inheritanchor[from=natoapp6c neutral land]{center}
  \inheritbackgroundpath[from=natoapp6c neutral land]
  \behindforegroundpath{
    \begin{n@to@pp@stroketofill}
      \n@to@pp@neutr@l@init%
      \n@to@pp@neutr@l@ne
      \n@to@pp@neutr@l@top%
      \n@to@pp@neutr@l@left%
      \n@to@pp@neutr@l@bottom%
      \pgfclosepath
      \pgfusepath{stroke}
      %
      \northeast \wg@tmpa=\pgf@x\wg@tmpb\pgf@y%
      \wg@tmpc=\wg@tmpa\advance\wg@tmpc-\n@to@pp@act@w
      \wg@tmpd=\wg@tmpb\advance\wg@tmpd-\n@to@pp@act@w
      %
      \pgfpathmoveto{\pgfqpoint{\wg@tmpa}{\wg@tmpb}}%
      \pgfpathlineto{\pgfqpoint{\wg@tmpc}{\wg@tmpb}}%
      \pgfpathlineto{\pgfqpoint{\wg@tmpc}{\wg@tmpd}}%
      \pgfpathlineto{\pgfqpoint{\wg@tmpa}{\wg@tmpd}}%
      \pgfclosepath
      \pgfusepath{fill}%
      %
      \pgfpathmoveto{\pgfqpoint{\wg@tmpa}{-\wg@tmpd}}%
      \pgfpathlineto{\pgfqpoint{\wg@tmpc}{-\wg@tmpd}}%
      \pgfpathlineto{\pgfqpoint{\wg@tmpc}{-\wg@tmpb}}%
      \pgfpathlineto{\pgfqpoint{\wg@tmpa}{-\wg@tmpb}}%
      \pgfclosepath
      \pgfusepath{fill}%
      %
      \pgfpathmoveto{\pgfqpoint{-\wg@tmpc}{\wg@tmpb}}%
      \pgfpathlineto{\pgfqpoint{-\wg@tmpa}{\wg@tmpb}}%
      \pgfpathlineto{\pgfqpoint{-\wg@tmpa}{\wg@tmpd}}%
      \pgfpathlineto{\pgfqpoint{-\wg@tmpc}{\wg@tmpd}}%
      \pgfclosepath
      \pgfusepath{fill}%
      %
      \pgfpathmoveto{\pgfqpoint{-\wg@tmpc}{-\wg@tmpd}}%
      \pgfpathlineto{\pgfqpoint{-\wg@tmpa}{-\wg@tmpd}}%
      \pgfpathlineto{\pgfqpoint{-\wg@tmpa}{-\wg@tmpb}}%
      \pgfpathlineto{\pgfqpoint{-\wg@tmpc}{-\wg@tmpb}}%
      \pgfclosepath
      \pgfusepath{fill}%
    \end{n@to@pp@stroketofill}
  }
}
%    \end{macrocode}
% \end{NatoAppFrame}
% 
% \iffalse
% ....................................................................
% \fi
% \begin{NatoAppFrame}{natoapp6c neutral equipment}
%
%   The neutral equipment command.  Same as land command
%   
%    \begin{macrocode}
\pgfdeclareshape{natoapp6c neutral equipment}{%
  \inheritsavedanchors[from=natoapp6c neutral land]
  \inheritanchor[from=natoapp6c neutral land]{center}
  \inheritanchor[from=natoapp6c neutral land]{inner north east}
  \inheritanchor[from=natoapp6c neutral land]{inner north west}
  \inheritanchor[from=natoapp6c neutral land]{inner south west}
  \inheritanchor[from=natoapp6c neutral land]{inner south east}
  \inheritanchor[from=natoapp6c neutral land]{north east}
  \inheritanchor[from=natoapp6c neutral land]{north west}
  \inheritanchor[from=natoapp6c neutral land]{south east}
  \inheritanchor[from=natoapp6c neutral land]{south west}
  \inheritanchor[from=natoapp6c neutral land]{north}
  \inheritanchor[from=natoapp6c neutral land]{west}
  \inheritanchor[from=natoapp6c neutral land]{east}
  \inheritanchor[from=natoapp6c neutral land]{south}
  \inheritanchor[from=natoapp6c neutral land]{upper}
  \inheritanchor[from=natoapp6c neutral land]{lower}
  \inheritanchor[from=natoapp6c neutral land]{left}
  \inheritanchor[from=natoapp6c neutral land]{right}
  \inheritanchor[from=natoapp6c neutral land]{center}
  \inheritbackgroundpath[from=natoapp6c neutral land]
  \inheritbehindbackgroundpath[from=natoapp6c neutral land]
}
%    \end{macrocode}
% \end{NatoAppFrame}
% 
% \iffalse
% ....................................................................
% \fi
% \begin{NatoAppFrame}{natoapp6c neutral installation}
%
%   The neutral installation command.  Similar to land command but
%   with a `hat' on top. 
%   
%    \begin{macrocode}
\pgfdeclareshape{natoapp6c neutral installation}{%
  \inheritsavedanchors[from=natoapp6c neutral land]
  \inheritanchor[from=natoapp6c neutral land]{center}
  \inheritanchor[from=natoapp6c neutral land]{inner north east}
  \inheritanchor[from=natoapp6c neutral land]{inner north west}
  \inheritanchor[from=natoapp6c neutral land]{inner south west}
  \inheritanchor[from=natoapp6c neutral land]{inner south east}
  \inheritanchor[from=natoapp6c neutral land]{north east}
  \inheritanchor[from=natoapp6c neutral land]{north west}
  \inheritanchor[from=natoapp6c neutral land]{south east}
  \inheritanchor[from=natoapp6c neutral land]{south west}
  \inheritanchor[from=natoapp6c neutral land]{north}
  \inheritanchor[from=natoapp6c neutral land]{west}
  \inheritanchor[from=natoapp6c neutral land]{east}
  \inheritanchor[from=natoapp6c neutral land]{south}
  \inheritanchor[from=natoapp6c neutral land]{upper}
  \inheritanchor[from=natoapp6c neutral land]{lower}
  \inheritanchor[from=natoapp6c neutral land]{left}
  \inheritanchor[from=natoapp6c neutral land]{right}
  \inheritanchor[from=natoapp6c neutral land]{center}
  \inheritbackgroundpath[from=natoapp6c neutral land]
  \behindforegroundpath{
    \begin{n@to@pp@stroketofill}
      \n@to@pp@neutr@l@init%
      \n@to@pp@neutr@l@ne
      \n@to@pp@neutr@l@top%
      \n@to@pp@neutr@l@left%
      \n@to@pp@neutr@l@bottom%
      \pgfclosepath
      \pgfusepath{stroke}
      %
      \northeast \wg@tmpa=\pgf@y%
      \wg@tmpb=\wg@tmpa\advance\wg@tmpb\n@to@pp@inst@h%
      %
      \pgfpathmoveto{\pgfqpoint{ \n@to@pp@inst@x}{\wg@tmpb}}%
      \pgfpathlineto{\pgfqpoint{-\n@to@pp@inst@x}{\wg@tmpb}}%
      \pgfpathlineto{\pgfqpoint{-\n@to@pp@inst@x}{\wg@tmpa}}%
      \pgfpathlineto{\pgfqpoint{ \n@to@pp@inst@x}{\wg@tmpa}}%
      \pgfclosepath
      \pgfusepath{fill}%
    \end{n@to@pp@stroketofill}
  }
}
%    \end{macrocode}
% \end{NatoAppFrame}
% 
% \iffalse
% ....................................................................
% \fi
% \begin{NatoAppFrame}{natoapp6c neutral sea surface}
%
%   The neutral sea surface command.  Same as land command. 
%   
%    \begin{macrocode}
\pgfdeclareshape{natoapp6c neutral sea surface}{%
  \inheritsavedanchors[from=natoapp6c neutral equipment]
  \inheritanchor[from=natoapp6c neutral equipment]{inner north east}
  \inheritanchor[from=natoapp6c neutral equipment]{inner north west}
  \inheritanchor[from=natoapp6c neutral equipment]{inner south west}
  \inheritanchor[from=natoapp6c neutral equipment]{inner south east}
  \inheritanchor[from=natoapp6c neutral equipment]{north east}
  \inheritanchor[from=natoapp6c neutral equipment]{north west}
  \inheritanchor[from=natoapp6c neutral equipment]{south east}
  \inheritanchor[from=natoapp6c neutral equipment]{south west}
  \inheritanchor[from=natoapp6c neutral equipment]{north}
  \inheritanchor[from=natoapp6c neutral equipment]{west}
  \inheritanchor[from=natoapp6c neutral equipment]{east}
  \inheritanchor[from=natoapp6c neutral equipment]{south}
  \inheritanchor[from=natoapp6c neutral equipment]{upper}
  \inheritanchor[from=natoapp6c neutral equipment]{lower}
  \inheritanchor[from=natoapp6c neutral equipment]{left}
  \inheritanchor[from=natoapp6c neutral equipment]{right}
  \inheritanchor[from=natoapp6c neutral equipment]{center}
  \inheritbackgroundpath[from=natoapp6c neutral equipment]
  \inheritbehindforegroundpath[from=natoapp6c neutral equipment]
}
%    \end{macrocode}
% \end{NatoAppFrame}
% 
% \iffalse
% ....................................................................
% \fi
% \begin{NatoAppFrame}{natoapp6c neutral space}
%
%   The neutral space command.  Similar to air command but with a
%   bar. 
%   
%    \begin{macrocode}
\pgfdeclareshape{natoapp6c neutral space}{%
  \inheritsavedanchors[from=natoapp6c neutral air]
  \inheritanchor[from=natoapp6c neutral air]{north east}
  \inheritanchor[from=natoapp6c neutral air]{north west}
  \inheritanchor[from=natoapp6c neutral air]{south east}
  \inheritanchor[from=natoapp6c neutral air]{south west}
  \inheritanchor[from=natoapp6c neutral air]{north}
  \inheritanchor[from=natoapp6c neutral air]{west}
  \inheritanchor[from=natoapp6c neutral air]{east}
  \inheritanchor[from=natoapp6c neutral air]{south}
  \inheritanchor[from=natoapp6c neutral air]{upper}
  \inheritanchor[from=natoapp6c neutral air]{lower}
  \inheritanchor[from=natoapp6c neutral air]{left}
  \inheritanchor[from=natoapp6c neutral air]{right}
  \inheritanchor[from=natoapp6c neutral air]{center}
  \inheritbackgroundpath[from=natoapp6c neutral air]
  \behindforegroundpath{%
    \begin{n@to@pp@stroketofill}
      \n@to@pp@neutr@l@init%
      \n@to@pp@neutr@l@se
      \n@to@pp@neutr@l@right%
      \n@to@pp@neutr@l@top%
      \n@to@pp@neutr@l@left%
      \pgfusepath{stroke}%
      %
      \n@to@pp@neutr@l@ne
      \n@to@pp@neutr@l@top%
      \northeast\wg@tmpa=\pgf@x\wg@tmpb=\pgf@y%
      \advance\wg@tmpb-\n@to@pp@space@h
      %
      \pgfpathlineto{\pgfqpoint{-\wg@tmpa}{\wg@tmpc}}%
      \pgfpathlineto{\pgfqpoint{-\wg@tmpa}{\wg@tmpb}}%
      \pgfpathlineto{\pgfqpoint{ \wg@tmpa}{\wg@tmpb}}%
      \pgfclosepath%
      \pgfusepath{fill}%
    \end{n@to@pp@stroketofill}
  }
}
%    \end{macrocode}
% \end{NatoAppFrame}
% 
% \iffalse
% ....................................................................
% \fi
% \begin{NatoAppFrame}{natoapp6c neutral sub surface}
%
%   The neutral sub surface command
%   
%    \begin{macrocode}
\pgfdeclareshape{natoapp6c neutral sub surface}{%
  \inheritsavedanchors[from=natoapp6c neutral air]
  \inheritanchor[from=natoapp6c neutral air]{north east}
  \inheritanchor[from=natoapp6c neutral air]{north west}
  \inheritanchor[from=natoapp6c neutral air]{south east}
  \inheritanchor[from=natoapp6c neutral air]{south west}
  \inheritanchor[from=natoapp6c neutral air]{north}
  \inheritanchor[from=natoapp6c neutral air]{west}
  \inheritanchor[from=natoapp6c neutral air]{east}
  \inheritanchor[from=natoapp6c neutral air]{south}
  \inheritanchor[from=natoapp6c neutral air]{upper}
  \inheritanchor[from=natoapp6c neutral air]{lower}
  \inheritanchor[from=natoapp6c neutral air]{left}
  \inheritanchor[from=natoapp6c neutral air]{right}
  \inheritanchor[from=natoapp6c neutral air]{center}
  \backgroundpath{%
    \n@to@pp@neutr@l@init%
    \n@to@pp@neutr@l@nw
    \n@to@pp@neutr@l@left%
    \n@to@pp@neutr@l@bottom%
    \n@to@pp@neutr@l@right%
  }
  \behindforegroundpath{%
    \n@to@pp@neutr@l@init%
    \n@to@pp@neutr@l@nw
    \n@to@pp@neutr@l@left%
    \n@to@pp@neutr@l@bottom%
    \n@to@pp@neutr@l@right%
    \pgfusepath{stroke}%
  }
}
%    \end{macrocode}
% \end{NatoAppFrame}
% 
% \iffalse
%</natoapp6c>
% --------------------------------------------------------------------
% \fi