aboutsummaryrefslogtreecommitdiffstats
path: root/doc/user/dia_tree
diff options
context:
space:
mode:
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 }
}
}
}