
   Internal Text Viewer
------------------------------------------------------------------------------

   GMS uses 'browse.com' (DOS/Windows) and 'less' (Linux) as internal text 
   viewers.
   
 - To quit the viewer, press [Esc] (DOS/Windows) or [Q] (Linux).
   
 - To browse through the text, use arrow keys and [Pg Up], [Pg Dn], [Home] or
   [End] keys (all systems). 
   However, this does not work on some Linux systems unless terminal settings
   are changed. In such case, use letter keys to move [F]oreward, [B]ackward,
   [U]p or [D]own; [G] and [Shift-G] let you go to the beginning or end of the
   text.
   In KDE Konsole, changing 'Preferences/Keyboard' to 'Linux Console' may help.

   Conversion of 'default.htm' into PDF using Gerolf Markup Shredder
------------------------------------------------------------------------------

   The file 'default.htm' was written to fit into 50 lines, giving a none-
   trivial demonstration of different fonts, text styles, colors and tables,
   so that this file might serve as a basis for the user's creative work.
   
   If you are new to HTML, try to identify content and markup. The markup 
   tells the browser (and GMS) how to render the content. A human reader can 
   understand this file, if he or she knows the meaning of a few abbrevia-
   tions: b - 'boldface', i - 'italic', br - 'line break', td - 'table cell
   definition', tr - 'table row', var - 'variable', &nbsp - 'non-breaking
   space', &uuml - 'u umlaut', &bdquo - 'bottom double quotation mark'.
          
   As long as GMS cannot render auto-width tables, cell dimensions must be
   given by the author:
   _____________________page:____margin:___border:________
   table:      width  = 297mm - (2*20mm) - (2*2mm) = 253mm
   table row:  height = 210mm - (2*20mm) - (2*2mm) = 166mm   
   
   The 'Symbol' font uses a proprietary encoding and is not available on (or
   not supported by) some systems.
         
   G. D. Brettschneider, 2004/02/08 (www.Gerolf.org)

------------------------------------------------------------------------------

