diff options
author | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 20:36:35 +0000 |
---|---|---|
committer | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 20:36:35 +0000 |
commit | b10d39aec443165093f8f28bc6f940530b89cdaf (patch) | |
tree | 63a1ef3b3f1d2562c498291cda341a2171a1fe1c /include/report | |
parent | 2f4268e5e02216be53cd85816362191373512463 (diff) | |
download | lout-b10d39aec443165093f8f28bc6f940530b89cdaf.tar.gz |
Lout 3.21.
git-svn-id: http://svn.savannah.nongnu.org/svn/lout/trunk@11 9365b830-b601-4143-9ba8-b4a8e2c3339c
Diffstat (limited to 'include/report')
-rw-r--r-- | include/report | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/include/report b/include/report index 8c80944..50f73c5 100644 --- a/include/report +++ b/include/report @@ -19,7 +19,6 @@ # # ############################################################################### - @SysInclude { fontdefs } # font definitions @SysInclude { langdefs } # language definitions @SysInclude { bsf } # BasicSetup package @SysInclude { dsf } # DocumentSetup package @@ -90,11 +89,16 @@ # @OddRightMargin { 2.5c @OrIfPlain 10s } # right margin of odd pages # @EvenLeftMargin { 2.5c @OrIfPlain 10s } # left margin of even pages # @EvenRightMargin { 2.5c @OrIfPlain 10s } # right margin of even pages + # @OddLeftBodyMargin { 0c } # extra margin for page body + # @OddRightBodyMargin { 0c } # extra margin for page body + # @EvenLeftBodyMargin { 0c } # extra margin for page body + # @EvenRightBodyMargin{ 0c } # extra margin for page body # @PageBoxType { None } # None Box CurveBox ShadowBox # @PageBoxMargin { 1.00c } # page box margin # @PageBoxLineWidth { } # page box line thickness # @PageBoxPaint { none } # page box paint # @PageBoxShadow { 0.60c } # shadow margin if ShadowBox + # @PageEnclose { @Body } # enclose every page in this # @ColumnNumber { 1 } # number of columns (1 to 10) # @ColumnGap { 1.00c @OrIfPlain 6s } # column gap # @FigureLocation { PageTop } # default figure location @@ -285,7 +289,7 @@ # @FirstSubSubAppendixNumber { 1 } # first sub-sub. num (Arabic) # @AbstractHeadingFont { Bold } # abstract head font # @AbstractHeadingBreak { ragged 1.2fx nohyphen } # abstract head break - # @AbstractHeadingFormat { title } # abstract head fmt + # @AbstractHeadingFormat { @Centre title } # abstract head fmt # @ContentsHeadingFont { Bold } # contents head font # @ContentsHeadingBreak { ragged 1.2fx nohyphen } # contents head break # @ContentsHeadingFormat { title } # contents head fmt @@ -382,4 +386,5 @@ # # ############################################################################### +@SysDatabase @FontDef { fontdefs } # font definitions @SysDatabase @RefStyle { refstyle } # reference printing styles |