File: fmt

package info (click to toggle)
lout 3.12-0.1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 8,376 kB
  • ctags: 2,428
  • sloc: ansic: 25,182; makefile: 261; sh: 60
file content (16 lines) | stat: -rw-r--r-- 475 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@Chapter
    @Title { Changing the Overall Format }
    @Tag { changes }
@Begin
@LP
The symbols of Lout make many decisions behind the scenes.  Even the
humble @Code "@PP" symbol has to decide how much vertical space to
leave, and how far to indent the first line of the paragraph.  How to
change these decisions is the subject of this chapter.
@BeginSections
@Include { fmt_setu }
@Include { fmt_size }
@Include { fmt_marg }
@Include { fmt_head }
@EndSections
@End @Chapter