diff options
Diffstat (limited to 'cv/cvdoc')
| -rw-r--r-- | cv/cvdoc | 16 | 
1 files changed, 8 insertions, 8 deletions
| @@ -52,9 +52,9 @@    # @OptimizePages	{ No			} # optimize page breaks?    # @HeadingFont	{ Bold			} # font for @Heading    # @FixedWidthFont	{ Courier Base -1p	} # font for @F -  @ParaGap		{ 1.2vx @OrIfPlain 1f	} # gap between paragraphs +  #@ParaGap		{ 1.2vx @OrIfPlain 1f	} # gap between paragraphs    # @ParaIndent		{ 2.00f	@OrIfPlain 5s	} # first-line indent for @PP -  @DisplayGap		{ 0.50v	@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,12 +90,12 @@    # @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 -  @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 -  @EvenRightMargin	{ 7.0c	@OrIfPlain 10s	} # right margin of even pages +  @TopMargin		{ 3.0c	@OrIfPlain 6f	} # top margin of all pages +  #@FootMargin		{ 0.5c	@OrIfPlain 6f	} # bottom margin of all pages +  @OddLeftMargin	{ 1.5c	@OrIfPlain 10s	} # left margin of odd pages +  @OddRightMargin	{ 6.0c	@OrIfPlain 10s	} # right margin of odd pages +  @EvenLeftMargin	{ 1.5c	@OrIfPlain 10s	} # left margin of even pages +  @EvenRightMargin	{ 6.0c	@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 | 
