From: Carl Sorensen Date: Fri, 26 Feb 2010 03:12:02 +0000 (-0700) Subject: Doc:CG:Clarify policy on sectioning X-Git-Tag: release/2.13.14-1~5 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=77cc43a987b539afc330fd4be9dd846985338379;p=lilypond.git Doc:CG:Clarify policy on sectioning --- diff --git a/Documentation/contributor/doc-work.itexi b/Documentation/contributor/doc-work.itexi index 7d842a4e85..70bb1d72b7 100644 --- a/Documentation/contributor/doc-work.itexi +++ b/Documentation/contributor/doc-work.itexi @@ -232,10 +232,18 @@ level. Sections are created with Please leave two blank lines above a @@node; this makes it easier to find sections in texinfo. +@item +If a heading is desired without creating a node, please use +the following: + +@example +@@subheading Foo +@end example + @item Sectioning commands (@@node and @@section) must not appear -inside an @@ignore. Separate those commands with a space, ie @@n -ode. +inside an @@ignore. Separate those commands with a space, ie +@@n@tie{}ode. @end itemize