summaryrefslogtreecommitdiff
path: root/fonts/mathabx/source/mathbdel.mf
blob: 0a178a37f26c39b0358da0935662b639be397af7 (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
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
% mathematical symbols by Anthony Phan.
% file: mathbdel.mf (big delimiters)
% last modification: May 16, 2005.
% Only known charcodes will be generated.

def horizontal_rules_list =
  0.5[-d, h]-math_axis, 0.5[-d, h]-math_axis+x_height,
  0.25[-d, h], 0.5[-d, h], 0.75[-d, h] enddef;

% Since I thinck that adjust_fit's strategy is too
% complex,  I just cut actual width in three parts:
% ``visible'' width,  ``internal'' adjustment and
% finally ``external'' adjustment. Letter_fit# is
% added automatically (there is no use of appr#'s).

vardef set_width(expr inner_sharp, internal_sharp, external_sharp) =
  internal_adjustment := hround((internal_sharp+letter_fit#)*hppp);
  external_adjustment := hround((external_sharp+letter_fit#)*hppp);
  inner_sharp+internal_sharp+external_sharp+2letter_fit#
enddef;

% PARENTHESIS (look at cm)

def tmp_program(expr orientation, hair, stem, do_top, do_bot) =
  pickup fine.nib;
  pos1(hround hair, 0); pos2(hround stem, 0); pos3(hround hair, 0);
  if orientation = left:
    rt x1r = rt x3r = hround(w-internal_adjustment-0.25u+0.5hair);
    lft x2l = external_adjustment+hround 0.25u;
  else:
    lft x1l = lft x3l = hround(internal_adjustment+0.25u-0.5hair);
    rt x2r = w-external_adjustment-hround 0.25u;
  fi
  if do_top and do_bot:
    top y1 = h; bot y3 = -d; y2 = 0.5[y1, y3];
    filldraw stroke z1e{3(x2e-x1e), y2-y1}...z2e{down}
    ...{3(x3e-x2e), y3-y2}z3e;
  elseif do_top:
    top y1 = h; y2 = -d-eps;
    filldraw stroke z1e{3(x2e-x1e), y2-y1}...z2e{down};
  elseif do_bot:
    y2 = h+eps; bot y3 = -d;
    filldraw stroke z2e{down}...{3(x3e-x2e), y3-y2}z3e;
  else:
    pos2'(hround stem, 0); x2' = x2;
    y2 = h+eps; y2' = -d-eps;
    filldraw stroke z2e..z2'e;
  fi
  penlabels(1, 2, 3, 2');
enddef;

beginchar(paren_left,
    5u#+2appr#, body_height#, paren_depth#);
  "Left parenthesis";
%  italcorr body_height#*slant-0.5u#;
  pickup fine.nib;
  pos1(vair, 0); pos2(0.75[hair, stem], 0); pos3(vair, 0);
  rt x1r = rt x3r = w-appr; lft x2l = hround(x1-4u);
  top y1 = h; y2 = 0.5[y1, y3] = math_axis;
  filldraw stroke z1e{3(x2e-x1e), y2-y1}...z2e{down}
  ...{3(x3e-x2e), y3-y2}z3e;
  penlabels(1, 2, 3);
endchar;

beginchar(paren_left_big, %7u#,
    set_width(5u#, (1-0.25)*u#, (1+1.5)*u#), rth.frac#, 2dh#-rth.frac#);
  "big left parenthesis";
%  adjust_fit(1.5u#, -.25u#);
  tmp_program(left, hair, stem, true, true);
endchar;

beginchar(paren_left_Big, %9u#,
    set_width(7u#, (1-0.25)*u#, (1+2)*u#), rth.frac#, 3dh#-rth.frac#);
  "Big left parenthesis";
%  adjust_fit(2u#, -.25u#);
  tmp_program(left, rth1, .5[stem, bold], true, true);
endchar;

beginchar(paren_left_bigg, %11u#,
    set_width(9u#, (1-0.25)*u#, (1+2.5)*u#), rth.frac#, 4dh#-rth.frac#);
  "bigg left parenthesis";
%  adjust_fit(2.5u#, -.25u#);
  tmp_program(left, rth1+.2dw, bold, true, true);
endchar;

beginchar(paren_left_Bigg, %11.5u#,
    set_width(9.5u#, (1-0.25)*u#, (1+3)*u#), rth.frac#, 5dh#-rth.frac#);
  "Bigg left parenthesis";
%  adjust_fit(3u#, -.25u#);
  tmp_program(left, rth1+.4dw, bold+dw, true, true);
endchar;

beginchar(paren_left_top, %12u#,
    set_width(10u#, (1-0.25)*u#, (1+4)*u#), rth.frac#, 3dh#-rth.frac#);
  "left perenthesis' extension top";
%  adjust_fit(4u#, -.25u#); pickup fine.nib;
  tmp_program(left, rth1+.6dw, bold+2dw, true, false);
endchar;

beginchar(paren_left_bot, %12u#,
    set_width(10u#, (1-0.25)*u#, (1+4)*u#), rth.frac#, 3dh#-rth.frac#);
  "left parenthesis' extension bot";
%  adjust_fit(4u#, -.25u#); pickup fine.nib;
  tmp_program(left, rth1+.6dw, bold+2dw, false, true);
endchar;

beginchar(paren_left_mid, %12u#,
    set_width(10u#, (1-0.25)*u#, (1+4)*u#), 0, dh#);
  "left parenthesis' extension mid";
%  adjust_fit(4u#, -.25u#); pickup fine.nib;
  tmp_program(left, rth1+.6dw, bold+2dw, false, false);
endchar;

beginchar(paren_right,
    5u#+2appr#, body_height#, paren_depth#);
  "Right parenthesis";
%  italcorr math_axis#*slant-0.5u#;
  pickup fine.nib;
  pos1(vair, 0); pos2(0.75[hair, stem], 0); pos3(vair, 0);
  lft x1l = lft x3l = appr; rt x2r = hround(x1+4u);
  top y1 = h; y2 = 0.5[y1, y3] = math_axis;
  filldraw stroke z1e{3(x2e-x1e), y2-y1}...z2e{down}
  ...{3(x3e-x2e), y3-y2}z3e;
  penlabels(1, 2, 3);
endchar;

beginchar(paren_right_big, %7u#,
    set_width(5u#, (1-0.25)*u#, (1+1.5)*u#), rth.frac#, 2dh#-rth.frac#);
  "big right parenthesis";
%  adjust_fit(-.25u#, 1.5u#);
  tmp_program(right, hair, stem, true, true);
endchar;

beginchar(paren_right_Big, %9u#,
    set_width(7u#, (1-0.25)*u#, (1+2)*u#), rth.frac#, 3dh#-rth.frac#);
  "Big right parenthesis";
%  adjust_fit(-.25u#, 2u#);
  tmp_program(right, rth1, .5[stem, bold], true, true);
endchar;

beginchar(paren_right_bigg, %11u#,
    set_width(9u#, (1-0.25)*u#, (1+2.5)*u#), rth.frac#, 4dh#-rth.frac#);
  "bigg right parenthesis";
%  adjust_fit(-.25u#, 2.5u#);
  tmp_program(right, rth1+.2dw, bold, true, true);
endchar;

beginchar(paren_right_Bigg, %11.5u#,
    set_width(9.5u#, (1-0.25)*u#, (1+3)*u#), rth.frac#, 5dh#-rth.frac#);
  "Bigg right parenthesis";
%  adjust_fit(-.25u#, 3u#);
  tmp_program(right, rth1+.4dw, bold+dw, true, true);
endchar;

beginchar(paren_right_top, %12u#,
    set_width(10u#, (1-0.25)*u#, (1.4)*u#), rth.frac#, 3dh#-rth.frac#);
  "right parenthesis' extension top";
%  adjust_fit(-.25u#, 4u#); pickup fine.nib;
  tmp_program(right, rth1+.6dw, bold+2dw, true, false);
endchar;

beginchar(paren_right_bot, %12u#,
    set_width(10u#, (1-0.25)*u#, (1+4)*u#), rth.frac#, 3dh#-rth.frac#);
  "right parenthesis' extension top";
%  adjust_fit(-.25u#, 4u#); pickup fine.nib;
  tmp_program(right, rth1+.6dw, bold+2dw, false, true);
endchar;

beginchar(paren_right_mid, %12u#,
    set_width(10u#, (1-0.25)*u#, (1.4)*u#), 0, dh#);
  "big right parenthesis' extension mid";
%  adjust_fit(-.25u#, 4u#); pickup fine.nib;
  tmp_program(right, rth1+.6dw, bold+2dw, false, false);
endchar;

% BRACKETS

def tmp_program(expr orientation, stem, rth, do_top, do_bot, not_ext) =
  pickup tiny.nib;
  pos1(hround stem, 0); pos2(hround stem, 0);
  pos3(vround rth, 90); pos4(vround rth, 90);
  pos5(vround rth, 90); pos6(vround rth, 90);
  if do_top or not_ext: top y1 = h; else: y1 = h+eps; fi
  if do_bot or not_ext: bot y2 = -d; else: y2 = -d-eps; fi
  y1 = y3r = y4r; y2 = y5l = y6l;
  if orientation = left:
    lft x1l = lft x2l = min(external_adjustment, hround 0.5(w-stem));
    rt x3r = rt x5l = w-internal_adjustment;
    x4r = x1r; x6l = x2r;
  else:
    rt x1r = rt x2r = max(w-external_adjustment, hround 0.5(w+stem));
    lft x4r = lft x6l = internal_adjustment;
    x3r = x1l; x5l = x2l;
  fi
  filldraw stroke z1e--z2e;
  if do_top: filldraw stroke z3e--z4e; fi
  if do_bot: filldraw stroke z5e--z6e; fi
  penlabels(1, 2, 3, 4, 5, 6);
enddef;

% HALF BRACKETS (true heights or depths are to be discussed)

% okay
beginchar(bracket_upper_left,
    set_width(4u#, 0.2u#, 2u#), body_height#, paren_depth#);
  "Upper left bracket";
  a := d; d := -vround 0.75[-d, h];
  tmp_program(left, 0[0.95stem, 0.95cap_stem],
    rth0, true, false, true);
  d := a;
endchar;

% okay
beginchar(bracket_lower_left,
    set_width(4u#, 0.2u#, 2u#), body_height#, paren_depth#);
  "Lower left bracket";
  a := h; h := vround 0.25[-d, h];
  tmp_program(left, 0[0.95stem, 0.95cap_stem],
    rth0, false, true, true);
  h := a;
endchar;

% okay
beginchar(bracket_upper_right,
    set_width(4u#, 0.2u#, 2u#), body_height#, paren_depth#);
  "Upper right bracket";
  a := d; d := -vround 0.75[-d, h];
  tmp_program(right, 0[0.95stem, 0.95cap_stem],
    rth0, true, false, true);
  d := a;
endchar;

% okay
beginchar(bracket_lower_right,
    set_width(4u#, 0.2u#, 2u#), body_height#, paren_depth#);
  "Lower right bracket";
  a := h; h := vround 0.25[-d, h];
  tmp_program(right, 0[0.95stem, 0.95cap_stem],
    rth0, false, true, true);
  h := a;
endchar;

% okay
beginchar(bracket_upper_lower_left,
    set_width(4u#, 0.2u#, 2u#), body_height#, paren_depth#);
  "Upper lower left bracket";
  a := d; d := -vround 0.75[-d, h];
  tmp_program(left, 0[0.95stem, 0.95cap_stem],
    rth0, true, false, true);
  d := a;
  clearxy;
  a := h; h := vround 0.25[-d, h];
  tmp_program(left, 0[0.95stem, 0.95cap_stem],
    rth0, false, true, true);
  h := a;
endchar;

% okay
beginchar(bracket_upper_lower_right,
    set_width(4u#, 0.2u#, 2u#), body_height#, paren_depth#);
  "Upper lower right bracket";
  a := d; d := -vround 0.75[-d, h];
  tmp_program(right, 0[0.95stem, 0.95cap_stem],
    rth0, true, false, true);
  d := a;
  clearxy;
  a := h; h := vround 0.25[-d, h];
  tmp_program(right, 0[0.95stem, 0.95cap_stem],
    rth0, false, true, true);
  h := a;
endchar;

% okay
beginchar(bracket_left,
    set_width(4u#, 0.2u#, 2u#), body_height#, paren_depth#);
  "Left bracket";
  tmp_program(left, 0[0.95stem, 0.95cap_stem],
    rth0, true, true, true);
endchar;

beginchar(bracket_left_big,
    set_width(4.5u#, 0.4u#, 2.5u#), rth.frac#, 2dh#-rth.frac#);
  "big left bracket";
  tmp_program(left, 0.125[0.95stem, 0.95cap_stem],
    0.125[rth0, rth1], true, true, true);
endchar;

beginchar(bracket_left_Big,
    set_width(5u#, 0.6u#, 3u#), rth.frac#, 3dh#-rth.frac#);
  "Big left bracket";
  tmp_program(left, 0.25[0.95stem, 0.95cap_stem],
    0.25[rth0, rth1], true, true, true);
endchar;

beginchar(bracket_left_bigg,
    set_width(5.5u#, 0.8u#, 3.5u#), rth.frac#, 4dh#-rth.frac#);
  "bigg left bracket";
  tmp_program(left, 0.5[0.95stem, 0.95cap_stem],
    0.5[rth0, rth1], true, true, true);
endchar;

beginchar(bracket_left_Bigg,
    set_width(6u#, 1.00u#, 4u#), rth.frac#, 5dh#-rth.frac#);
  "Bigg left bracket";
  tmp_program(left, 0.75[0.95stem, 0.95cap_stem],
    0.75[rth0, rth1], true, true, true);
endchar;

beginchar(bracket_left_top,
    set_width(7u#, 1.5u#, 5u#), rth.frac#, 3dh#-rth.frac#);
  "left bracket's extension top";
  tmp_program(left, 0.95cap_stem, rth1, true, false, false);
endchar;

beginchar(bracket_left_bot,
    set_width(7u#, 1.5u#, 5u#), rth.frac#, 3dh#-rth.frac#);
  "left bracket's extension bottom";
  tmp_program(left, 0.95cap_stem, rth1, false, true, false);
endchar;

beginchar(bracket_left_mid,
    set_width(7u#, 1.5u#, 5u#), 0, dh#);
  "left bracket's extension module";
  tmp_program(left, 0.95cap_stem, rth1, false, false, false);
endchar;

% okay
beginchar(bracket_right,
    set_width(4u#, 0.2u#, 2u#), body_height#, paren_depth#);
  "Right bracket";
  tmp_program(right, 0[0.95stem, 0.95cap_stem],
    rth0, true, true, true);
endchar;

beginchar(bracket_right_big,
    set_width(4.5u#, 0.4u#, 2.5u#), rth.frac#, 2dh#-rth.frac#);
  "big right bracket";
  tmp_program(right, 0.125[0.95stem, 0.95cap_stem],
    0.125[rth0, rth1], true, true, true);
endchar;

beginchar(bracket_right_Big,
    set_width(5u#, 0.6u#, 3u#), rth.frac#, 3dh#-rth.frac#);
  "Big right bracket";
  tmp_program(right, 0.25[0.95stem, 0.95cap_stem],
    0.25[rth0, rth1], true, true, true);
endchar;

beginchar(bracket_right_bigg,
    set_width(5.5u#, 0.80u#, 3.5u#), rth.frac#, 4dh#-rth.frac#);
  "bigg right bracket";
  tmp_program(right, 0.5[0.95stem, 0.95cap_stem],
    0.5[rth0, rth1], true, true, true);
endchar;

beginchar(bracket_right_Bigg,
    set_width(6u#, 1.00u#, 4u#), rth.frac#, 5dh#-rth.frac#);
  "Bigg right bracket";
  tmp_program(right, 0.75[0.95stem, 0.95cap_stem],
    0.75[rth0, rth1], true, true, true);
endchar;

beginchar(bracket_right_top,
    set_width(7u#, 1.5u#, 5u#), rth.frac#, 3dh#-rth.frac#);
  "right bracket's extension top";
  tmp_program(right, 0.95cap_stem, rth1, true, false, false);
endchar;

beginchar(bracket_right_bot,
    set_width(7u#, 1.5u#, 5u#), rth.frac#, 3dh#-rth.frac#);
  "right bracket's extension bottom";
  tmp_program(right, 0.95cap_stem, rth1, false, true, false);
endchar;

beginchar(bracket_right_mid,
    set_width(7u#, 1.5u#, 5u#), 0, dh#);
  "right bracket's extension module";
  tmp_program(right, 0.95cap_stem, rth1, false, false, false);
endchar;

% okay
beginchar(ceiling_left,
    set_width(4u#, 0.2u#, 2u#), body_height#, paren_depth#);
  "Left ceiling";
  tmp_program(left, 0[0.95stem, 0.95cap_stem],
    rth0, true, false, true);
endchar;

beginchar(ceiling_left_big,
    set_width(4.5u#, 0.4u#, 2.5u#), rth.frac#, 2dh#-rth.frac#);
  "big left ceiling";
  tmp_program(left, 0.125[0.95stem, 0.95cap_stem],
    0.125[rth0, rth1], true, false, true);
endchar;

beginchar(ceiling_left_Big,
    set_width(5u#, 0.6u#, 3u#), rth.frac#, 3dh#-rth.frac#);
  "Big left ceiling";
  tmp_program(left, 0.25[0.95stem, 0.95cap_stem],
    0.25[rth0, rth1], true, false, true);
endchar;

beginchar(ceiling_left_bigg,
    set_width(5.5u#, 0.8u#, 3.5u#), rth.frac#, 4dh#-rth.frac#);
  "bigg left ceiling";
  tmp_program(left, 0.5[0.95stem, 0.95cap_stem],
    0.5[rth0, rth1], true, false, true);
endchar;

beginchar(ceiling_left_Bigg,
    set_width(6u#, 1.00u#, 4u#), rth.frac#, 5dh#-rth.frac#);
  "Bigg left ceiling";
  tmp_program(left, 0.75[0.95stem, 0.95cap_stem],
    0.75[rth0, rth1], true, false, true);
endchar;

% okay
beginchar(ceiling_right,
    set_width(4u#, 0.2u#, 2u#), body_height#, paren_depth#);
  "Right ceiling";
  tmp_program(right, 0[0.95stem, 0.95cap_stem], rth0, true, false, true);
endchar;

beginchar(ceiling_right_big,
    set_width(4.5u#, 0.4u#, 2.5u#), rth.frac#, 2dh#-rth.frac#);
  "big right ceiling";
  tmp_program(right, 0.125[0.95stem, 0.95cap_stem],
    0.125[rth0, rth1], true, false, true);
endchar;

beginchar(ceiling_right_Big,
    set_width(5u#, 0.6u#, 3u#), rth.frac#, 3dh#-rth.frac#);
  "Big right ceiling";
  tmp_program(right, 0.25[0.95stem, 0.95cap_stem],
    0.25[rth0, rth1], true, false, true);
endchar;

beginchar(ceiling_right_bigg,
    set_width(5.5u#, 0.80u#, 3.5u#), rth.frac#, 4dh#-rth.frac#);
  "bigg right ceiling";
  tmp_program(right, 0.5[0.95stem, 0.95cap_stem],
    0.5[rth0, rth1], true, false, true);
endchar;

beginchar(ceiling_right_Bigg,
    set_width(6u#, 1.00u#, 4u#), rth.frac#, 5dh#-rth.frac#);
  "Bigg right ceiling";
  tmp_program(right, 0.75[0.95stem, 0.95cap_stem],
    0.75[rth0, rth1], true, false, true);
endchar;

% okay
beginchar(floor_left,
    set_width(4u#, 0.2u#, 2u#), body_height#, paren_depth#);
  "Left floor";
  tmp_program(left, 0[0.95stem, 0.95cap_stem],
    rth0, false, true, true);
endchar;

beginchar(floor_left_big,
    set_width(4.5u#, 0.4u#, 2.5u#), rth.frac#, 2dh#-rth.frac#);
  "big left floor";
  tmp_program(left, 0.125[0.95stem, 0.95cap_stem],
    0.125[rth0, rth1], false, true, true);
endchar;

beginchar(floor_left_Big,
    set_width(5u#, 0.6u#, 3u#), rth.frac#, 3dh#-rth.frac#);
  "Big left floor";
  tmp_program(left, 0.25[0.95stem, 0.95cap_stem],
    0.25[rth0, rth1], false, true, true);
endchar;

beginchar(floor_left_bigg,
    set_width(5.5u#, 0.8u#, 3.5u#), rth.frac#, 4dh#-rth.frac#);
  "bigg left floor";
  tmp_program(left, 0.5[0.95stem, 0.95cap_stem],
    0.5[rth0, rth1], false, true, true);
endchar;

beginchar(floor_left_Bigg,
    set_width(6u#, 1.00u#, 4u#), rth.frac#, 5dh#-rth.frac#);
  "Bigg left floor";
  tmp_program(left, 0.75[0.95stem, 0.95cap_stem],
    0.75[rth0, rth1], false, true, true);
endchar;

% okay
beginchar(floor_right,
    set_width(4u#, 0.2u#, 2u#), body_height#, paren_depth#);
  "Right floor";
  tmp_program(right, 0[0.95stem, 0.95cap_stem],
    rth0, false, true, true);
endchar;

beginchar(floor_right_big,
    set_width(4.5u#, 0.4u#, 2.5u#), rth.frac#, 2dh#-rth.frac#);
  "big right floor";
  tmp_program(right, 0.125[0.95stem, 0.95cap_stem],
    0.125[rth0, rth1], false, true, true);
endchar;

beginchar(floor_right_Big,
    set_width(5u#, 0.6u#, 3u#), rth.frac#, 3dh#-rth.frac#);
  "Big right floor";
  tmp_program(right, 0.25[0.95stem, 0.95cap_stem],
    0.25[rth0, rth1], false, true, true);
endchar;

beginchar(floor_right_bigg,
    set_width(5.5u#, 0.80u#, 3.5u#), rth.frac#, 4dh#-rth.frac#);
  "bigg right floor";
  tmp_program(right, 0.5[0.95stem, 0.95cap_stem],
    0.5[rth0, rth1], false, true, true);
endchar;

beginchar(floor_right_Bigg,
    set_width(6u#, 1.00u#, 4u#), rth.frac#, 5dh#-rth.frac#);
  "Bigg right floor";
  tmp_program(right, 0.75[0.95stem, 0.95cap_stem],
    0.75[rth0, rth1], false, true, true);
endchar;

% BRACES

def tmp_program(expr orientation, stem, hair, factor, superness) =
  pickup fine.nib;
  if orientation = left:
    rt x5l = w-internal_adjustment;
    lft x1 = external_adjustment;
  else:
    lft x5l = internal_adjustment;
    rt x1 = w-external_adjustment;
  fi
  x3 = 0.5[x1, x5l];
  y1+0.5hair = vround(0.5[-d, h]+0.5hair); pos1(hround hair, 90);
  top y5r = h+eps; y3 = 0.5[y1l, y5r]; y2 = y2l = y1l; y1r = y2r;
  x2 = factor[x3, x5l]; a := 0.5[angle(z3-z2), 90]; pos5(hair, a);
  pos3(stem, angle(z3-z2) if orientation = left: + else: - fi 90);
  forsuffixes $ = r, l:
    z2$-z3$ = whatever*(z2-z3);
    z4$-z3$ = whatever*(z2-z3);
    z4$-z5$ = whatever*dir(a+90);
    forsuffixes @ = 1, 2, 3, 4, 5:
      x@'.$ = x@.$; y@'.$-y1 = y1-y@.$;
    endfor
  endfor
  autorounded;
  filldraw stroke z1e{x5e-x1e, 0}...
  (z2e+(1-superness)*(z1e-z2e)+(1-superness)*(z3e-z2e)){z3e-z1e}
  ...z3e{z3e-z2e}...
  (z4e+(1-superness)*(z3e-z4e)+(1-superness)*(z5e-z4e)){z5e-z3e}
  ...z5e{z5e-z4e};
  filldraw stroke z1'e{x5'e-x1'e, 0}...
  (z2'e+(1-superness)*(z1'e-z2'e)+(1-superness)*(z3'e-z2'e)){z3'e-z1'e}
  ...z3'e{z3'e-z2'e}...
  (z4'e+(1-superness)*(z3'e-z4'e)+(1-superness)*(z5'e-z4'e)){z5'e-z3'e}
  ...z5'e{z5'e-z4'e};
%  filldraw stroke z1e{x5e-x1e, 0}..
%  controls 0.5[z1e, z2e] and z2e ..z3e..
%  controls z4e and 0.5[z5e, z4e] ..z5e;
%  filldraw stroke z1'e{x5'e-x1'e, 0}..
%  controls 0.5[z1'e, z2'e] and z2'e ..z3'e..
%  controls z4'e and 0.5[z5'e, z4'e] ..z5'e;
 penlabels(1, 2, 3, 4, 5, 1', 2', 3', 4', 5');
enddef;

beginchar(brace_left,
    set_width(5u#, 1.5u#, 1.5u#), body_height#, paren_depth#);
  "left brace";
  tmp_program(left, 0[stem, cap_stem],
    0[hair, rth1], 0.5, superness);
endchar;

beginchar(brace_left_big,
    set_width(6u#, 1.75*u#, 1.75*u#), rth.frac#, 2dh#-rth.frac#);
  "big left brace";
  tmp_program(left, 0.125[stem, cap_stem],
    0.125[hair, rth1], 0.5, superness);
endchar;

beginchar(brace_left_Big,
    set_width(7u#, 2*u#, 2*u#), rth.frac#, 3dh#-rth.frac#);
  "Big left brace";
  tmp_program(left, 0.25[stem, cap_stem],
    0.25[hair, rth1], 0.5, superness);
endchar;

beginchar(brace_left_bigg,
    set_width(8u#, 2.25*u#, 2.25*u#), rth.frac#, 4dh#-rth.frac#);
  "bigg left brace";
  tmp_program(left, 0.5[stem, cap_stem],
    0.5[hair, rth1], 0.5, superness);
endchar;

beginchar(brace_left_Bigg,
    set_width(9u#, 2.5*u#, 2.5*u#), rth.frac#, 5dh#-rth.frac#);
  "Bigg left brace";
  tmp_program(left, 0.75[stem, cap_stem],
    0.75[hair, rth1], 0.5, superness);
endchar;

beginchar(brace_left_top,
    set_width(10u#, 3*u#, 3*u#), 0, 1.5dh#);
  "left brace's extension top";
  a := cap_stem;
  pickup fine.nib;
  top y1l = h; top y1l-y2 = 0.5(h+d); y3 = -d-eps;
  rt x1 = w-internal_adjustment;
  x2 = x3 = hround(0.5[external_adjustment, w-internal_adjustment]-0.5a)+0.5a;
  pos1(rth1, -90); pos2(a, 0); pos3(a, 0);
  filldraw stroke z1e left_to_down z2e..z3e;
  penlabels(1, 2, 3);
endchar;

beginchar(brace_left_bot,
    set_width(10u#, 3*u#, 3*u#), 0, 1.5dh#);
  "left brace's extension bot";
  a := cap_stem;
  pickup fine.nib;
  y1 = h+eps; y2-bot y3l = 0.5(h+d); bot y3l = -d;
  rt x3 = w-internal_adjustment;
  x1 = x2 = hround(0.5[external_adjustment, w-internal_adjustment]-0.5a)+0.5a;
  pos1(a, 0); pos2(a, 0); pos3(rth1, 90);
  filldraw stroke z1e..z2e down_to_right z3e;
  penlabels(1, 2, 3);
endchar;

beginchar(brace_left_mid,
    set_width(10u#, 3*u#, 3*u#), 0, 3dh#);
  "left brace's extension mid";
  a := cap_stem;
  pickup fine.nib;
  y1 = h+eps;
  y3+0.5rth1 = vround(0.5[-d, h]+0.5rth1);
  y2-bot y3r = top y3l-y4 = 0.25(h+d); y5 = -d-eps;
  x1 = x2 = x4 = x5 = hround(0.5[external_adjustment, w-internal_adjustment]-0.5a)+0.5a;
  lft x3 = external_adjustment;
  pos1(a, 0); pos2(a, 0); pos3(rth1, -90); pos4(a, 180); pos5(a, 180);
  filldraw stroke z1e..z2e down_to_left z3e;
  filldraw stroke z3e right_to_down z4e..z5e;
  penlabels(1, 2, 3, 4, 5);
endchar;

beginchar(brace_left_mod,
    set_width(10u#, 3*u#, 3*u#), 0, 0.5dh#);
  "left brace's extension module";
  a := cap_stem;
  pickup fine.nib; y1 = h+eps; y2 = -d-eps;
  x1 = x2 = hround(0.5[external_adjustment, w-internal_adjustment]-0.5a)+0.5a;
  pos1(a, 0); pos2(a, 0); filldraw stroke z1e..z2e; penlabels(1, 2);
endchar;

beginchar(brace_right,
    set_width(5u#, 1.5u#, 1.5u#), body_height#, paren_depth#);
  "Right brace";
  internal_adjustment := appr+hround 0.5u;
  external_adjustment := appr+hround 0.5u;
  tmp_program(right, 0[stem, cap_stem],
    0[hair, rth1], 0.5, superness);
endchar;

beginchar(brace_right_big,
    set_width(6u#, 1.75*u#, 1.75*u#), rth.frac#, 2dh#-rth.frac#);
  "big right brace";
  tmp_program(right, 0.125[stem, cap_stem],
    0.125[hair, rth1], 0.5, superness);
endchar;

beginchar(brace_right_Big,
    set_width(7u#, 2*u#, 2*u#), rth.frac#, 3dh#-rth.frac#);
  "Big right brace";
  tmp_program(right, 0.25[stem, cap_stem],
    0.25[hair, rth1], 0.5, superness);
endchar;

beginchar(brace_right_bigg,
    set_width(8u#, 2.25*u#, 2.25*u#), rth.frac#, 4dh#-rth.frac#);
  "bigg right brace";
  tmp_program(right, 0.5[stem, cap_stem],
    0.5[hair, rth1], 0.5, superness);
endchar;

beginchar(brace_right_Bigg,
    set_width(9u#, 2.5*u#, 2.5*u#), rth.frac#, 5dh#-rth.frac#);
  "Bigg right brace";
  tmp_program(right, 0.75[stem, cap_stem],
    0.75[hair, rth1], 0.5, superness);
endchar;

beginchar(brace_right_top,
    set_width(10u#, 3*u#, 3*u#), 0, 1.5dh#);
  "right brace's extension top";
  a := cap_stem;
  pickup fine.nib;
  top y1r = h; top y1r-y2 = 0.5(h+d); y3 = -d-eps;
  lft x1 = internal_adjustment;
  x2 = x3 = hround(0.5[internal_adjustment, w-external_adjustment]-0.5a)+0.5a;
  pos1(rth1, 90); pos2(a, 0); pos3(a, 0);
  filldraw stroke z1e right_to_down z2e..z3e;
  penlabels(1, 2, 3);
endchar;

beginchar(brace_right_bot,
    set_width(10u#, 3*u#, 3*u#), 0, 1.5dh#);
  "right brace's extension bot";
  a := cap_stem;
  pickup fine.nib;
  y1 = h+eps; y2-bot y3r = 0.5(h+d); bot y3r = -d;
  lft x3 = internal_adjustment;
  x1 = x2 = hround(0.5[internal_adjustment, w-external_adjustment]-0.5a)+0.5a;
  pos1(a, 0); pos2(a, 0); pos3(rth1, -90);
  filldraw stroke z1e..z2e down_to_left z3e;
  penlabels(1, 2, 3);
endchar;

beginchar(brace_right_mid,
    set_width(10u#, 3*u#, 3*u#), 0, 3dh#);
  "right brace's extension mid";
  a := cap_stem;
  pickup fine.nib;
  y1 = h+eps;
  y3+0.5rth1 = vround(0.5[-d, h]+0.5rth1);
  y2-bot y3l = top y3r-y4 = 0.25(h+d);
  y5 = -d-eps;
  x1 = x2 = x4 = x5 = hround(0.5[internal_adjustment, w-external_adjustment]-0.5a)+0.5a;
  rt x3 = w-external_adjustment;
  pos1(a, 0); pos2(a, 0); pos3(rth1, 90); pos4(a, 180); pos5(a, 180);
  filldraw stroke z1e..z2e down_to_right z3e;
  filldraw stroke z3e right_to_down z4e..z5e;
  penlabels(1, 2, 3, 4, 5);
endchar;

beginchar(brace_right_mod,
    set_width(10u#, 3*u#, 3*u#), 0, 0.5dh#);
  "right brace's extension module";
  a := cap_stem;
  pickup fine.nib; y1 = h+eps; y2 = -d-eps;
  x1 = x2 = hround(0.5[internal_adjustment, w-external_adjustment]-0.5a)+0.5a;
  pos1(a, 0); pos2(a, 0); filldraw stroke z1e..z2e; penlabels(1, 2);
endchar;

% ANGLES

def tmp_program(expr orientation, rth) =
  pickup tiny.nib;
  top y1r = h+eps; y2l = good.y 0.5[-d, h]; y1r-y2l = y2l-y3r;
  if orientation = left:
    rt x1r = rt x3r = w-internal_adjustment+eps;
    lft x2l = external_adjustment-eps;
    adjust_slanted_bar(1r, 2l, 1l, 2a)(max(rth-tiny, 1), -1);
    adjust_slanted_bar(3r, 2l, 3l, 2b)(max(rth-tiny, 1), 1);
  else:
    lft x1r = lft x3r = internal_adjustment-eps;
    rt x2l = w-external_adjustment+eps;
    adjust_slanted_bar(1r, 2l, 1l, 2a)(max(rth-tiny, 1), 1);
    adjust_slanted_bar(3r, 2l, 3l, 2b)(max(rth-tiny, 1), -1);
  fi
  z2r = whatever[z1r, z2a]; z2r = whatever[z3r, z2b];
  filldraw stroke z1e--z2e--z3e;
  penlabels(1, 2, 3); labels(2a, 2b);
enddef;

% almost okay
beginchar(angle_left,
    set_width(6.5u#, 0.5u#, 0.5u#), body_height#, paren_depth#);
  "Left angle";
  tmp_program(left, rth0);
endchar;

beginchar(angle_left_big,
    set_width(8u#, 0.75u#, 0.75u#), rth.frac#, 2dh#-rth.frac#);
  "big left angle";
  tmp_program(left, 0.125[rth0, rth2]);
endchar;

beginchar(angle_left_Big,
    set_width(10u#, 1.0u#, 1.0u#), rth.frac#, 3dh#-rth.frac#);
  "Big left angle";
  tmp_program(left, 0.25[rth0, rth2]);
endchar;

beginchar(angle_left_bigg,
    set_width(12u#, 1.25u#, 1.25u#), rth.frac#, 4dh#-rth.frac#);
  "bigg left angle";
  tmp_program(left, 0.5[rth0, rth2]);
endchar;

beginchar(angle_left_Bigg,
    set_width(14u#, 1.5u#, 1.5u#), rth.frac#, 5dh#-rth.frac#);
  "Bigg left angle";
  tmp_program(left, 0.75[rth0, rth2]);
endchar;

% almost okay
beginchar(angle_right,
    set_width(6.5u#, 0.5u#, 0.5u#), body_height#, paren_depth#);
  "Right angle";
  tmp_program(right, rth0);
endchar;

beginchar(angle_right_big,
    set_width(8u#, 0.75u#, 0.75u#), rth.frac#, 2dh#-rth.frac#);
  "big right angle";
  tmp_program(right, 0.125[rth0, rth2]);
endchar;

beginchar(angle_right_Big,
    set_width(10u#, 1.0u#, 1.0u#), rth.frac#, 3dh#-rth.frac#);
  "Big right angle";
  tmp_program(right, 0.25[rth0, rth2]);
endchar;

beginchar(angle_right_bigg,
    set_width(12u#, 1.25u#, 1.25u#), rth.frac#, 4dh#-rth.frac#);
  "bigg right angle";
  tmp_program(right, 0.5[rth0, rth2]);
endchar;

beginchar(angle_right_Bigg,
    set_width(14u#, 1.5u#, 1.5u#), rth.frac#, 5dh#-rth.frac#);
  "Bigg right angle";
  tmp_program(right, 0.75[rth0, rth2]);
endchar;

% SLASHES

vardef tmp_program(expr orientation, thickness, slash_slant) =
  pickup tiny.nib;
  top y1 = h; y1 = y1l = y1r; bot y2 = -d; y2 = y2l = y2r;
  0.5[x1, x2] = 0.5w;
  x1-x2 = if orientation = left: - fi slash_slant*(y1-y2);
  x1r-x1l = x2r-x2l = diag_width(thickness-tiny, z1-z2);
  0.5[x1l, x1r] = x1; 0.5[x2l, x2r] = x2;
  filldraw stroke z1e..z2e;
  penlabels(1, 2);
enddef;

beginchar(backslash,
    set_width((body_height#+paren_depth#)*0.375
      +(0[rth0#, rth2#]-tiny#)*(1++0.375)+tiny#,
      0.2u#, 0.2u#),
    body_height#, paren_depth#);
  "backslash";
  tmp_program(left, 0[rth0, rth2], 0.375);
endchar;

beginchar(backslash_thick,
    set_width((body_height#+paren_depth#)*0.375
      +(0.95stem#-tiny#)*(1++0.375)+tiny#,
      0.2u#, 0.2u#),
    body_height#, paren_depth#);
  "Thick backslash";
  tmp_program(left, 0.95stem, 0.375);
endchar;

beginchar(backslash_big,
    set_width(2dh#*0.375
      +(0.125[rth0#, rth2#]-tiny#)*(1++0.375)+tiny#,
      0.4u#, 0.4u#),
    rth.frac#, 2dh#-rth.frac#);
  "big backslash";
  tmp_program(left, 0.125[rth0, rth2], 0.375);
endchar;

beginchar(backslash_Big,
    set_width(3dh#*0.375
      +(0.25[rth0#, rth2#]-tiny#)*(1++0.375)+tiny#,
      0.7u#, 0.7u#),
    rth.frac#, 3dh#-rth.frac#);
  "Big backslash";
  tmp_program(left, 0.25[rth0, rth2], 0.375);
endchar;

beginchar(backslash_bigg,
    set_width(4dh#*0.375
      +(0.5[rth0#, rth2#]-tiny#)*(1++0.375)+tiny#,
      1.0u#, 1.0u#),
    rth.frac#, 4dh#-rth.frac#);
  "bigg backslash";
  tmp_program(left, 0.5[rth0, rth2], 0.375);
endchar;

beginchar(backslash_Bigg,
    set_width(5dh#*0.375
      +(0.75[rth0#, rth2#]-tiny#)*(1++0.375)+tiny#,
      1.2u#, 1.2u#),
    rth.frac#, 5dh#-rth.frac#);
  "Bigg backslash";
  tmp_program(left, 0.75[rth0, rth2], 0.375);
endchar;

beginchar(slash,
    set_width((body_height#+paren_depth#)*0.375
      +(0[rth0#, rth2#]-tiny#)*(1++0.375)+tiny#,
      0.2u#, 0.2u#),
    body_height#, paren_depth#);
  "slash";
  tmp_program(right, 0[rth0, rth2], 0.375);
endchar;

beginchar(slash_thick,
    set_width((body_height#+paren_depth#)*0.375
      +(0.95stem#-tiny#)*(1++0.375)+tiny#,
      0.2u#, 0.2u#),
    body_height#, paren_depth#);
  "Thick slash";
  tmp_program(right, 0.95stem, 0.375);
endchar;

beginchar(slash_big,
    set_width(2dh#*0.375
      +(0.125[rth0#, rth2#]-tiny#)*(1++0.375)+tiny#,
      0.4u#, 0.4u#),
    rth.frac#, 2dh#-rth.frac#);
  "big slash";
  tmp_program(right, 0.125[rth0, rth2], 0.375);
endchar;

beginchar(slash_Big,
    set_width(3dh#*0.375
      +(0.25[rth0#, rth2#]-tiny#)*(1++0.375)+tiny#,
      0.7u#, 0.7u#),
    rth.frac#, 3dh#-rth.frac#);
  "Big slash";
  tmp_program(right, 0.25[rth0, rth2], 0.375);
endchar;

beginchar(slash_bigg,
    set_width(4dh#*0.375
      +(0.5[rth0#, rth2#]-tiny#)*(1++0.375)+tiny#,
      1.0u#, 1.0u#),
    rth.frac#, 4dh#-rth.frac#);
  "bigg slash";
  tmp_program(right, 0.5[rth0, rth2], 0.375);
endchar;

beginchar(slash_Bigg,
    set_width(5dh#*0.375
      +(0.75[rth0#, rth2#]-tiny#)*(1++0.375)+tiny#,
      1.2u#, 1.2u#),
    rth.frac#, 5dh#-rth.frac#);
  "Bigg slash";
  tmp_program(right, 0.75[rth0, rth2], 0.375);
endchar;

%
% blackboard bold brackets
%

def tmp_program(expr orientation, rth, thick,
    do_top, do_bot, not_ext) =
  save a, b;
  a = hround(rth*(1++slant)); b = hround(thick*(1++slant));
  y5r = y6r = h if do_top or not_ext: else: +eps fi;
  y7r = y8r = -d if do_bot or not_ext: else: -eps fi;
  if orientation = left:
    forsuffixes @# = 1, 2, 3, 4: x@#r-x@# = x@#-x@#l = -0.5a; endfor
    x1r = x2r = x5r = x7r = min(external_adjustment,
      hround 0.5(w-a-b));
    x1-x3 = x2-x4 = -b; x6r = x8r = w-internal_adjustment;
  else:
    forsuffixes @# = 1, 2, 3, 4: x@#r-x@# = x@#-x@#l = 0.5a; endfor
    x1r = x2r = x5r = x7r = max(w-external_adjustment,
      hround 0.5(w+a+b));
    x1-x3 = x2-x4 = b; x6r = x8r = internal_adjustment;
  fi
  forsuffixes @ = 1, 1r, 1l, 3, 3r, 3l: z@ = whatever[z5r, z6r]; endfor
  forsuffixes @ = 2, 2r, 2l, 4, 4r, 4l: z@ = whatever[z7r, z8r]; endfor
  penpos5(rth, 90); penpos6(rth, 90);
  penpos7(rth, -90); penpos8(rth, -90);
  penstroke z1e..z2e; penstroke z3e..z4e;
  if do_top: penstroke z5e..z6e; fi
  if do_bot: penstroke z7e..z8e; fi
  penlabels(1, 2, 3, 4, 5, 6, 7, 8);
enddef;

beginchar(bbbracket_left,
    set_width(5u#, 0.5u#, 2u#), body_height#, paren_depth#);
  "Left bbbracket";
  tmp_program(left, rth0, 2.2u, true, true, true);
endchar;

beginchar(bbbracket_left_big,
    set_width(5.5u#, 0.75u#, 2.5u#), rth.frac#, 2dh#-rth.frac#);
  "big left bbbracket";
  tmp_program(left, 0.125[rth0, rth1], 0.125[2.2u, 3.0u], true, true, true);
endchar;

beginchar(bbbracket_left_Big,
    set_width(6.0u#, 1.0u#, 3u#), rth.frac#, 3dh#-rth.frac#);
  "Big left bbbracket";
  tmp_program(left, 0.25[rth0, rth1], 0.25[2.2u, 3.0u], true, true, true);
endchar;

beginchar(bbbracket_left_bigg,
    set_width(6.5u#, 1.25u#, 3.5u#), rth.frac#, 4dh#-rth.frac#);
  "bigg left bbbracket";
  tmp_program(left, 0.5[rth0, rth1], 0.5[2.2u, 3.0u], true, true, true);
endchar;

beginchar(bbbracket_left_Bigg,
    set_width(7.0u#, 1.5u#, 4u#), rth.frac#, 5dh#-rth.frac#);
  "Bigg left bbbracket";
  tmp_program(left, 0.75[rth0, rth1], 0.75[2.2u, 3.0u], true, true, true);
endchar;

beginchar(bbbracket_left_top,
    set_width(8u#, 2u#, 5u#), rth.frac#, 3dh#-rth.frac#);
  "Left bbbracket's extension top";
  tmp_program(left, rth1, 3.0u, true, false, false);
endchar;

beginchar(bbbracket_left_bot,
    set_width(8u#, 2u#, 5u#), rth.frac#, 3dh#-rth.frac#);
  "Left bbbracket's extension bottom";
  tmp_program(left, rth1, 3.0u, false, true, false);
endchar;

beginchar(bbbracket_left_mid,
    set_width(8u#, 2u#, 5u#), 0, dh#);
  "Left bbbracket's extension module";
  tmp_program(left, rth1, 3.0u, false, false, false);
endchar;

beginchar(bbbracket_right,
    set_width(5u#, 0.5u#, 2u#), body_height#, paren_depth#);
  "Right bbbracket";
  tmp_program(right, rth0, 2.2u, true, true, true);
endchar;

beginchar(bbbracket_right_big,
    set_width(5.5u#, 0.75u#, 2.5u#), rth.frac#, 2dh#-rth.frac#);
  "big right bbbracket";
  tmp_program(right, 0.125[rth0, rth1], 0.125[2.2u, 3.0u], true, true, true);
endchar;

beginchar(bbbracket_right_Big,
    set_width(6.0u#, 1.0u#, 3u#), rth.frac#, 3dh#-rth.frac#);
  "Big right bbbracket";
  tmp_program(right, 0.25[rth0, rth1], 0.25[2.2u, 3.0u], true, true, true);
endchar;

beginchar(bbbracket_right_bigg,
    set_width(6.5u#, 1.25u#, 3.5u#), rth.frac#, 4dh#-rth.frac#);
  "bigg right bbbracket";
  tmp_program(right, 0.5[rth0, rth1], 0.5[2.2u, 3.0u], true, true, true);
endchar;

beginchar(bbbracket_right_Bigg,
    set_width(7.0u#, 1.5u#, 4u#), rth.frac#, 5dh#-rth.frac#);
  "Bigg right bbbracket";
  tmp_program(right, 0.75[rth0, rth1], 0.75[2.2u, 3.0u], true, true, true);
endchar;

beginchar(bbbracket_right_top,
    set_width(8u#, 2.0u#, 5u#), rth.frac#, 3dh#-rth.frac#);
  "Right bbbracket's extension top";
  tmp_program(right, rth1, 3.0u, true, false, false);
endchar;

beginchar(bbbracket_right_bot,
    set_width(8u#, 2.0u#, 5u#), rth.frac#, 3dh#-rth.frac#);
  "Right bbbracket's extension bottom";
  tmp_program(right, rth1, 3.0u, false, true, false);
endchar;

beginchar(bbbracket_right_mid,
    set_width(8u#, 2.0u#, 5u#), 0, dh#);
  "Right bbbracket's extension module";
  tmp_program(right, rth1, 3.0u, false, false, false);
endchar;

%
% A poursuivre
%

beginchar(vert_sign, 3u#+2appr#, body_height#, paren_depth#);
  "Vertical line";
  ensure_centering_of(rth1);
  pickup tiny.nib;
  pos1(rth1, 0); pos2(rth1, 0); x1 = x2 = 0.5w;
  top y1 = h; bot y2 = -d; filldraw stroke z1e..z2e;
  penlabels(1, 2);
endchar;

beginchar(vert_mod, 3u#+2appr#, 0, dh#);
  "Vertical line's module";
  ensure_centering_of(rth1);
  pickup tiny.nib;
  pos1(rth1, 0); pos2(rth1, 0); x1 = x2 = 0.5w;
  y1 = h+eps; y2 = -d-eps; filldraw stroke z1e..z2e;
  penlabels(1, 2);
endchar;

beginchar(vert_thick, 3u#+2appr#, body_height#, paren_depth#);
  "Thick vertical line";
  ensure_centering_of(0.95stem);
  pickup tiny.nib;
  pos1(hround 0.95stem, 0); pos2(hround 0.95stem, 0); x1 = x2 = 0.5w;
  top y1 = h; bot y2 = -d; filldraw stroke z1e..z2e;
  penlabels(1, 2);
endchar;

beginchar(vert_thick_mod, 3u#+2appr#, 0, dh#);
  "Thick vertical line's module";
  ensure_centering_of(0.95stem);
  pickup tiny.nib;
  pos1(hround 0.95stem, 0); pos2(hround 0.95stem, 0);
  x1 = x2 = 0.5w; y1 = h+eps; y2 = -d-eps; filldraw stroke z1e..z2e;
  penlabels(1, 2);
endchar;

beginchar(vvert_sign, 5.5u#+2appr#, body_height#, paren_depth#);
  "Double vertical line";
  numeric a; a = max(2.5u-rth0, 2rth0);% blank space between bars
  pickup tiny.nib;
  pos1(rth0, 0); pos2(rth0, 0); pos3(rth0, 0); pos4(rth0, 0);
  rt x1r = rt x2r = hround 0.5(w-a);
  w-rt x3r = lft x1l; x3 = x4;
  top y1 = top y3 = h; bot y2 = bot y4 = -d;
  filldraw stroke z1e..z2e;
  filldraw stroke z3e..z4e;
  penlabels(1, 2, 3, 4);
endchar;

beginchar(vvert_mod, 5.5u#+2appr#, 0, dh#);
  "Double vertical line's module";
  numeric a; a = max(2.5u-rth0, 2rth0);% blank space between bars
  pickup tiny.nib;
  pos1(rth0, 0); pos2(rth0, 0); pos3(rth0, 0); pos4(rth0, 0);
  rt x1r = rt x2r = hround 0.5(w-a);
  w-rt x3r = lft x1l; x3 = x4;
  y1 = y3 = h+eps; y2 = y4 = -d-eps;
  filldraw stroke z1e..z2e;
  filldraw stroke z3e..z4e;
  penlabels(1, 2, 3, 4);
endchar;

beginchar(vvvert_sign, 9u#+2appr#, body_height#, paren_depth#);
  "Triple vertical line";
  ensure_centering_of(rth0);
  numeric a; a = max(2.75u-rth0, 2rth0);% blank space between bars
  pickup tiny.nib;
  pos1(rth0, 0); pos2(rth0, 0);
  pos3(rth0, 0); pos4(rth0, 0);
  pos5(rth0, 0); pos6(rth0, 0);
  x3 = x4 = 0.5w; x1 = x2; x5 = x6;
  lft x5l-rt x3r = lft x3l-rt x1r = hround a;
  top y1 = top y3 = top y5 = h;
  bot y2 = bot y4 = bot y6 = -d;
  filldraw stroke z1e..z2e;
  filldraw stroke z3e..z4e;
  filldraw stroke z5e..z6e;
  penlabels(1, 2, 3, 4, 5, 6);
endchar;

beginchar(vvvert_mod, 9u#+2appr#, 0, dh#);
  "Triple vertical line's module";
  ensure_centering_of(rth0);
  numeric a; a = max(2.75u-rth0, 2rth0);% blank space between bars
  pickup tiny.nib;
  pos1(rth0, 0); pos2(rth0, 0);
  pos3(rth0, 0); pos4(rth0, 0);
  pos5(rth0, 0); pos6(rth0, 0);
  x3 = x4 = 0.5w; x1 = x2; x5 = x6;
  lft x5l-rt x3r = lft x3l-rt x1r = hround a;
  y1 = y3 = y5 = h+eps; y2 = y4 = y6 = -d-eps;
  filldraw stroke z1e..z2e;
  filldraw stroke z3e..z4e;
  filldraw stroke z5e..z6e;
  penlabels(1, 2, 3, 4, 5, 6);
endchar;

beginchar(left_filet, 4stem#+2appr#, 0, dh#);
  "extensible left filet";
  pickup fine.nib;
  y1r = y1l = 0; y5r = y5l = -d;
  forsuffixes $ = r, l: y2$ = 0.25[y1r, y5r];
    y3$ = 0.5[y1r, y5r]; y4$ = 0.75[y1r, y5r]; endfor
  x1l = x5l = x4r = good.x 0.5w;
  x1l-lft x3l = rt x2r-x4r = 2stem;
  x2l = x4l = 0.5[x1l, x3l]; x1r = x3r = x5r = 0.5[x2r, x4r];
  filldraw z1l{down}...z2l{(z3l-z1l)xscaled 2}...z3l{down}
  ...z4l{(z5l-z3l)xscaled 2}...z5l{down}--
  z5r{(z4r-z5r)xscaled 2}...z4r{up}...
  z3r{(z2r-z3r)xscaled 2}...z2r{up}...
  z1r{(z1r-z2r)xscaled 2}--cycle;
  penlabels(1, 2, 3, 4, 5);
endchar;

beginchar(right_filet, 4stem#+2appr#, 0, dh#);
  "extensible right filet";
  pickup fine.nib;
  y1r = y1l = 0; y5r = y5l = -d;
  forsuffixes $ = r, l: y2$ = 0.25[y1r, y5r];
    y3$ = 0.5[y1r, y5r]; y4$ = 0.75[y1r, y5r]; endfor
  x1r = x5r = x2l = good.x 0.5w;
  x2l-lft x4l = rt x3r-x1r = 2stem;
  x1l = x3l = x5l = 0.5[x2l, x4l]; x2r = x4r = 0.5[x1r, x3r];
  filldraw z1r{down}...z2r{(z3r-z1r)xscaled 2}...z3r{down}
  ...z4r{(z5r-z3r)xscaled 2}...z5r{down}--
  z5l{(z4l-z5l)xscaled 2}...z4l{up}...
  z3l{(z2l-z3l)xscaled 2}...z2l{up}...
  z1l{(z1l-z2l)xscaled 2}--cycle;
  penlabels(1, 2, 3, 4, 5);
endchar;

% HORIZONTAL BRACES (almost okay,  check xdvi problems)

beginchar(overbrace_left, 0.75dh#+appr#, cap_stem#, dh#);
  "overbrace's left piece";
  pickup fine.nib;
  pos1(rth1, 180); pos2(cap_stem, 90);
  bot y2l = vround (0.5[-d, h]-0.5cap_stem);
  bot y1r = vround(y2-min(5u, 0.4dh+0.5cap_stem));
  lft x1r = appr; x2 = w+eps;
  filldraw stroke z1e up_to_right z2e;
  penlabels(1, 2);
endchar;

beginchar(overbrace_mid, 1.5dh#, cap_stem#, dh#);
  "overbrace's middle piece";
  pickup fine.nib;
  pos1(cap_stem, -90); pos2(rth1, 0); pos3(cap_stem, 90);
  bot y1r = bot y3l = vround (0.5[-d, h]-0.5cap_stem);
  top y2 = vround(y3+min(5u, 0.4dh+0.5cap_stem));
  x2 = hround 0.5(w-rth1); x1 = -eps; x3 = w+eps;
  filldraw stroke z1e right_to_down z2e;
  filldraw stroke z3e left_to_down z2e;
  penlabels(1, 2, 3);
endchar;

beginchar(overbrace_right, 0.75dh#+appr#, cap_stem#, dh#);
  "overbrace's right piece";
  pickup fine.nib;
  pos1(rth1, 0); pos2(cap_stem, 90);
  bot y2l = vround (0.5[-d, h]-0.5cap_stem);
  bot y1r = vround(y2-min(5u, 0.4dh+0.5cap_stem));
  rt x1r = w-appr; x2 = -eps;
  filldraw stroke z1e up_to_left z2e;
  penlabels(1, 2);
endchar;

% 4u# ???
beginchar(overbrace_mod, 0.5dh#, cap_stem#, dh#);
  "overbrace's module piece";
  pickup fine.nib;
  pos1(cap_stem, 90); pos2(cap_stem, 90);
  bot y1l = bot y2l = vround (0.5[-d, h]-0.5cap_stem);
  x1 = -eps; x2 = w+eps;
  filldraw stroke z1e..z2e; penlabels(1, 2);
endchar;

beginchar(underbrace_left, 0.75dh#+appr#, cap_stem#, dh#);
  "underbrace's left piece";
  pickup fine.nib;
  pos1(rth1, 0); pos2(cap_stem, 90);
  bot y2l = vround (0.5[-d, h]-0.5cap_stem);
  top y1l = vround(y2+min(5u, 0.4dh+0.5cap_stem));
  lft x1l = appr; x2 = w+eps;
  filldraw stroke z1e down_to_right z2e;
  penlabels(1, 2);
endchar;

beginchar(underbrace_mid, 1.5dh#, cap_stem#, dh#);
  "underbrace's middle piece";
  pickup fine.nib;
  pos1(cap_stem, 90); pos2(rth1, 0); pos3(cap_stem, -90);
  bot y1l = bot y3r = vround (0.5[-d, h]-0.5cap_stem);
  bot y2 = vround(y3-min(5u, 0.4dh+0.5cap_stem));
  x2 = hround 0.5(w-rth1); x1 = -eps; x3 = w+eps;
  filldraw stroke z1e right_to_down z2e;
  filldraw stroke z3e left_to_down z2e;
  penlabels(1, 2, 3);
endchar;

beginchar(underbrace_right, 0.75dh#+appr#, cap_stem#, dh#);
  "underbrace's right piece";
  pickup fine.nib;
  pos1(rth1, 180); pos2(cap_stem, 90);
  bot y2l = vround (0.5[-d, h]-0.5cap_stem);
  top y1l = vround(y2+min(5u, 0.4dh+0.5cap_stem));
  rt x1l = w-appr; x2 = -eps;
  filldraw stroke z1e down_to_left z2e;
  penlabels(1, 2);
endchar;

% 4u# ???
beginchar(underbrace_mod, 0.5dh#, cap_stem#, dh#);
  "underbrace's module piece";
  pickup fine.nib;
  pos1(cap_stem, 90); pos2(cap_stem, 90);
  bot y1l = bot y2l = vround (0.5[-d, h]-0.5cap_stem);
  x1 = -eps; x2 = w+eps;
  filldraw stroke z1e..z2e; penlabels(1, 2);
endchar;

% RADICALS
rth := ceiling(rth.frac#*hppp);

vardef tmp_program =
% imperative coordinates
  save a, b, c, f, sl; a = 2.75; b = 1.25;% slope factors
  pickup crisp.nib; x1' = w; lft x5l = appr;
  top y1r = h; y1' = h-0.5rth; bot y2r = bot y3r = -d-eps;
  top y4l = vround 0.5[-d, h]+o; y5l = good.y 0.75[y2r, y4l];
% numerical calculus
  c = a*(y4l-y5l)+b*(y4l-y2r)+y1'-y2r;
  vardef f(expr sl) =
    sl*c-(1++(b*sl))*(curve-crisp)+0.5(rth-crisp)*(1+(1++sl))<x1'-x5l
  enddef;
  sl = solve f(0, (x1'-x5l)/(y1'-y5l));
% setting other key points
  x4l = good.x(x5l+a*sl*(y4l-y5l));
  x2r = good.x(x1'-sl*(y1'-y2r)+0.5(rth-crisp)*(1++sl));
  penpos1((rth-crisp)*(1++sl), 0);
  pos5(min(hair, rth), angle(z4l-z5l)-90);
  rt x2r-lft x3r = rth; z1r-z2r = whatever*(sl, 1);
  adjust_slanted_bar(3r, 4l, 3, 4)(curve-crisp, -1);
  z1l-z2l = whatever*(z1r-z2r); z2l = whatever[z3, z4l];
  z4r-z5r = whatever*(z4l-z5l); z4r = whatever[z3r, z4];
  z3l = 0.5[z2l, z4l];% it's not an interesting point
  filldraw stroke z1e--z2e--z3e--z4e--z5e;
  penlabels(1, 2, 3, 4, 5); labels(1');
enddef;

beginchar(radical_sign,
    15u#+letter_fit#, rth.frac#, body_height#+paren_depth#-rth.frac#);
  "radical sign";
  tmp_program;
endchar;

beginchar(radical_big,
    18u#+letter_fit#, rth.frac#, 2dh#-rth.frac#);
  "big radical sign";
  tmp_program;
endchar;

beginchar(radical_Big,
    18u#+letter_fit#, rth.frac#, 3dh#-rth.frac#);
  "Big radical sign";
  tmp_program;
endchar;

beginchar(radical_bigg,
    18u#+letter_fit#, rth.frac#, 4dh#-rth.frac#);
  "bigg radical sign";
  tmp_program;
endchar;

beginchar(radical_Bigg,
    18u#+letter_fit#, rth.frac#, 5dh#-rth.frac#);
  "Bigg radical sign";
  tmp_program;
endchar;

beginchar(radical_bot, 19u#+letter_fit#, 0, 3dh#);
  "Extensible radical sign---bottom";
  % imperative coordinates
  save a, b, c, f, sl; a = 1; b = 1;% slope factors
  pickup crisp.nib;
  rt x1r = rt x2r = hround(w-6u+0.5rth); lft x5l = appr;
  top y1r = h+1+eps; bot y2r = bot y3r = -d-eps;
  top y4l = vround 0.9[-d, h]+o; y5l = good.y 0.75[y2r, y4l];
% numerical calculus
  c = a*(y4l-y5l)+b*(y4l-y2r);
  vardef f(expr sl) =
    sl*c-(1++(b*sl))*(curve-crisp)+0.5(rth-crisp)<x1r-x5l
  enddef;
  sl = solve f(0, (x1r-x5l)/(y1r-y5l));
% setting other key points
  x4l = good.x(x5l+a*sl*(y4l-y5l)); x3r = x1l;
  pos1(rth, 0); pos5(min(hair, rth), angle(z4l-z5l)-90);
  adjust_slanted_bar(3r, 4l, 3, 4)(curve-crisp, -1);
  z1l-z2l = whatever*(z1r-z2r); z2l = whatever[z3, z4l];
  z4r-z5r = whatever*(z4l-z5l); z4r = whatever[z3r, z4];
  z3l = 0.5[z2l, z4l];% it's not an interesting point
  filldraw stroke z1e--z2e--z3e--z4e--z5e;
  penlabels(1, 2, 3, 4, 5);
endchar;

beginchar(radical_mod, 19u#+letter_fit#, 0, dh#);
  "Extensible radical sign---module";
  pickup crisp.nib; rt x1r = rt x2r = hround(w-6u+0.5rth);
  y1 = h+1+eps; y2 = -d-1-eps; pos1(rth, 0); pos2(rth, 0);
  filldraw stroke z1e..z2e; penlabels(1, 2);
endchar;

beginchar(radical_top, 19u#+letter_fit#, rth.frac#, dh#-rth.frac#);
  "Extensible radical sign---top";
  pickup crisp.nib; rt x3r = rt x2r = hround(w-6u+0.5rth);
  x1 = good.x(w+0.5); bot y1r = bot y2r = 0; y3 = -d-1-eps;
  x2l = x3l; y1l = y2l; pos1(rth, -90); pos3(rth, 0);
  filldraw stroke z1e--z2e--z3e; penlabels(1, 2, 3);
endchar;

beginchar(group_left,
    set_width(4u#, 0.2u#, 2u#), body_height#, paren_depth#);
  "Left group";
  a := hround 0[0.95stem, 0.95cap_stem];
  pickup fine.nib;
  top y1l = h; bot y4l = -d;
  y2 = 0.75[y4r, y1r]; y3 = 0.25[y4r, y1r];
  rt x1 = rt x4 = w-internal_adjustment;
  lft x2l = lft x3l = external_adjustment;
  pos1(rth0, -90); pos2(a, 0); pos3(a, 0); pos4(rth0, 90);
  filldraw stroke z1e left_to_down
  z2e..z3e down_to_right z4e;
  penlabels(1, 2, 3, 4);
endchar;

beginchar(group_left_big,
    set_width(4.5u#, 0.4u#, 2.5u#), rth.frac#, 2dh#-rth.frac#);
  "big left group";
  a := hround 0.125[0.95stem, 0.95cap_stem];
  pickup fine.nib;
  top y1l = h; bot y4l = -d;
  y2 = 0.75[y4r, y1r]; y3 = 0.25[y4r, y1r];
  rt x1 = rt x4 = w-internal_adjustment;
  lft x2l = lft x3l = external_adjustment;
  pos1(rth0, -90); pos2(a, 0); pos3(a, 0); pos4(rth0, 90);
  filldraw stroke z1e left_to_down
  z2e..z3e down_to_right z4e;
  penlabels(1, 2, 3, 4);
endchar;

beginchar(group_right,
    set_width(4u#, 0.2u#, 2u#), body_height#, paren_depth#);
  "Right group";
  a := hround 0[0.95stem, 0.95cap_stem];
  pickup fine.nib;
  top y1r = h; bot y4r = -d;
  y2 = 0.75[y4l, y1l]; y3 = 0.25[y4l, y1l];
  lft x1 = lft x4 = internal_adjustment;
  rt x2r = rt x3r = w-external_adjustment;
  pos1(rth0, 90); pos2(a, 0); pos3(a, 0); pos4(rth0, -90);
  filldraw stroke z1e right_to_down
  z2e..z3e down_to_left z4e;
  penlabels(1, 2, 3, 4);
endchar;

beginchar(group_right_big,
    set_width(4.5u#, 0.4u#, 2.5u#), rth.frac#, 2dh#-rth.frac#);
  "big right group";
  a := hround 0.125[0.95stem, 0.95cap_stem];
  pickup fine.nib;
  top y1r = h; bot y4r = -d;
  y2 = 0.75[y4l, y1l]; y3 = 0.25[y4l, y1l];
  lft x1 = lft x4 = internal_adjustment;
  rt x2r = rt x3r = w-external_adjustment;
  pos1(rth0, 90); pos2(a, 0); pos3(a, 0); pos4(rth0, -90);
  filldraw stroke z1e right_to_down
  z2e..z3e down_to_left z4e;
  penlabels(1, 2, 3, 4);
endchar;