home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / x / xhyper10.zip / XHyper_v1.0 / sampledoc / Formats.mml next >
Text File  |  1992-11-05  |  864b  |  51 lines

  1. <MML 1.00 -    Formats.mml  
  2.         Sample standard font, paragraph, and document formats>
  3.  
  4. <Comment  *** Define fonts for Title, Section, Body, Headers and Footers.
  5.       Most of the defaults are good, so we just specify family,
  6.       size, and style. "ft" stands for "font for Titles", "fs" is
  7.       "font for sections," etc.>
  8.  
  9. <!DefineFont ft
  10.     <Family     Times>
  11.     <pts     18>
  12.     <Bold>
  13. >
  14. <!DefineFont fs
  15.     <Family     Times>
  16.     <pts     14>
  17.     <Bold>
  18. >
  19. <!DefineFont fb
  20.     <Family     Times>
  21.     <pts     14>
  22.     <Plain>
  23. >
  24. <!DefineFont fhf
  25.     <Family     Times>
  26.     <pts 10>
  27.     <Plain >
  28.  
  29. <Comment *** Set appropriate font for a Title paragraph and 
  30.          define its format: >
  31.  
  32. <!DefinePar Title 
  33.     <ft>
  34.     <hypertext>
  35.     <Alignment     Center > 
  36. >
  37.  
  38. <Comment *** set font and define other paragraph formats>
  39. <!DefinePar Section
  40.     <fs>
  41.     <hypertext>
  42.     <Alignment     Left >
  43. >
  44.  
  45. <!DefinePar Body
  46.     <fb>
  47.       <Alignment     Justify>
  48.  
  49.