Version 1.0.205 07/02/2006


  Example:
     --tpl_define "bg_main_wd #FFCCBB"

     This will replace BG_MAIN_WD with #FFCCBB in all template
     files from a style.

Style Sheet:


  .mytable {
     margin-left:1mm;
     background-color:#e0eeee;
     padding-left:5px;
     padding-right:5px;
     width:15cm;
  }

Perlpoint:


  \TABLE{class="mytable" separator="|"}
  \B<Head1> | \B<Head2>
   text1    | text 2
   text1.1  | text 2.1
  \END_TABLE