diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-08-14 23:38:19 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-08-14 23:38:19 +0200 |
commit | 7d9ee2281b1ce9f2d2826a5e948254025666e2c0 (patch) | |
tree | 49033298a1d6a5a6de4b0049a89a527276f88313 /cv/cvdocng | |
parent | 2c0006c042a2fcaa57da2999413ca2414b755e3f (diff) | |
download | meself-7d9ee2281b1ce9f2d2826a5e948254025666e2c0.zip meself-7d9ee2281b1ce9f2d2826a5e948254025666e2c0.tar.gz |
cv-ng wip
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 |