aboutsummaryrefslogtreecommitdiffstats
path: root/doc/user/dia_tree
diff options
context:
space:
mode:
authorJeffrey H. Kingston <jeff@it.usyd.edu.au>2010-09-14 20:41:52 +0000
committerJeffrey H. Kingston <jeff@it.usyd.edu.au>2010-09-14 20:41:52 +0000
commit66b683579143de15598c16695df72d1b224c2030 (patch)
tree1dfc6d44e7517fb3e1fe838239daac263948bbf5 /doc/user/dia_tree
parent3c59753b94d0425e7ddcc4b57b11dfb283d0c144 (diff)
downloadlout-66b683579143de15598c16695df72d1b224c2030.tar.gz
Lout 3.37.
git-svn-id: http://svn.savannah.nongnu.org/svn/lout/trunk@43 9365b830-b601-4143-9ba8-b4a8e2c3339c
Diffstat (limited to 'doc/user/dia_tree')
-rw-r--r--doc/user/dia_tree16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/user/dia_tree b/doc/user/dia_tree
index dd8ad1a..52f52f6 100644
--- a/doc/user/dia_tree
+++ b/doc/user/dia_tree
@@ -139,15 +139,15 @@ stubsub.diagrams @Index { @Code "@StubSub" symbol (diagrams) }
@ID @OneRow {
@Code @Verbatim {
@Tree {
-@Circle @Eq { a }
-@StubSub @Eq { T tsub a }
+@Circle @Math { a }
+@StubSub @Math { T tsub a }
}
}
||7ct
@Diag {
@Tree {
-@Circle @Eq { a }
-@StubSub @Eq { T tsub a }
+@Circle @Math { a }
+@StubSub @Math { T tsub a }
}
}
}
@@ -238,19 +238,19 @@ end of the stub path:
@ID @OneRow {
@Code @Verbatim {
@Tree {
-@Circle @Eq { a }
+@Circle @Math { a }
@StubSub from { SW } to { SE }
@Box outlinestyle { noline }
- @Eq { T tsub a }
+ @Math { T tsub a }
}
}
||7ct
@Diag {
@Tree {
-@Circle @Eq { a }
+@Circle @Math { a }
@StubSub from { SW } to { SE }
@Box outlinestyle { noline }
- @Eq { T tsub a }
+ @Math { T tsub a }
}
}
}