summaryrefslogtreecommitdiff
path: root/graphics/circuit_macros/doc/arrowex.m4
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-10-03 03:01:24 +0000
committerNorbert Preining <norbert@preining.info>2021-10-03 03:01:24 +0000
commitc7bf3f5a728fcb426d1aa38fbec211d4344a3725 (patch)
tree87fbde2d0e79f9e5fce12cbb71971717568fbf9d /graphics/circuit_macros/doc/arrowex.m4
parentac5a96ddb02c62d71eb214ed35e3be9a154d991f (diff)
CTAN sync 202110030301
Diffstat (limited to 'graphics/circuit_macros/doc/arrowex.m4')
-rw-r--r--graphics/circuit_macros/doc/arrowex.m433
1 files changed, 33 insertions, 0 deletions
diff --git a/graphics/circuit_macros/doc/arrowex.m4 b/graphics/circuit_macros/doc/arrowex.m4
new file mode 100644
index 0000000000..2ffd512107
--- /dev/null
+++ b/graphics/circuit_macros/doc/arrowex.m4
@@ -0,0 +1,33 @@
+.PS
+# arrowex.m4
+gen_init
+
+ movewid = 1
+ moveht = 13bp__
+
+ ifdpic(
+ `{{ arrow -> 0 }; move; "\tt arrow -> 0" ljust }
+ move down_; right_
+ {{ arrow -> 1 }; move; "{\tt arrow -> 1} (default)" ljust }
+ move down_; right_
+ {{ arrow -> 3 }; move; "\tt arrow -> 3" ljust } ',
+ `{{arrowhead = 0; arrow}; move; "\tt arrowhead = 0; arrow" ljust }
+ move down_; right_
+ {{arrowhead = 1; arrow}; move
+ "{\tt arrowhead = 1; arrow} (default)" ljust } ')
+
+ move down_; right_
+ arrowwid = 8bp__; arrowht = 10bp__
+ {{ sarrow(,type=Plain)}; move;
+ {"`\tt arrowwid=8bp\_\_; arrowht=10bp\_\_; sarrow(,type=Plain)'" ljust }}
+ move down_; right_
+ {{ sarrow(,type=Open)}; move;
+ {"`\tt sarrow(,type=Open)'" ljust }}
+ move down_; right_
+ {{ sarrow(,type=Crow;shaft=dashed)}; move
+ {"`\tt sarrow(,type=Crow;shaft=dashed)'" ljust }}
+ move down_; right_
+ {{ sarrow(,type=Diamond;head=shaded "red";lgth=16bp__)}; move
+ {"`\tt sarrow(,type=Diamond;head=shaded \"red\";lgth=16bp\_\_)'" ljust }}
+
+.PE