The XHTML to TeX translation is based on a XSL transformation. In any case it is necessary to follow some conventions in order to generate an XHTML that can be mapped to proper TeX. These are the basic guidelines:

  1. Figure and Table references:

    <a class="ref" href="#label">Figure</a>

  2. Figures:

    <div class="figure" align="center">
      <img src="../figures/figure.png"/>
      <p><a name="label">caption</a></p>
    </div>

  3. Tables:

    <div class="table" align="center">
      <p><a name="label">caption</a></p>
      <table>...</table>
    </div>

  4. Citations:

    [<a class="cite" href="References.html#Heylighen96">Heylighen96</a>]