summaryrefslogtreecommitdiff
path: root/web/glasgow/lit2x-0.16/literate/info-utils/default-nodes.texinfo
diff options
context:
space:
mode:
Diffstat (limited to 'web/glasgow/lit2x-0.16/literate/info-utils/default-nodes.texinfo')
-rw-r--r--web/glasgow/lit2x-0.16/literate/info-utils/default-nodes.texinfo40
1 files changed, 40 insertions, 0 deletions
diff --git a/web/glasgow/lit2x-0.16/literate/info-utils/default-nodes.texinfo b/web/glasgow/lit2x-0.16/literate/info-utils/default-nodes.texinfo
new file mode 100644
index 0000000000..27953e297d
--- /dev/null
+++ b/web/glasgow/lit2x-0.16/literate/info-utils/default-nodes.texinfo
@@ -0,0 +1,40 @@
+@setfilename default-nodes-example.info
+@node Top
+@chapter Introduction
+@menu
+* foo:: the foo node
+* bar:: the bar node
+* baz:: the baz node
+* yan:: Yet Another Node
+@end menu
+
+@node foo
+@section foo
+this is the foo node.
+
+@node bar
+@section Bar
+This is the Bar node.
+
+@menu
+* subzero:: A subsection of bar.
+* subone:: You thought I meant temperature?
+@end menu
+
+@node subzero
+@subsection subzero
+This is subsection subzero
+
+@node subone
+@subsection subone
+This is subsection subone
+
+@node baz
+@section Baz
+This is the Baz node.
+
+@node yan
+@section Yet Another Node
+
+Yes, this is yet another node.
+@bye