diff options
Diffstat (limited to 'Master/texmf-dist/metapost/blockdraw_mp/docblockprefs.mp')
-rw-r--r-- | Master/texmf-dist/metapost/blockdraw_mp/docblockprefs.mp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Master/texmf-dist/metapost/blockdraw_mp/docblockprefs.mp b/Master/texmf-dist/metapost/blockdraw_mp/docblockprefs.mp new file mode 100644 index 00000000000..1aa63c0f01e --- /dev/null +++ b/Master/texmf-dist/metapost/blockdraw_mp/docblockprefs.mp @@ -0,0 +1,18 @@ +numeric u; +u := 1cm; + +numeric dashlw; +dashlw := 0.3pt; +picture gldash[]; +gldash1 := dashpattern( on 0.25u off 0.25u ); +gldash2 := dashpattern( on 0.5u off 0.1u on 0.1u off 0.1u on 0.1u off 0.1u ); + +longblockrx := 0.7u; +longblockry := 0.4u; +smallblockr := 0.3u; +connectionlw := 0.8pt; +textscale := 1; + +shiftofflabelmargin := 2bboxmargin; +pickup pencircle scaled connectionlw; + |