Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Comment: | Fix the postscript generation to omit the creation date, so that we do not change the postscript on every rerun of the generator script. Change sql-stmt to unql-stmt. Add the all.wiki page. |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
c6fdb1f6a7efd02d60bfc0f10df97b2e |
User & Date: | drh 2011-07-21 17:48:04 |
2011-07-21
| ||
18:24 | Internal changes to aggregate queries. check-in: 5fad391dbc user: dan tags: trunk | |
17:48 | Fix the postscript generation to omit the creation date, so that we do not change the postscript on every rerun of the generator script. Change sql-stmt to unql-stmt. Add the all.wiki page. check-in: c6fdb1f6a7 user: drh tags: trunk | |
17:36 | Candidate updates to the language syntax. Also add GIFs and postscript for all bubble diagrams to the check-in. check-in: f23e2c01b8 user: drh tags: trunk | |
Added doc/syntax/all.wiki.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > |
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 |
<title>UnQL Syntax Summary</title><nowiki> <h3>unql-stmt:</h3> <img src="unql-stmt.gif"> <h3>select-stmt:</h3> <img src="select-stmt.gif"> <h3>select-core:</h3> <img src="select-core.gif"> <h3>data-source:</h3> <img src="data-source.gif"> <h3>compound-operator:</h3> <img src="compound-operator.gif"> <h3>create-collection-stmt:</h3> <img src="create-collection-stmt.gif"> <h3>drop-collection-stmt:</h3> <img src="drop-collection-stmt.gif"> <h3>insert-stmt:</h3> <img src="insert-stmt.gif"> <h3>update-stmt:</h3> <img src="update-stmt.gif"> <h3>delete-stmt:</h3> <img src="delete-stmt.gif"> <h3>property:</h3> <img src="property.gif"> <h3>expr:</h3> <img src="expr.gif"> <h3>begin-stmt:</h3> <img src="begin-stmt.gif"> <h3>commit-stmt:</h3> <img src="commit-stmt.gif"> <h3>rollback-stmt:</h3> <img src="rollback-stmt.gif"> <h3>pragma-stmt:</h3> <img src="pragma-stmt.gif"> |
Changes to doc/syntax/begin-stmt.ps.
1 2 3 4 5 6 7 8 9 10 11 12 |
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: Tk Canvas Widget
%%For:
%%Title: Window .c
%%CreationDate: Thu Jul 21 13:35:07 2011
%%BoundingBox: 67 328 545 465
%%Pages: 1
%%DocumentData: Clean7Bit
%%Orientation: Portrait
%%DocumentNeededResources: font Helvetica
%%+ font Helvetica-Bold
%%EndComments
|
< |
1 2 3 4 5 6 7 8 9 10 11 |
%!PS-Adobe-3.0 EPSF-3.0 %%Creator: Tk Canvas Widget %%For: %%Title: Window .c %%BoundingBox: 67 328 545 465 %%Pages: 1 %%DocumentData: Clean7Bit %%Orientation: Portrait %%DocumentNeededResources: font Helvetica %%+ font Helvetica-Bold %%EndComments |
Changes to doc/syntax/bubble-generator-data.tcl.
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
# bubble-generator-bnf.tcl
#
# Graphs:
#
set all_graphs {
sql-stmt {
line
{or
select-stmt
create-collection-stmt
drop-collection-stmt
insert-stmt
update-stmt
|
| |
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
# bubble-generator-bnf.tcl
#
# Graphs:
#
set all_graphs {
unql-stmt {
line
{or
select-stmt
create-collection-stmt
drop-collection-stmt
insert-stmt
update-stmt
|
Changes to doc/syntax/bubble-generator.tcl.
631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 |
update
.c postscript -file $name.ps -width [expr {$x1+2}] -height [expr {$y1+2}]
global DPI
exec convert -density ${DPI}x$DPI -antialias $name.ps $name.gif
if {$do_xv} {
exec xv $name.gif &
}
}
proc draw_all_graphs {} {
global all_graphs
set f [open all.html w]
foreach {name graph} $all_graphs {
if {[regexp {^X-} $name]} continue
puts $f "<h3>$name:</h3>"
puts $f "<img src=\"$name.gif\">"
draw_graph $name $graph 0
set img($name) 1
set children($name) {}
|
> > > > > > > | > |
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 |
update .c postscript -file $name.ps -width [expr {$x1+2}] -height [expr {$y1+2}] global DPI exec convert -density ${DPI}x$DPI -antialias $name.ps $name.gif if {$do_xv} { exec xv $name.gif & } set in [open $name.ps r] set postscript [read $in] close $in regsub {\n%%CreationDate: [^\n]+\n} $postscript "\n" postscript set out [open $name.ps w] puts -nonewline $out $postscript close $out } proc draw_all_graphs {} { global all_graphs set f [open all.wiki w] puts $f "<title>UnQL Syntax Summary</title><nowiki>" foreach {name graph} $all_graphs { if {[regexp {^X-} $name]} continue puts $f "<h3>$name:</h3>" puts $f "<img src=\"$name.gif\">" draw_graph $name $graph 0 set img($name) 1 set children($name) {} |
Changes to doc/syntax/commit-stmt.ps.
1 2 3 4 5 6 7 8 9 10 11 12 |
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: Tk Canvas Widget
%%For:
%%Title: Window .c
%%CreationDate: Thu Jul 21 13:35:08 2011
%%BoundingBox: 183 384 429 409
%%Pages: 1
%%DocumentData: Clean7Bit
%%Orientation: Portrait
%%DocumentNeededResources: font Helvetica
%%+ font Helvetica-Bold
%%EndComments
|
< |
1 2 3 4 5 6 7 8 9 10 11 |
%!PS-Adobe-3.0 EPSF-3.0 %%Creator: Tk Canvas Widget %%For: %%Title: Window .c %%BoundingBox: 183 384 429 409 %%Pages: 1 %%DocumentData: Clean7Bit %%Orientation: Portrait %%DocumentNeededResources: font Helvetica %%+ font Helvetica-Bold %%EndComments |
Changes to doc/syntax/compound-operator.ps.
1 2 3 4 5 6 7 8 9 10 11 12 |
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: Tk Canvas Widget
%%For:
%%Title: Window .c
%%CreationDate: Thu Jul 21 13:35:06 2011
%%BoundingBox: 200 356 413 437
%%Pages: 1
%%DocumentData: Clean7Bit
%%Orientation: Portrait
%%DocumentNeededResources: font Helvetica-Bold
%%EndComments
|
< |
1 2 3 4 5 6 7 8 9 10 11 |
%!PS-Adobe-3.0 EPSF-3.0 %%Creator: Tk Canvas Widget %%For: %%Title: Window .c %%BoundingBox: 200 356 413 437 %%Pages: 1 %%DocumentData: Clean7Bit %%Orientation: Portrait %%DocumentNeededResources: font Helvetica-Bold %%EndComments |
Changes to doc/syntax/create-collection-stmt.ps.
1 2 3 4 5 6 7 8 9 10 11 12 |
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: Tk Canvas Widget
%%For:
%%Title: Window .c
%%CreationDate: Thu Jul 21 13:35:06 2011
%%BoundingBox: 26 380 586 413
%%Pages: 1
%%DocumentData: Clean7Bit
%%Orientation: Portrait
%%DocumentNeededResources: font Helvetica
%%+ font Helvetica-Bold
%%EndComments
|
< |
1 2 3 4 5 6 7 8 9 10 11 |
%!PS-Adobe-3.0 EPSF-3.0 %%Creator: Tk Canvas Widget %%For: %%Title: Window .c %%BoundingBox: 26 380 586 413 %%Pages: 1 %%DocumentData: Clean7Bit %%Orientation: Portrait %%DocumentNeededResources: font Helvetica %%+ font Helvetica-Bold %%EndComments |
Changes to doc/syntax/data-source.ps.
1 2 3 4 5 6 7 8 9 10 11 12 |
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: Tk Canvas Widget
%%For:
%%Title: Window .c
%%CreationDate: Thu Jul 21 13:35:06 2011
%%BoundingBox: 64 314 549 478
%%Pages: 1
%%DocumentData: Clean7Bit
%%Orientation: Portrait
%%DocumentNeededResources: font Helvetica
%%+ font Helvetica-Bold
%%EndComments
|
< |
1 2 3 4 5 6 7 8 9 10 11 |
%!PS-Adobe-3.0 EPSF-3.0 %%Creator: Tk Canvas Widget %%For: %%Title: Window .c %%BoundingBox: 64 314 549 478 %%Pages: 1 %%DocumentData: Clean7Bit %%Orientation: Portrait %%DocumentNeededResources: font Helvetica %%+ font Helvetica-Bold %%EndComments |
Changes to doc/syntax/delete-stmt.ps.
1 2 3 4 5 6 7 8 9 10 11 12 |
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: Tk Canvas Widget
%%For:
%%Title: Window .c
%%CreationDate: Thu Jul 21 13:35:07 2011
%%BoundingBox: 19 364 594 428
%%Pages: 1
%%DocumentData: Clean7Bit
%%Orientation: Portrait
%%DocumentNeededResources: font Helvetica
%%+ font Helvetica-Bold
%%EndComments
|
< |
1 2 3 4 5 6 7 8 9 10 11 |
%!PS-Adobe-3.0 EPSF-3.0 %%Creator: Tk Canvas Widget %%For: %%Title: Window .c %%BoundingBox: 19 364 594 428 %%Pages: 1 %%DocumentData: Clean7Bit %%Orientation: Portrait %%DocumentNeededResources: font Helvetica %%+ font Helvetica-Bold %%EndComments |
Changes to doc/syntax/drop-collection-stmt.ps.
1 2 3 4 5 6 7 8 9 10 11 12 |
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: Tk Canvas Widget
%%For:
%%Title: Window .c
%%CreationDate: Thu Jul 21 13:35:06 2011
%%BoundingBox: 63 380 549 413
%%Pages: 1
%%DocumentData: Clean7Bit
%%Orientation: Portrait
%%DocumentNeededResources: font Helvetica
%%+ font Helvetica-Bold
%%EndComments
|
< |
1 2 3 4 5 6 7 8 9 10 11 |
%!PS-Adobe-3.0 EPSF-3.0 %%Creator: Tk Canvas Widget %%For: %%Title: Window .c %%BoundingBox: 63 380 549 413 %%Pages: 1 %%DocumentData: Clean7Bit %%Orientation: Portrait %%DocumentNeededResources: font Helvetica %%+ font Helvetica-Bold %%EndComments |
Changes to doc/syntax/expr.ps.
1 2 3 4 5 6 7 8 9 10 11 12 |
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: Tk Canvas Widget
%%For:
%%Title: Window .c
%%CreationDate: Thu Jul 21 13:35:07 2011
%%BoundingBox: 150 204 463 588
%%Pages: 1
%%DocumentData: Clean7Bit
%%Orientation: Portrait
%%DocumentNeededResources: font Helvetica
%%+ font Helvetica-Bold
%%EndComments
|
< |
1 2 3 4 5 6 7 8 9 10 11 |
%!PS-Adobe-3.0 EPSF-3.0 %%Creator: Tk Canvas Widget %%For: %%Title: Window .c %%BoundingBox: 150 204 463 588 %%Pages: 1 %%DocumentData: Clean7Bit %%Orientation: Portrait %%DocumentNeededResources: font Helvetica %%+ font Helvetica-Bold %%EndComments |
Changes to doc/syntax/insert-stmt.ps.
1 2 3 4 5 6 7 8 9 10 11 12 |
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: Tk Canvas Widget
%%For:
%%Title: Window .c
%%CreationDate: Thu Jul 21 13:35:06 2011
%%BoundingBox: 27 364 585 428
%%Pages: 1
%%DocumentData: Clean7Bit
%%Orientation: Portrait
%%DocumentNeededResources: font Helvetica
%%+ font Helvetica-Bold
%%EndComments
|
< |
1 2 3 4 5 6 7 8 9 10 11 |
%!PS-Adobe-3.0 EPSF-3.0 %%Creator: Tk Canvas Widget %%For: %%Title: Window .c %%BoundingBox: 27 364 585 428 %%Pages: 1 %%DocumentData: Clean7Bit %%Orientation: Portrait %%DocumentNeededResources: font Helvetica %%+ font Helvetica-Bold %%EndComments |
Changes to doc/syntax/pragma-stmt.ps.
1 2 3 4 5 6 7 8 9 10 11 12 |
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: Tk Canvas Widget
%%For:
%%Title: Window .c
%%CreationDate: Thu Jul 21 13:35:08 2011
%%BoundingBox: 114 364 498 428
%%Pages: 1
%%DocumentData: Clean7Bit
%%Orientation: Portrait
%%DocumentNeededResources: font Helvetica
%%+ font Helvetica-Bold
%%EndComments
|
< |
1 2 3 4 5 6 7 8 9 10 11 |
%!PS-Adobe-3.0 EPSF-3.0 %%Creator: Tk Canvas Widget %%For: %%Title: Window .c %%BoundingBox: 114 364 498 428 %%Pages: 1 %%DocumentData: Clean7Bit %%Orientation: Portrait %%DocumentNeededResources: font Helvetica %%+ font Helvetica-Bold %%EndComments |
Changes to doc/syntax/property.ps.
1 2 3 4 5 6 7 8 9 10 11 12 |
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: Tk Canvas Widget
%%For:
%%Title: Window .c
%%CreationDate: Thu Jul 21 13:35:07 2011
%%BoundingBox: 178 358 435 435
%%Pages: 1
%%DocumentData: Clean7Bit
%%Orientation: Portrait
%%DocumentNeededResources: font Helvetica
%%+ font Helvetica-Bold
%%EndComments
|
< |
1 2 3 4 5 6 7 8 9 10 11 |
%!PS-Adobe-3.0 EPSF-3.0 %%Creator: Tk Canvas Widget %%For: %%Title: Window .c %%BoundingBox: 178 358 435 435 %%Pages: 1 %%DocumentData: Clean7Bit %%Orientation: Portrait %%DocumentNeededResources: font Helvetica %%+ font Helvetica-Bold %%EndComments |
Changes to doc/syntax/rollback-stmt.ps.
1 2 3 4 5 6 7 8 9 10 11 12 |
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: Tk Canvas Widget
%%For:
%%Title: Window .c
%%CreationDate: Thu Jul 21 13:35:08 2011
%%BoundingBox: 172 384 440 409
%%Pages: 1
%%DocumentData: Clean7Bit
%%Orientation: Portrait
%%DocumentNeededResources: font Helvetica
%%+ font Helvetica-Bold
%%EndComments
|
< |
1 2 3 4 5 6 7 8 9 10 11 |
%!PS-Adobe-3.0 EPSF-3.0 %%Creator: Tk Canvas Widget %%For: %%Title: Window .c %%BoundingBox: 172 384 440 409 %%Pages: 1 %%DocumentData: Clean7Bit %%Orientation: Portrait %%DocumentNeededResources: font Helvetica %%+ font Helvetica-Bold %%EndComments |
Changes to doc/syntax/select-core.ps.
1 2 3 4 5 6 7 8 9 10 11 12 |
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: Tk Canvas Widget
%%For:
%%Title: Window .c
%%CreationDate: Thu Jul 21 13:35:05 2011
%%BoundingBox: 102 266 511 527
%%Pages: 1
%%DocumentData: Clean7Bit
%%Orientation: Portrait
%%DocumentNeededResources: font Helvetica
%%+ font Helvetica-Bold
%%EndComments
|
< |
1 2 3 4 5 6 7 8 9 10 11 |
%!PS-Adobe-3.0 EPSF-3.0 %%Creator: Tk Canvas Widget %%For: %%Title: Window .c %%BoundingBox: 102 266 511 527 %%Pages: 1 %%DocumentData: Clean7Bit %%Orientation: Portrait %%DocumentNeededResources: font Helvetica %%+ font Helvetica-Bold %%EndComments |
Changes to doc/syntax/select-stmt.ps.
1 2 3 4 5 6 7 8 9 10 11 12 |
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: Tk Canvas Widget
%%For:
%%Title: Window .c
%%CreationDate: Thu Jul 21 13:35:05 2011
%%BoundingBox: 143 302 469 490
%%Pages: 1
%%DocumentData: Clean7Bit
%%Orientation: Portrait
%%DocumentNeededResources: font Helvetica
%%+ font Helvetica-Bold
%%EndComments
|
< |
1 2 3 4 5 6 7 8 9 10 11 |
%!PS-Adobe-3.0 EPSF-3.0 %%Creator: Tk Canvas Widget %%For: %%Title: Window .c %%BoundingBox: 143 302 469 490 %%Pages: 1 %%DocumentData: Clean7Bit %%Orientation: Portrait %%DocumentNeededResources: font Helvetica %%+ font Helvetica-Bold %%EndComments |
Deleted doc/syntax/sql-stmt.gif.
cannot compute difference between binary files
Deleted doc/syntax/sql-stmt.ps.
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 |
%!PS-Adobe-3.0 EPSF-3.0 %%Creator: Tk Canvas Widget %%For: %%Title: Window .c %%CreationDate: Thu Jul 21 13:35:05 2011 %%BoundingBox: 199 294 413 498 %%Pages: 1 %%DocumentData: Clean7Bit %%Orientation: Portrait %%DocumentNeededResources: font Helvetica %%EndComments %%BeginProlog /CurrentEncoding [ /space/space/space/space/space/space/space/space /space/space/space/space/space/space/space/space /space/space/space/space/space/space/space/space /space/space/space/space/space/space/space/space /space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle /parenleft/parenright/asterisk/plus/comma/hyphen/period/slash /zero/one/two/three/four/five/six/seven /eight/nine/colon/semicolon/less/equal/greater/question /at/A/B/C/D/E/F/G /H/I/J/K/L/M/N/O /P/Q/R/S/T/U/V/W /X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore /grave/a/b/c/d/e/f/g /h/i/j/k/l/m/n/o /p/q/r/s/t/u/v/w /x/y/z/braceleft/bar/braceright/asciitilde/space /space/space/space/space/space/space/space/space /space/space/space/space/space/space/space/space /space/space/space/space/space/space/space/space /space/space/space/space/space/space/space/space /space/exclamdown/cent/sterling/currency/yen/brokenbar/section /dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron /degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered /cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown /Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla /Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis /Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply /Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls /agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide /oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis ] def 50 dict begin % This is a standard prolog for Postscript generated by Tk's canvas % widget. % RCS: @(#) $Id: mkpsenc.tcl,v 1.3 2002/07/19 14:37:21 drh Exp $ % The definitions below just define all of the variables used in % any of the procedures here. This is needed for obscure reasons % explained on p. 716 of the Postscript manual (Section H.2.7, % "Initializing Variables," in the section on Encapsulated Postscript). /baseline 0 def /stipimage 0 def /height 0 def /justify 0 def /lineLength 0 def /spacing 0 def /stipple 0 def /strings 0 def /xoffset 0 def /yoffset 0 def /tmpstip null def /cstringshow { { dup type /stringtype eq { show } { glyphshow } ifelse } forall } bind def /cstringwidth { 0 exch 0 exch { dup type /stringtype eq { stringwidth } { currentfont /Encoding get exch 1 exch put (\001) stringwidth } ifelse exch 3 1 roll add 3 1 roll add exch } forall } bind def % font ISOEncode font % This procedure changes the encoding of a font from the default % Postscript encoding to current system encoding. It's typically invoked just % before invoking "setfont". The body of this procedure comes from % Section 5.6.1 of the Postscript book. /ISOEncode { dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding CurrentEncoding def currentdict end % I'm not sure why it's necessary to use "definefont" on this new % font, but it seems to be important; just use the name "Temporary" % for the font. /Temporary exch definefont } bind def % StrokeClip % % This procedure converts the current path into a clip area under % the assumption of stroking. It's a bit tricky because some Postscript % interpreters get errors during strokepath for dashed lines. If % this happens then turn off dashes and try again. /StrokeClip { {strokepath} stopped { (This Postscript printer gets limitcheck overflows when) = (stippling dashed lines; lines will be printed solid instead.) = [] 0 setdash strokepath} if clip } bind def % desiredSize EvenPixels closestSize % % The procedure below is used for stippling. Given the optimal size % of a dot in a stipple pattern in the current user coordinate system, % compute the closest size that is an exact multiple of the device's % pixel size. This allows stipple patterns to be displayed without % aliasing effects. /EvenPixels { % Compute exact number of device pixels per stipple dot. dup 0 matrix currentmatrix dtransform dup mul exch dup mul add sqrt % Round to an integer, make sure the number is at least 1, and compute % user coord distance corresponding to this. dup round dup 1 lt {pop 1} if exch div mul } bind def % width height string StippleFill -- % % Given a path already set up and a clipping region generated from % it, this procedure will fill the clipping region with a stipple % pattern. "String" contains a proper image description of the % stipple pattern and "width" and "height" give its dimensions. Each % stipple dot is assumed to be about one unit across in the current % user coordinate system. This procedure trashes the graphics state. /StippleFill { % The following code is needed to work around a NeWSprint bug. /tmpstip 1 index def % Change the scaling so that one user unit in user coordinates % corresponds to the size of one stipple dot. 1 EvenPixels dup scale % Compute the bounding box occupied by the path (which is now % the clipping region), and round the lower coordinates down % to the nearest starting point for the stipple pattern. Be % careful about negative numbers, since the rounding works % differently on them. pathbbox 4 2 roll 5 index div dup 0 lt {1 sub} if cvi 5 index mul 4 1 roll 6 index div dup 0 lt {1 sub} if cvi 6 index mul 3 2 roll % Stack now: width height string y1 y2 x1 x2 % Below is a doubly-nested for loop to iterate across this area % in units of the stipple pattern size, going up columns then % across rows, blasting out a stipple-pattern-sized rectangle at % each position 6 index exch { 2 index 5 index 3 index { % Stack now: width height string y1 y2 x y gsave 1 index exch translate 5 index 5 index true matrix tmpstip imagemask grestore } for pop } for pop pop pop pop pop } bind def % -- AdjustColor -- % Given a color value already set for output by the caller, adjusts % that value to a grayscale or mono value if requested by the CL % variable. /AdjustColor { CL 2 lt { currentgray CL 0 eq { .5 lt {0} {1} ifelse } if setgray } if } bind def % x y strings spacing xoffset yoffset justify stipple DrawText -- % This procedure does all of the real work of drawing text. The % color and font must already have been set by the caller, and the % following arguments must be on the stack: % % x, y - Coordinates at which to draw text. % strings - An array of strings, one for each line of the text item, % in order from top to bottom. % spacing - Spacing between lines. % xoffset - Horizontal offset for text bbox relative to x and y: 0 for % nw/w/sw anchor, -0.5 for n/center/s, and -1.0 for ne/e/se. % yoffset - Vertical offset for text bbox relative to x and y: 0 for % nw/n/ne anchor, +0.5 for w/center/e, and +1.0 for sw/s/se. % justify - 0 for left justification, 0.5 for center, 1 for right justify. % stipple - Boolean value indicating whether or not text is to be % drawn in stippled fashion. If text is stippled, % procedure StippleText must have been defined to call % StippleFill in the right way. % % Also, when this procedure is invoked, the color and font must already % have been set for the text. /DrawText { /stipple exch def /justify exch def /yoffset exch def /xoffset exch def /spacing exch def /strings exch def % First scan through all of the text to find the widest line. /lineLength 0 def strings { cstringwidth pop dup lineLength gt {/lineLength exch def} {pop} ifelse newpath } forall % Compute the baseline offset and the actual font height. 0 0 moveto (TXygqPZ) false charpath pathbbox dup /baseline exch def exch pop exch sub /height exch def pop newpath % Translate coordinates first so that the origin is at the upper-left % corner of the text's bounding box. Remember that x and y for % positioning are still on the stack. translate lineLength xoffset mul strings length 1 sub spacing mul height add yoffset mul translate % Now use the baseline and justification information to translate so % that the origin is at the baseline and positioning point for the % first line of text. justify lineLength mul baseline neg translate % Iterate over each of the lines to output it. For each line, % compute its width again so it can be properly justified, then % display it. strings { dup cstringwidth pop justify neg mul 0 moveto stipple { % The text is stippled, so turn it into a path and print % by calling StippledText, which in turn calls StippleFill. % Unfortunately, many Postscript interpreters will get % overflow errors if we try to do the whole string at % once, so do it a character at a time. gsave /char (X) def { dup type /stringtype eq { % This segment is a string. { char 0 3 -1 roll put currentpoint gsave char true charpath clip StippleText grestore char stringwidth translate moveto } forall } { % This segment is glyph name % Temporary override currentfont /Encoding get exch 1 exch put currentpoint gsave (\001) true charpath clip StippleText grestore (\001) stringwidth translate moveto } ifelse } forall grestore } {cstringshow} ifelse 0 spacing neg translate } forall } bind def %%EndProlog %%BeginSetup /CL 2 def %%IncludeResource: font Helvetica %%EndSetup %%Page: 1 1 save 306.0 396.0 translate 0.7273 0.7273 scale -147 -140 translate 0 280 moveto 294 280 lineto 294 0 lineto 0 0 lineto closepath clip newpath gsave matrix currentmatrix 6 265 translate 3 3 scale 1 0 moveto 0 0 1 0 360 arc setmatrix 0 setlinejoin 2 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave /Helvetica findfont 15 scalefont ISOEncode setfont 0.000 0.000 0.000 setrgbcolor AdjustColor 102 265 [ [(select-stmt)] ] 20 -0.5 0.5 0 false DrawText grestore gsave 55 277 moveto 94 0 rlineto 0 -22 rlineto -94 0 rlineto closepath 0 setlinejoin 2 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave /Helvetica findfont 15 scalefont ISOEncode setfont 0.000 0.000 0.000 setrgbcolor AdjustColor 147 237 [ [(create-collection-stmt)] ] 20 -0.5 0.5 0 false DrawText grestore gsave 55 249 moveto 184 0 rlineto 0 -22 rlineto -184 0 rlineto closepath 0 setlinejoin 2 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave /Helvetica findfont 15 scalefont ISOEncode setfont 0.000 0.000 0.000 setrgbcolor AdjustColor 140 209 [ [(drop-collection-stmt)] ] 20 -0.5 0.5 0 false DrawText grestore gsave 55 221 moveto 170 0 rlineto 0 -22 rlineto -170 0 rlineto closepath 0 setlinejoin 2 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave /Helvetica findfont 15 scalefont ISOEncode setfont 0.000 0.000 0.000 setrgbcolor AdjustColor 100 181 [ [(insert-stmt)] ] 20 -0.5 0.5 0 false DrawText grestore gsave 55 193 moveto 90 0 rlineto 0 -22 rlineto -90 0 rlineto closepath 0 setlinejoin 2 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave /Helvetica findfont 15 scalefont ISOEncode setfont 0.000 0.000 0.000 setrgbcolor AdjustColor 107 153 [ [(update-stmt)] ] 20 -0.5 0.5 0 false DrawText grestore gsave 55 165 moveto 104 0 rlineto 0 -22 rlineto -104 0 rlineto closepath 0 setlinejoin 2 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave /Helvetica findfont 15 scalefont ISOEncode setfont 0.000 0.000 0.000 setrgbcolor AdjustColor 103 125 [ [(delete-stmt)] ] 20 -0.5 0.5 0 false DrawText grestore gsave 55 137 moveto 96 0 rlineto 0 -22 rlineto -96 0 rlineto closepath 0 setlinejoin 2 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave /Helvetica findfont 15 scalefont ISOEncode setfont 0.000 0.000 0.000 setrgbcolor AdjustColor 100 97 [ [(begin-stmt)] ] 20 -0.5 0.5 0 false DrawText grestore gsave 55 109 moveto 91 0 rlineto 0 -22 rlineto -91 0 rlineto closepath 0 setlinejoin 2 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave /Helvetica findfont 15 scalefont ISOEncode setfont 0.000 0.000 0.000 setrgbcolor AdjustColor 109 69 [ [(commit-stmt)] ] 20 -0.5 0.5 0 false DrawText grestore gsave 55 81 moveto 108 0 rlineto 0 -22 rlineto -108 0 rlineto closepath 0 setlinejoin 2 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave /Helvetica findfont 15 scalefont ISOEncode setfont 0.000 0.000 0.000 setrgbcolor AdjustColor 110 41 [ [(rollback-stmt)] ] 20 -0.5 0.5 0 false DrawText grestore gsave 55 53 moveto 111 0 rlineto 0 -22 rlineto -111 0 rlineto closepath 0 setlinejoin 2 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave /Helvetica findfont 15 scalefont ISOEncode setfont 0.000 0.000 0.000 setrgbcolor AdjustColor 110 12.9999999999999 [ [(pragma-stmt)] ] 20 -0.5 0.5 0 false DrawText grestore gsave 55 25 moveto 111 0 rlineto 0 -22 rlineto -111 0 rlineto closepath 0 setlinejoin 2 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 26 265 moveto 48.4997499375156 265 lineto 0 setlinecap 1 setlinejoin 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke 54 265 moveto 43.999 269.001 lineto 45.4991249687578 266 lineto 45.4991249687578 264 lineto 43.999 260.999 lineto 54 265 lineto fill grestore gsave 150 265 moveto 269 265 lineto 0 setlinecap 1 setlinejoin 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave matrix currentmatrix 26 256 translate 9 9 scale 0 0 1 0 90 arc setmatrix 0 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 44 237 moveto 48.4997499375156 237 lineto 0 setlinecap 1 setlinejoin 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke 54 237 moveto 43.999 241.001 lineto 45.4991249687578 238 lineto 45.4991249687578 236 lineto 43.999 232.999 lineto 54 237 lineto fill grestore gsave 240 237 moveto 244.499749937516 237 lineto 0 setlinecap 1 setlinejoin 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke 250 237 moveto 239.999 241.001 lineto 241.499124968758 238 lineto 241.499124968758 236 lineto 239.999 232.999 lineto 250 237 lineto fill grestore gsave matrix currentmatrix 44 246 translate 9 9 scale 0 0 1 180 270 arc setmatrix 0 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave matrix currentmatrix 250 246 translate 9.00000000000001 9 scale 0 0 1 270 360 arc setmatrix 0 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 44 209 moveto 48.4997499375156 209 lineto 0 setlinecap 1 setlinejoin 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke 54 209 moveto 43.999 213.001 lineto 45.4991249687578 210 lineto 45.4991249687578 208 lineto 43.999 204.999 lineto 54 209 lineto fill grestore gsave 226 209 moveto 244.499749937516 209 lineto 0 setlinecap 1 setlinejoin 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke 250 209 moveto 239.999 213.001 lineto 241.499124968758 210 lineto 241.499124968758 208 lineto 239.999 204.999 lineto 250 209 lineto fill grestore gsave matrix currentmatrix 44 218 translate 9 9 scale 0 0 1 180 270 arc setmatrix 0 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave matrix currentmatrix 250 218 translate 9.00000000000001 9 scale 0 0 1 270 360 arc setmatrix 0 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 44 181 moveto 48.4997499375156 181 lineto 0 setlinecap 1 setlinejoin 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke 54 181 moveto 43.999 185.001 lineto 45.4991249687578 182 lineto 45.4991249687578 180 lineto 43.999 176.999 lineto 54 181 lineto fill grestore gsave 146 181 moveto 244.499749937516 181 lineto 0 setlinecap 1 setlinejoin 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke 250 181 moveto 239.999 185.001 lineto 241.499124968758 182 lineto 241.499124968758 180 lineto 239.999 176.999 lineto 250 181 lineto fill grestore gsave matrix currentmatrix 44 190 translate 9 9 scale 0 0 1 180 270 arc setmatrix 0 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave matrix currentmatrix 250 190 translate 9.00000000000001 9 scale 0 0 1 270 360 arc setmatrix 0 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 44 153 moveto 48.4997499375156 153 lineto 0 setlinecap 1 setlinejoin 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke 54 153 moveto 43.999 157.001 lineto 45.4991249687578 154 lineto 45.4991249687578 152 lineto 43.999 148.999 lineto 54 153 lineto fill grestore gsave 160 153 moveto 244.499749937516 153 lineto 0 setlinecap 1 setlinejoin 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke 250 153 moveto 239.999 157.001 lineto 241.499124968758 154 lineto 241.499124968758 152 lineto 239.999 148.999 lineto 250 153 lineto fill grestore gsave matrix currentmatrix 44 162 translate 9 9 scale 0 0 1 180 270 arc setmatrix 0 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave matrix currentmatrix 250 162 translate 9.00000000000001 9 scale 0 0 1 270 360 arc setmatrix 0 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 44 125 moveto 48.4997499375156 125 lineto 0 setlinecap 1 setlinejoin 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke 54 125 moveto 43.999 129.001 lineto 45.4991249687578 126 lineto 45.4991249687578 124 lineto 43.999 120.999 lineto 54 125 lineto fill grestore gsave 152 125 moveto 244.499749937516 125 lineto 0 setlinecap 1 setlinejoin 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke 250 125 moveto 239.999 129.001 lineto 241.499124968758 126 lineto 241.499124968758 124 lineto 239.999 120.999 lineto 250 125 lineto fill grestore gsave matrix currentmatrix 44 134 translate 9 9.00000000000001 scale 0 0 1 180 270 arc setmatrix 0 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave matrix currentmatrix 250 134 translate 9.00000000000001 9.00000000000001 scale 0 0 1 270 360 arc setmatrix 0 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 44 97 moveto 48.4997499375156 97 lineto 0 setlinecap 1 setlinejoin 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke 54 97 moveto 43.999 101.001 lineto 45.4991249687578 98 lineto 45.4991249687578 96 lineto 43.999 92.999 lineto 54 97 lineto fill grestore gsave 147 97 moveto 244.499749937516 97 lineto 0 setlinecap 1 setlinejoin 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke 250 97 moveto 239.999 101.001 lineto 241.499124968758 98 lineto 241.499124968758 96 lineto 239.999 92.999 lineto 250 97 lineto fill grestore gsave matrix currentmatrix 44 106 translate 9 9 scale 0 0 1 180 270 arc setmatrix 0 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave matrix currentmatrix 250 106 translate 9.00000000000001 9 scale 0 0 1 270 360 arc setmatrix 0 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 44 69 moveto 48.4997499375156 69 lineto 0 setlinecap 1 setlinejoin 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke 54 69 moveto 43.999 73.001 lineto 45.4991249687578 70 lineto 45.4991249687578 68 lineto 43.999 64.999 lineto 54 69 lineto fill grestore gsave 164 69 moveto 244.499749937516 69 lineto 0 setlinecap 1 setlinejoin 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke 250 69 moveto 239.999 73.001 lineto 241.499124968758 70 lineto 241.499124968758 68 lineto 239.999 64.999 lineto 250 69 lineto fill grestore gsave matrix currentmatrix 44 78 translate 9 9 scale 0 0 1 180 270 arc setmatrix 0 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave matrix currentmatrix 250 78 translate 9.00000000000001 9 scale 0 0 1 270 360 arc setmatrix 0 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 44 41 moveto 48.4997499375156 41 lineto 0 setlinecap 1 setlinejoin 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke 54 41 moveto 43.999 45.001 lineto 45.4991249687578 42 lineto 45.4991249687578 40 lineto 43.999 36.999 lineto 54 41 lineto fill grestore gsave 167 41 moveto 244.499749937516 41 lineto 0 setlinecap 1 setlinejoin 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke 250 41 moveto 239.999 45.001 lineto 241.499124968758 42 lineto 241.499124968758 40 lineto 239.999 36.999 lineto 250 41 lineto fill grestore gsave matrix currentmatrix 44 50 translate 9 9 scale 0 0 1 180 270 arc setmatrix 0 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave matrix currentmatrix 250 50 translate 9.00000000000001 9 scale 0 0 1 270 360 arc setmatrix 0 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 44 12.9999999999999 moveto 48.4997499375156 12.9999999999999 lineto 0 setlinecap 1 setlinejoin 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke 54 12.9999999999999 moveto 43.999 17.001 lineto 45.4991249687578 13.9999999999999 lineto 45.4991249687578 11.9999999999999 lineto 43.999 8.99899999999997 lineto 54 12.9999999999999 lineto fill grestore gsave 167 12.9999999999999 moveto 244.499749937516 12.9999999999999 lineto 0 setlinecap 1 setlinejoin 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke 250 12.9999999999999 moveto 239.999 17.001 lineto 241.499124968758 13.9999999999999 lineto 241.499124968758 11.9999999999999 lineto 239.999 8.99899999999997 lineto 250 12.9999999999999 lineto fill grestore gsave matrix currentmatrix 44 22 translate 9 9.00000000000001 scale 0 0 1 180 270 arc setmatrix 0 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave matrix currentmatrix 250 22 translate 9.00000000000001 9.00000000000001 scale 0 0 1 270 360 arc setmatrix 0 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave matrix currentmatrix 268 256 translate 8.99999999999997 9 scale 0 0 1 90 180 arc setmatrix 0 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 35 22 moveto 35 256 lineto 0 setlinecap 1 setlinejoin 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 259 22 moveto 259 256 lineto 0 setlinecap 1 setlinejoin 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 8 265 moveto 20.4997499375156 265 lineto 0 setlinecap 1 setlinejoin 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke 26 265 moveto 15.999 269.001 lineto 17.4991249687578 266 lineto 17.4991249687578 264 lineto 15.999 260.999 lineto 26 265 lineto fill grestore gsave matrix currentmatrix 288 265 translate 3 3 scale 1 0 moveto 0 0 1 0 360 arc setmatrix 0 setlinejoin 2 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 267 265 moveto 279.499749937516 265 lineto 0 setlinecap 1 setlinejoin 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke 285 265 moveto 274.999 269.001 lineto 276.499124968758 266 lineto 276.499124968758 264 lineto 274.999 260.999 lineto 285 265 lineto fill grestore restore showpage %%Trailer end %%EOF |
< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Added doc/syntax/unql-stmt.gif.
cannot compute difference between binary files
Added doc/syntax/unql-stmt.ps.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > |
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 |
%!PS-Adobe-3.0 EPSF-3.0 %%Creator: Tk Canvas Widget %%For: %%Title: Window .c %%BoundingBox: 199 294 413 498 %%Pages: 1 %%DocumentData: Clean7Bit %%Orientation: Portrait %%DocumentNeededResources: font Helvetica %%EndComments %%BeginProlog /CurrentEncoding [ /space/space/space/space/space/space/space/space /space/space/space/space/space/space/space/space /space/space/space/space/space/space/space/space /space/space/space/space/space/space/space/space /space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle /parenleft/parenright/asterisk/plus/comma/hyphen/period/slash /zero/one/two/three/four/five/six/seven /eight/nine/colon/semicolon/less/equal/greater/question /at/A/B/C/D/E/F/G /H/I/J/K/L/M/N/O /P/Q/R/S/T/U/V/W /X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore /grave/a/b/c/d/e/f/g /h/i/j/k/l/m/n/o /p/q/r/s/t/u/v/w /x/y/z/braceleft/bar/braceright/asciitilde/space /space/space/space/space/space/space/space/space /space/space/space/space/space/space/space/space /space/space/space/space/space/space/space/space /space/space/space/space/space/space/space/space /space/exclamdown/cent/sterling/currency/yen/brokenbar/section /dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron /degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered /cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown /Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla /Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis /Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply /Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls /agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide /oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis ] def 50 dict begin % This is a standard prolog for Postscript generated by Tk's canvas % widget. % RCS: @(#) $Id: mkpsenc.tcl,v 1.3 2002/07/19 14:37:21 drh Exp $ % The definitions below just define all of the variables used in % any of the procedures here. This is needed for obscure reasons % explained on p. 716 of the Postscript manual (Section H.2.7, % "Initializing Variables," in the section on Encapsulated Postscript). /baseline 0 def /stipimage 0 def /height 0 def /justify 0 def /lineLength 0 def /spacing 0 def /stipple 0 def /strings 0 def /xoffset 0 def /yoffset 0 def /tmpstip null def /cstringshow { { dup type /stringtype eq { show } { glyphshow } ifelse } forall } bind def /cstringwidth { 0 exch 0 exch { dup type /stringtype eq { stringwidth } { currentfont /Encoding get exch 1 exch put (\001) stringwidth } ifelse exch 3 1 roll add 3 1 roll add exch } forall } bind def % font ISOEncode font % This procedure changes the encoding of a font from the default % Postscript encoding to current system encoding. It's typically invoked just % before invoking "setfont". The body of this procedure comes from % Section 5.6.1 of the Postscript book. /ISOEncode { dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding CurrentEncoding def currentdict end % I'm not sure why it's necessary to use "definefont" on this new % font, but it seems to be important; just use the name "Temporary" % for the font. /Temporary exch definefont } bind def % StrokeClip % % This procedure converts the current path into a clip area under % the assumption of stroking. It's a bit tricky because some Postscript % interpreters get errors during strokepath for dashed lines. If % this happens then turn off dashes and try again. /StrokeClip { {strokepath} stopped { (This Postscript printer gets limitcheck overflows when) = (stippling dashed lines; lines will be printed solid instead.) = [] 0 setdash strokepath} if clip } bind def % desiredSize EvenPixels closestSize % % The procedure below is used for stippling. Given the optimal size % of a dot in a stipple pattern in the current user coordinate system, % compute the closest size that is an exact multiple of the device's % pixel size. This allows stipple patterns to be displayed without % aliasing effects. /EvenPixels { % Compute exact number of device pixels per stipple dot. dup 0 matrix currentmatrix dtransform dup mul exch dup mul add sqrt % Round to an integer, make sure the number is at least 1, and compute % user coord distance corresponding to this. dup round dup 1 lt {pop 1} if exch div mul } bind def % width height string StippleFill -- % % Given a path already set up and a clipping region generated from % it, this procedure will fill the clipping region with a stipple % pattern. "String" contains a proper image description of the % stipple pattern and "width" and "height" give its dimensions. Each % stipple dot is assumed to be about one unit across in the current % user coordinate system. This procedure trashes the graphics state. /StippleFill { % The following code is needed to work around a NeWSprint bug. /tmpstip 1 index def % Change the scaling so that one user unit in user coordinates % corresponds to the size of one stipple dot. 1 EvenPixels dup scale % Compute the bounding box occupied by the path (which is now % the clipping region), and round the lower coordinates down % to the nearest starting point for the stipple pattern. Be % careful about negative numbers, since the rounding works % differently on them. pathbbox 4 2 roll 5 index div dup 0 lt {1 sub} if cvi 5 index mul 4 1 roll 6 index div dup 0 lt {1 sub} if cvi 6 index mul 3 2 roll % Stack now: width height string y1 y2 x1 x2 % Below is a doubly-nested for loop to iterate across this area % in units of the stipple pattern size, going up columns then % across rows, blasting out a stipple-pattern-sized rectangle at % each position 6 index exch { 2 index 5 index 3 index { % Stack now: width height string y1 y2 x y gsave 1 index exch translate 5 index 5 index true matrix tmpstip imagemask grestore } for pop } for pop pop pop pop pop } bind def % -- AdjustColor -- % Given a color value already set for output by the caller, adjusts % that value to a grayscale or mono value if requested by the CL % variable. /AdjustColor { CL 2 lt { currentgray CL 0 eq { .5 lt {0} {1} ifelse } if setgray } if } bind def % x y strings spacing xoffset yoffset justify stipple DrawText -- % This procedure does all of the real work of drawing text. The % color and font must already have been set by the caller, and the % following arguments must be on the stack: % % x, y - Coordinates at which to draw text. % strings - An array of strings, one for each line of the text item, % in order from top to bottom. % spacing - Spacing between lines. % xoffset - Horizontal offset for text bbox relative to x and y: 0 for % nw/w/sw anchor, -0.5 for n/center/s, and -1.0 for ne/e/se. % yoffset - Vertical offset for text bbox relative to x and y: 0 for % nw/n/ne anchor, +0.5 for w/center/e, and +1.0 for sw/s/se. % justify - 0 for left justification, 0.5 for center, 1 for right justify. % stipple - Boolean value indicating whether or not text is to be % drawn in stippled fashion. If text is stippled, % procedure StippleText must have been defined to call % StippleFill in the right way. % % Also, when this procedure is invoked, the color and font must already % have been set for the text. /DrawText { /stipple exch def /justify exch def /yoffset exch def /xoffset exch def /spacing exch def /strings exch def % First scan through all of the text to find the widest line. /lineLength 0 def strings { cstringwidth pop dup lineLength gt {/lineLength exch def} {pop} ifelse newpath } forall % Compute the baseline offset and the actual font height. 0 0 moveto (TXygqPZ) false charpath pathbbox dup /baseline exch def exch pop exch sub /height exch def pop newpath % Translate coordinates first so that the origin is at the upper-left % corner of the text's bounding box. Remember that x and y for % positioning are still on the stack. translate lineLength xoffset mul strings length 1 sub spacing mul height add yoffset mul translate % Now use the baseline and justification information to translate so % that the origin is at the baseline and positioning point for the % first line of text. justify lineLength mul baseline neg translate % Iterate over each of the lines to output it. For each line, % compute its width again so it can be properly justified, then % display it. strings { dup cstringwidth pop justify neg mul 0 moveto stipple { % The text is stippled, so turn it into a path and print % by calling StippledText, which in turn calls StippleFill. % Unfortunately, many Postscript interpreters will get % overflow errors if we try to do the whole string at % once, so do it a character at a time. gsave /char (X) def { dup type /stringtype eq { % This segment is a string. { char 0 3 -1 roll put currentpoint gsave char true charpath clip StippleText grestore char stringwidth translate moveto } forall } { % This segment is glyph name % Temporary override currentfont /Encoding get exch 1 exch put currentpoint gsave (\001) true charpath clip StippleText grestore (\001) stringwidth translate moveto } ifelse } forall grestore } {cstringshow} ifelse 0 spacing neg translate } forall } bind def %%EndProlog %%BeginSetup /CL 2 def %%IncludeResource: font Helvetica %%EndSetup %%Page: 1 1 save 306.0 396.0 translate 0.7273 0.7273 scale -147 -140 translate 0 280 moveto 294 280 lineto 294 0 lineto 0 0 lineto closepath clip newpath gsave matrix currentmatrix 6 265 translate 3 3 scale 1 0 moveto 0 0 1 0 360 arc setmatrix 0 setlinejoin 2 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave /Helvetica findfont 15 scalefont ISOEncode setfont 0.000 0.000 0.000 setrgbcolor AdjustColor 102 265 [ [(select-stmt)] ] 20 -0.5 0.5 0 false DrawText grestore gsave 55 277 moveto 94 0 rlineto 0 -22 rlineto -94 0 rlineto closepath 0 setlinejoin 2 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave /Helvetica findfont 15 scalefont ISOEncode setfont 0.000 0.000 0.000 setrgbcolor AdjustColor 147 237 [ [(create-collection-stmt)] ] 20 -0.5 0.5 0 false DrawText grestore gsave 55 249 moveto 184 0 rlineto 0 -22 rlineto -184 0 rlineto closepath 0 setlinejoin 2 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave /Helvetica findfont 15 scalefont ISOEncode setfont 0.000 0.000 0.000 setrgbcolor AdjustColor 140 209 [ [(drop-collection-stmt)] ] 20 -0.5 0.5 0 false DrawText grestore gsave 55 221 moveto 170 0 rlineto 0 -22 rlineto -170 0 rlineto closepath 0 setlinejoin 2 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave /Helvetica findfont 15 scalefont ISOEncode setfont 0.000 0.000 0.000 setrgbcolor AdjustColor 100 181 [ [(insert-stmt)] ] 20 -0.5 0.5 0 false DrawText grestore gsave 55 193 moveto 90 0 rlineto 0 -22 rlineto -90 0 rlineto closepath 0 setlinejoin 2 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave /Helvetica findfont 15 scalefont ISOEncode setfont 0.000 0.000 0.000 setrgbcolor AdjustColor 107 153 [ [(update-stmt)] ] 20 -0.5 0.5 0 false DrawText grestore gsave 55 165 moveto 104 0 rlineto 0 -22 rlineto -104 0 rlineto closepath 0 setlinejoin 2 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave /Helvetica findfont 15 scalefont ISOEncode setfont 0.000 0.000 0.000 setrgbcolor AdjustColor 103 125 [ [(delete-stmt)] ] 20 -0.5 0.5 0 false DrawText grestore gsave 55 137 moveto 96 0 rlineto 0 -22 rlineto -96 0 rlineto closepath 0 setlinejoin 2 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave /Helvetica findfont 15 scalefont ISOEncode setfont 0.000 0.000 0.000 setrgbcolor AdjustColor 100 97 [ [(begin-stmt)] ] 20 -0.5 0.5 0 false DrawText grestore gsave 55 109 moveto 91 0 rlineto 0 -22 rlineto -91 0 rlineto closepath 0 setlinejoin 2 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave /Helvetica findfont 15 scalefont ISOEncode setfont 0.000 0.000 0.000 setrgbcolor AdjustColor 109 69 [ [(commit-stmt)] ] 20 -0.5 0.5 0 false DrawText grestore gsave 55 81 moveto 108 0 rlineto 0 -22 rlineto -108 0 rlineto closepath 0 setlinejoin 2 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave /Helvetica findfont 15 scalefont ISOEncode setfont 0.000 0.000 0.000 setrgbcolor AdjustColor 110 41 [ [(rollback-stmt)] ] 20 -0.5 0.5 0 false DrawText grestore gsave 55 53 moveto 111 0 rlineto 0 -22 rlineto -111 0 rlineto closepath 0 setlinejoin 2 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave /Helvetica findfont 15 scalefont ISOEncode setfont 0.000 0.000 0.000 setrgbcolor AdjustColor 110 12.9999999999999 [ [(pragma-stmt)] ] 20 -0.5 0.5 0 false DrawText grestore gsave 55 25 moveto 111 0 rlineto 0 -22 rlineto -111 0 rlineto closepath 0 setlinejoin 2 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 26 265 moveto 48.4997499375156 265 lineto 0 setlinecap 1 setlinejoin 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke 54 265 moveto 43.999 269.001 lineto 45.4991249687578 266 lineto 45.4991249687578 264 lineto 43.999 260.999 lineto 54 265 lineto fill grestore gsave 150 265 moveto 269 265 lineto 0 setlinecap 1 setlinejoin 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave matrix currentmatrix 26 256 translate 9 9 scale 0 0 1 0 90 arc setmatrix 0 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 44 237 moveto 48.4997499375156 237 lineto 0 setlinecap 1 setlinejoin 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke 54 237 moveto 43.999 241.001 lineto 45.4991249687578 238 lineto 45.4991249687578 236 lineto 43.999 232.999 lineto 54 237 lineto fill grestore gsave 240 237 moveto 244.499749937516 237 lineto 0 setlinecap 1 setlinejoin 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke 250 237 moveto 239.999 241.001 lineto 241.499124968758 238 lineto 241.499124968758 236 lineto 239.999 232.999 lineto 250 237 lineto fill grestore gsave matrix currentmatrix 44 246 translate 9 9 scale 0 0 1 180 270 arc setmatrix 0 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave matrix currentmatrix 250 246 translate 9.00000000000001 9 scale 0 0 1 270 360 arc setmatrix 0 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 44 209 moveto 48.4997499375156 209 lineto 0 setlinecap 1 setlinejoin 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke 54 209 moveto 43.999 213.001 lineto 45.4991249687578 210 lineto 45.4991249687578 208 lineto 43.999 204.999 lineto 54 209 lineto fill grestore gsave 226 209 moveto 244.499749937516 209 lineto 0 setlinecap 1 setlinejoin 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke 250 209 moveto 239.999 213.001 lineto 241.499124968758 210 lineto 241.499124968758 208 lineto 239.999 204.999 lineto 250 209 lineto fill grestore gsave matrix currentmatrix 44 218 translate 9 9 scale 0 0 1 180 270 arc setmatrix 0 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave matrix currentmatrix 250 218 translate 9.00000000000001 9 scale 0 0 1 270 360 arc setmatrix 0 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 44 181 moveto 48.4997499375156 181 lineto 0 setlinecap 1 setlinejoin 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke 54 181 moveto 43.999 185.001 lineto 45.4991249687578 182 lineto 45.4991249687578 180 lineto 43.999 176.999 lineto 54 181 lineto fill grestore gsave 146 181 moveto 244.499749937516 181 lineto 0 setlinecap 1 setlinejoin 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke 250 181 moveto 239.999 185.001 lineto 241.499124968758 182 lineto 241.499124968758 180 lineto 239.999 176.999 lineto 250 181 lineto fill grestore gsave matrix currentmatrix 44 190 translate 9 9 scale 0 0 1 180 270 arc setmatrix 0 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave matrix currentmatrix 250 190 translate 9.00000000000001 9 scale 0 0 1 270 360 arc setmatrix 0 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 44 153 moveto 48.4997499375156 153 lineto 0 setlinecap 1 setlinejoin 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke 54 153 moveto 43.999 157.001 lineto 45.4991249687578 154 lineto 45.4991249687578 152 lineto 43.999 148.999 lineto 54 153 lineto fill grestore gsave 160 153 moveto 244.499749937516 153 lineto 0 setlinecap 1 setlinejoin 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke 250 153 moveto 239.999 157.001 lineto 241.499124968758 154 lineto 241.499124968758 152 lineto 239.999 148.999 lineto 250 153 lineto fill grestore gsave matrix currentmatrix 44 162 translate 9 9 scale 0 0 1 180 270 arc setmatrix 0 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave matrix currentmatrix 250 162 translate 9.00000000000001 9 scale 0 0 1 270 360 arc setmatrix 0 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 44 125 moveto 48.4997499375156 125 lineto 0 setlinecap 1 setlinejoin 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke 54 125 moveto 43.999 129.001 lineto 45.4991249687578 126 lineto 45.4991249687578 124 lineto 43.999 120.999 lineto 54 125 lineto fill grestore gsave 152 125 moveto 244.499749937516 125 lineto 0 setlinecap 1 setlinejoin 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke 250 125 moveto 239.999 129.001 lineto 241.499124968758 126 lineto 241.499124968758 124 lineto 239.999 120.999 lineto 250 125 lineto fill grestore gsave matrix currentmatrix 44 134 translate 9 9.00000000000001 scale 0 0 1 180 270 arc setmatrix 0 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave matrix currentmatrix 250 134 translate 9.00000000000001 9.00000000000001 scale 0 0 1 270 360 arc setmatrix 0 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 44 97 moveto 48.4997499375156 97 lineto 0 setlinecap 1 setlinejoin 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke 54 97 moveto 43.999 101.001 lineto 45.4991249687578 98 lineto 45.4991249687578 96 lineto 43.999 92.999 lineto 54 97 lineto fill grestore gsave 147 97 moveto 244.499749937516 97 lineto 0 setlinecap 1 setlinejoin 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke 250 97 moveto 239.999 101.001 lineto 241.499124968758 98 lineto 241.499124968758 96 lineto 239.999 92.999 lineto 250 97 lineto fill grestore gsave matrix currentmatrix 44 106 translate 9 9 scale 0 0 1 180 270 arc setmatrix 0 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave matrix currentmatrix 250 106 translate 9.00000000000001 9 scale 0 0 1 270 360 arc setmatrix 0 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 44 69 moveto 48.4997499375156 69 lineto 0 setlinecap 1 setlinejoin 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke 54 69 moveto 43.999 73.001 lineto 45.4991249687578 70 lineto 45.4991249687578 68 lineto 43.999 64.999 lineto 54 69 lineto fill grestore gsave 164 69 moveto 244.499749937516 69 lineto 0 setlinecap 1 setlinejoin 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke 250 69 moveto 239.999 73.001 lineto 241.499124968758 70 lineto 241.499124968758 68 lineto 239.999 64.999 lineto 250 69 lineto fill grestore gsave matrix currentmatrix 44 78 translate 9 9 scale 0 0 1 180 270 arc setmatrix 0 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave matrix currentmatrix 250 78 translate 9.00000000000001 9 scale 0 0 1 270 360 arc setmatrix 0 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 44 41 moveto 48.4997499375156 41 lineto 0 setlinecap 1 setlinejoin 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke 54 41 moveto 43.999 45.001 lineto 45.4991249687578 42 lineto 45.4991249687578 40 lineto 43.999 36.999 lineto 54 41 lineto fill grestore gsave 167 41 moveto 244.499749937516 41 lineto 0 setlinecap 1 setlinejoin 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke 250 41 moveto 239.999 45.001 lineto 241.499124968758 42 lineto 241.499124968758 40 lineto 239.999 36.999 lineto 250 41 lineto fill grestore gsave matrix currentmatrix 44 50 translate 9 9 scale 0 0 1 180 270 arc setmatrix 0 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave matrix currentmatrix 250 50 translate 9.00000000000001 9 scale 0 0 1 270 360 arc setmatrix 0 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 44 12.9999999999999 moveto 48.4997499375156 12.9999999999999 lineto 0 setlinecap 1 setlinejoin 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke 54 12.9999999999999 moveto 43.999 17.001 lineto 45.4991249687578 13.9999999999999 lineto 45.4991249687578 11.9999999999999 lineto 43.999 8.99899999999997 lineto 54 12.9999999999999 lineto fill grestore gsave 167 12.9999999999999 moveto 244.499749937516 12.9999999999999 lineto 0 setlinecap 1 setlinejoin 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke 250 12.9999999999999 moveto 239.999 17.001 lineto 241.499124968758 13.9999999999999 lineto 241.499124968758 11.9999999999999 lineto 239.999 8.99899999999997 lineto 250 12.9999999999999 lineto fill grestore gsave matrix currentmatrix 44 22 translate 9 9.00000000000001 scale 0 0 1 180 270 arc setmatrix 0 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave matrix currentmatrix 250 22 translate 9.00000000000001 9.00000000000001 scale 0 0 1 270 360 arc setmatrix 0 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave matrix currentmatrix 268 256 translate 8.99999999999997 9 scale 0 0 1 90 180 arc setmatrix 0 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 35 22 moveto 35 256 lineto 0 setlinecap 1 setlinejoin 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 259 22 moveto 259 256 lineto 0 setlinecap 1 setlinejoin 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 8 265 moveto 20.4997499375156 265 lineto 0 setlinecap 1 setlinejoin 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke 26 265 moveto 15.999 269.001 lineto 17.4991249687578 266 lineto 17.4991249687578 264 lineto 15.999 260.999 lineto 26 265 lineto fill grestore gsave matrix currentmatrix 288 265 translate 3 3 scale 1 0 moveto 0 0 1 0 360 arc setmatrix 0 setlinejoin 2 setlinecap 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke grestore gsave 267 265 moveto 279.499749937516 265 lineto 0 setlinecap 1 setlinejoin 2 setlinewidth [] 0 setdash 0.000 0.000 0.000 setrgbcolor AdjustColor stroke 285 265 moveto 274.999 269.001 lineto 276.499124968758 266 lineto 276.499124968758 264 lineto 274.999 260.999 lineto 285 265 lineto fill grestore restore showpage %%Trailer end %%EOF |
Changes to doc/syntax/update-stmt.ps.
1 2 3 4 5 6 7 8 9 10 11 12 |
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: Tk Canvas Widget
%%For:
%%Title: Window .c
%%CreationDate: Thu Jul 21 13:35:07 2011
%%BoundingBox: 14 335 598 458
%%Pages: 1
%%DocumentData: Clean7Bit
%%Orientation: Portrait
%%DocumentNeededResources: font Helvetica
%%+ font Helvetica-Bold
%%EndComments
|
< |
1 2 3 4 5 6 7 8 9 10 11 |
%!PS-Adobe-3.0 EPSF-3.0 %%Creator: Tk Canvas Widget %%For: %%Title: Window .c %%BoundingBox: 14 335 598 458 %%Pages: 1 %%DocumentData: Clean7Bit %%Orientation: Portrait %%DocumentNeededResources: font Helvetica %%+ font Helvetica-Bold %%EndComments |