diff options
Diffstat (limited to 'cv/cvdocng')
-rw-r--r-- | cv/cvdocng | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -41,7 +41,8 @@ ############################################################################### @Use { @BasicSetup - @InitialFont { Libertine Base 12p } # initial font + #@InitialFont { Libertine Base 11p } # initial font + @InitialFont { Times Base 11p } # initial font # @InitialBreak {{adjust 1.2fx hyphen} @OrIfPlain {ragged 1fx nohyphen}} # @InitialOutdent { 2f @OrIfPlain 4s } # initial outdent # @InitialSpace { lout } # initial space style @@ -89,7 +90,7 @@ # @PageHeight { 66f } # page height if type Other # @PageOrientation { Portrait } # Portrait, Landscape, etc. @PageBackground { @BoundaryMarks } # background of each page - @TopMargin { 1.5c @OrIfPlain 6f } # top margin of all pages + @TopMargin { 3.0c @OrIfPlain 6f } # top margin of all pages @FootMargin { 1.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 @@ -99,7 +100,7 @@ # @OddRightBodyMargin { 0c } # extra margin for page body # @EvenLeftBodyMargin { 0c } # extra margin for page body # @EvenRightBodyMargin{ 0c } # extra margin for page body - @PageBoxType { Box } # None Box CurveBox ShadowBox + @PageBoxType { None } # None Box CurveBox ShadowBox # @PageBoxMargin { 1.00c } # page box margin # @PageBoxLineWidth { } # page box line thickness # @PageBoxPaint { none } # page box paint |