aboutsummaryrefslogtreecommitdiffstats
path: root/doc/user/dia_intr
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user/dia_intr')
-rw-r--r--doc/user/dia_intr13
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/user/dia_intr b/doc/user/dia_intr
index 02ab5b2..1aa8c66 100644
--- a/doc/user/dia_intr
+++ b/doc/user/dia_intr
@@ -24,11 +24,7 @@ Change this to
This provides everything you need for making diagrams.
@PP
The result of the @@Diag symbol is an object in the usual way. A diagram
-is commonly made into a centred display, like this:
-@ID @OneRow @Code {
-"@CentredDisplay @Diag { ... }"
-}
-or into a floating figure, like this:
+is commonly made into a floating figure, like this:
@ID @OneRow @Code {
"@Figure"
" @Caption { ... }"
@@ -36,10 +32,15 @@ or into a floating figure, like this:
" ..."
"}"
}
+or into a centred display, like this:
+@ID @OneRow @Code {
+"@CentredDisplay @Diag { ... }"
+}
but it could be an entry in a table, a word in a paragraph, or anything
else.
@PP
-Most uses of @@Diag contain a @I { nodes part } and a @I { links part }:
+Although it is not compulsory, most uses of @@Diag contain a
+@I { nodes part } and a @I { links part }:
@ID @OneRow lines @Break {
@Code "@Diag {"
@I { nodes part }