home *** CD-ROM | disk | FTP | other *** search
/ Frame 3.2 / Frame.iso / FrameDocs / Formats.framemml < prev    next >
Text File  |  1994-07-07  |  2KB  |  87 lines

  1. <MML 1.00 - Sample standard font, paragraph, and document formats>
  2. <Comment  *** Define fonts for Title, Section, Body, Headers and Footers.
  3.       Most of the defaults are good, so we just specify family,
  4.       size, and style. "ft" stands for "font for Titles", "fs" is
  5.       "font for sections," etc.>
  6. <!DefineFont ft
  7.     <Family     Times>
  8.     <pts     18>
  9.     <Bold>
  10. >
  11. <!DefineFont fs
  12.     <Family     Times>
  13.     <pts     14>
  14.     <Bold>
  15. >
  16. <!DefineFont fb
  17.     <Family     Times>
  18.     <pts     12>
  19.     <Plain>
  20. >
  21. <!DefineFont fhf
  22.     <Family     Times>
  23.     <pts 10>
  24.     <Plain >
  25. <Comment *** Set appropriate font for a Title paragraph and 
  26.          define its format: >
  27. <!DefinePar Title 
  28.     <ft>
  29.     <Alignment     Center > 
  30.     <SpaceAfter     12pt> 
  31.     <ForceFont    Yes>
  32. >
  33. <Comment *** set font and define other paragraph formats>
  34. <!DefinePar Section
  35.     <fs>
  36.     <Alignment     Left >
  37.     <LeftIndent      0.50">
  38.     <FirstIndent      0.00">
  39.       <RightIndent      0.00">
  40.       <Leading     0pt>
  41.       <SpaceBefore     9pt>
  42.       <SpaceAfter     9pt>
  43.       <AutoNumber     Yes >
  44.       <NumberFormat     "+.0\t">
  45.     <TabStops <TabStop    0.50"> >
  46. >
  47. <!DefinePar Body
  48.     <fb>
  49.       <Alignment     LeftRight >
  50.       <LeftIndent      0.50">
  51.     <FirstIndent      0.50">
  52.       <RightIndent      0.00">
  53.       <Leading     2pt>
  54.       <SpaceBefore     0pt>
  55.       <SpaceAfter     10pt>
  56.     <ForceFont    Yes>
  57.      <AutoNumber     No >
  58.     <TabStops>
  59. <!DefinePar BulletItem
  60.       <Alignment     Left >
  61.       <LeftIndent      0.75">
  62.     <FirstIndent      0.50">
  63.       <RightIndent      0.00">
  64.       <Leading     2pt>
  65.       <SpaceBefore     0pt>
  66.       <SpaceAfter     3pt>
  67.     <ForceFont    Yes>
  68.     <AutoNumber    Yes>
  69.     <NumberFormat    "\xA5 \t">
  70.       <Comment *** \xA5 is the bullet character. \t is a tab character.>
  71.     <TabStops    <TabStop    0.75">>
  72. <Comment  *** Document Layout descriptions. Most of the default settings
  73.       are good. >
  74. <Pagewidth        7.00">
  75. <PageHeight        10.00">
  76. <TopMargin                0.75">
  77. <BottomMargin        0.75">
  78. <LeftMargin        0.50">
  79. <RightMargin        0.50">
  80. <HeaderTopMargin        0.40">
  81. <HeaderBottomMargin        0.46">
  82. <HeaderLeftMargin        1.00">
  83. <HeaderRightMargin        1.00">
  84.