summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/metapost/metauml/metauml_manual/fig/mptrace.tmp
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/metapost/metauml/metauml_manual/fig/mptrace.tmp')
-rw-r--r--Master/texmf-dist/doc/metapost/metauml/metauml_manual/fig/mptrace.tmp25
1 files changed, 25 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/metapost/metauml/metauml_manual/fig/mptrace.tmp b/Master/texmf-dist/doc/metapost/metauml/metauml_manual/fig/mptrace.tmp
new file mode 100644
index 00000000000..95b723d1b3a
--- /dev/null
+++ b/Master/texmf-dist/doc/metapost/metauml/metauml_manual/fig/mptrace.tmp
@@ -0,0 +1,25 @@
+
+input metauml_note;
+input metauml_base;
+input metauml_paths;
+input metauml_links;
+input metauml_class_relations;
+
+beginfig(1);
+ Note.foo("Antananarivo", "Machupichu");
+ drawObject(foo);
+endfig;
+
+beginfig(2);
+ save foo;
+ Note.foo("Please disregard this note");
+ Note.bar("Please take the other note", "very seriously");
+
+ bar.s = foo.n + (10,20);
+ drawObjects(foo, bar);
+ clink(dashedLink)(foo, bar);
+endfig;
+
+end
+
+end