summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/metapost/blockdraw_mp/docblockprefs.mp
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-11-06 19:39:24 +0000
committerKarl Berry <karl@freefriends.org>2007-11-06 19:39:24 +0000
commit647ffa0224624c3d97c119efaef5191bdaff3067 (patch)
treed2103bd9f56be6d93b9f879e263380c802709a88 /Master/texmf-dist/metapost/blockdraw_mp/docblockprefs.mp
parent59d409e3e827d1630055bbbb9a2606005b1f035c (diff)
new metapost package blockdraw_mp (22jan07)
git-svn-id: svn://tug.org/texlive/trunk@5381 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/metapost/blockdraw_mp/docblockprefs.mp')
-rw-r--r--Master/texmf-dist/metapost/blockdraw_mp/docblockprefs.mp18
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;
+