diff options
Diffstat (limited to 'cv')
-rw-r--r-- | cv/cvdocng | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -89,9 +89,9 @@ # @PageWidth { 80s } # page width if type Other # @PageHeight { 66f } # page height if type Other # @PageOrientation { Portrait } # Portrait, Landscape, etc. - #@PageBackground { @BoundaryMarks } # background of each page - @TopMargin { 2.5c @OrIfPlain 6f } # top margin of all pages - @FootMargin { 1.0c @OrIfPlain 6f } # bottom margin of all pages + # @PageBackground { @BoundaryMarks } # background of each page + @TopMargin { 2.0c @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 @EvenLeftMargin { 1.0c @OrIfPlain 10s } # left margin of even pages |