
    special characters:
      <LT>       < less than
      <GT>       > greater than                  font styles:
      <BASL>     \ backslash                       <B>...</B>     bold
      <PROZ>     % percent sign                    <I>...</I>     italic
      <AMP>      & ampersand                       <TT>...</TT>   typewriter
      <HR>         Hard Rule in HTML               <U>...</U>     underlined
                   \bigskip  in TeX



    signature at the end of a HTML docuemnt:
      <SIGNATURE>  add or modify the entry in the copy of BETA.DAT
                   or the additional control file (BETA.ADD)


    definition of chapters:
      <CHP-A>...<CHP-E>   chapter
      <SEC-A>...<SEC-E>   section
      <SUB-A>...<SUB-E>   subsection



    definition of hypertext-links:



      <LK-A>name.html<LK-B>Click - Text<LK-C>



    definition of chapters with hypertext-link:
      <LK-A>name.html<LK-B><CHP-A>Chapter Text<CHP-E><LK-C>



    line and paragraph formatting:
      <CENTER>...</CENTER>                      Abstaende zwischen Absaetzen:
                 centered                         <SMALLSKIP>   klein
      <BR>       line break                       <MEDSKIP>     mittel
      <P>        paragraph                        <BIGSKIP>     gross
      <QUAD>     smal horizontal gap
      <QQUAD>    larger horizontal gap
      <NOINDENT> no indent of the first line of a paragraph



    inclusion of subdocuments in TeX:
      <INPUT> name
    


    definition-liste:                  list:
      <DEF>                               <LIST>
      <DT>item 1:                         <LI>first thing
      <DD>text about item 1               <LI>second thing
      <DT>item 2:                         <LI>third thing
      <DD>text about item 2               <LI>and so on
      <DEF>                               </LIST>



    enumeration:
      <NUM>
      <LI>first thing
      <LI>second thing
      <LI>third thing
      <LI>and so on
      </NUM>



    tables:
        <BTABLE><TB-F>|r|c|l|</TB-F><HLINE>
        <TB-R> column 1             <TD-C> very long column 2  </TB> <HLINE>
        <TB-R> long column 1        <TD-C> long column 2       </TB> <HLINE>
        <TB-R> very long column 1   <TD-C> column 2            </TB> <HLINE>
        <TB-R> column 1             <TD-C> column 2            </TB> <HLINE>
        </BTABLE>
