diff options
author | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 20:40:40 +0000 |
---|---|---|
committer | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 20:40:40 +0000 |
commit | 51fe0cfa3e3ba27f55ff7d14a7fe077cc31ed0b7 (patch) | |
tree | fc13db71a563c042388b4a6b3a2bffc4151466b2 /doc/user/str_larg | |
parent | e4836c62b245d618866b6523ec2c892aeb7a76be (diff) | |
download | lout-51fe0cfa3e3ba27f55ff7d14a7fe077cc31ed0b7.tar.gz |
Lout 3.33.
git-svn-id: http://svn.savannah.nongnu.org/svn/lout/trunk@35 9365b830-b601-4143-9ba8-b4a8e2c3339c
Diffstat (limited to 'doc/user/str_larg')
-rw-r--r-- | doc/user/str_larg | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/doc/user/str_larg b/doc/user/str_larg index 2d244ae..9e5fc79 100644 --- a/doc/user/str_larg +++ b/doc/user/str_larg @@ -46,17 +46,32 @@ symbols, like this: } This arrangement is reminiscent of the one for lists, and, as for lists, there may be no paragraph or new page symbols before, between, -or after the sections. To change the gap between sections, you need -to change the @Code "@SectionGap" option in the setup file, as explained -in Chapter {@NumberOf types}. If you just want a new page before one -section, not all sections, place @Code "@NP" at the very end of the -previous section, just before its {@Code "@End @Section"}. +or after the sections. @PP The @Code "@Begin ... @End @Section" that brackets the body of each section may be abbreviated to {@Code "{ ... }"}. However, the long form is recommended because it helps Lout to detect missing or extra braces within the body of the section. @PP +To change the gap between sections, you need to change the +@Code "@SectionGap" option in the setup file, as explained in +Chapter {@NumberOf types}. If you just want a new page or column +before one section, then use the @Code "@NewPage" option of that +section, like this: +@ID @OneRow @Code { +"@Section" +" @Title { Bandicoots and quolls }" +" @NewPage { Yes }" +"@Begin" +"..." +"@End @Section" +} +The @Code "@NewPage" option is only available with large-scale structure +symbols that usually do not appear on a new page (like {@Code "@Section"}), +and it forces them to appear on a new page. You can't use it with +large-scale structure symbols that usually appear on a new page (like +{@Code "@Chapter"}) to force them not to -- there is no way to do that. +@PP All large-scale structure symbols have a @Code "@Tag" option, whose use is explained in Section {@NumberOf cross}, and a @Code "@RunningTitle" runningtitle. @Index @Code "@RunningTitle" |