diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2013-02-19 23:59:11 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2013-02-19 23:59:11 +0100 |
commit | 8dd23bbd31569ecc27ab668d974e6c144bf5a13f (patch) | |
tree | 0b713ca7a90df1455201ca2a1388b60dae96d417 /cv/cvdocng | |
parent | a6ff2cf688a3f4df5811226c904b97b2309d89c0 (diff) | |
download | meself-8dd23bbd31569ecc27ab668d974e6c144bf5a13f.zip meself-8dd23bbd31569ecc27ab668d974e6c144bf5a13f.tar.gz |
cv: maybe finished
Diffstat (limited to 'cv/cvdocng')
-rw-r--r-- | cv/cvdocng | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -54,7 +54,7 @@ # @FixedWidthFont { Courier Base -1p } # font for @F @ParaGap { 1.2vx @OrIfPlain 1f } # gap between paragraphs # @ParaIndent { 2.00f @OrIfPlain 5s } # first-line indent for @PP - # @DisplayGap { 1.00v @OrIfPlain 1f } # gap above, below displays + @DisplayGap { 0.50v @OrIfPlain 1f } # gap above, below displays # @DisplayIndent { 2.00f @OrIfPlain 5s } # @IndentedDisplay indent # @DefaultIndent { 0.5rt } # @Display indent # @DisplayNumStyle { (num) } # style of display numbers @@ -90,7 +90,7 @@ # @PageHeight { 66f } # page height if type Other # @PageOrientation { Portrait } # Portrait, Landscape, etc. # @PageBackground { @BoundaryMarks } # background of each page - @TopMargin { 2.0c @OrIfPlain 6f } # top margin of all pages + @TopMargin { 2.8c @OrIfPlain 6f } # top margin of all pages @FootMargin { 0.5c @OrIfPlain 6f } # bottom margin of all pages @OddLeftMargin { 1.0c @OrIfPlain 10s } # left margin of odd pages @OddRightMargin { 7.0c @OrIfPlain 10s } # right margin of odd pages |