diff options
author | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 20:37:45 +0000 |
---|---|---|
committer | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 20:37:45 +0000 |
commit | c89f0bc2209f7f98695e6b94fbac316c84fbf9d4 (patch) | |
tree | 456d506bd18edd3b768eaffa8f70ae93565682e4 /doc/expert/pre_brea | |
parent | 7db8921aac3a0e1223af269ec7092bdd91a7c7a2 (diff) | |
download | lout-c89f0bc2209f7f98695e6b94fbac316c84fbf9d4.tar.gz |
Lout 3.25.
git-svn-id: http://svn.savannah.nongnu.org/svn/lout/trunk@19 9365b830-b601-4143-9ba8-b4a8e2c3339c
Diffstat (limited to 'doc/expert/pre_brea')
-rw-r--r-- | doc/expert/pre_brea | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/doc/expert/pre_brea b/doc/expert/pre_brea index b91b2d9..81871d2 100644 --- a/doc/expert/pre_brea +++ b/doc/expert/pre_brea @@ -4,7 +4,7 @@ @Begin @PP The @@Break symbol influences the appearance of paragraphs (Section -{@NumberOf concatenation}), offering a fixed set of nine styles: +{@NumberOf concatenation}), offering a fixed set of styles: @IL @LI { @@ -20,7 +20,7 @@ each paragraph; outdent.break @Index { @Code outdent @@Break } |2m Like {@Code adjust}, except that @Code "2.0f @Wide {} &0i" is inserted at the beginning of every line except the first, creating -an outdented paragraph; +an outdented paragraph (the outdent width may be changed -- see below); } @LI { @@ -144,7 +144,20 @@ last lines of the paragraphs of {@I object}. These options work by adding the @Code "u" (unbreakable) suffix to the appropriate gaps during paragraph breaking, so their precise effect is as described for this suffix. These options may be countermanded by -@Code "breakablefirst @Break" and @Code "breakablelast @Break". +@Code "breakablefirst @Break" and @Code "breakablelast @Break". The +width of the outdenting used in the @Code "outdent" style may be changed +like this: +@IL + +@LI { +2i @Wide { |1rt @Code "{ setoutdent" @I width @Code "} @Break" @I object } +|2m Within {@I object}, whenever outdenting is required, use @I width +for the amount of outdenting. Note that this does not itself cause a +switch to outdenting style. The width may be preceded by @Code "+" or +@Code -- to indicate a change to the existing outdent value. +} + +@EL @PP Several options may be given to the @@Break symbol simultaneously, in any order. For example, |