blob: 8d55a438b98d8c3f1909fb30bb9c6bbbc899099f [file] [log] [blame]
<html>
<head>
<link href="../generic.css" rel="stylesheet"/>
</head>
<body>
<nav class="listoftables">
<p class="toc1">
<a href="#item1">
1
Test table A
</a>
</p>
<p class="toc1">
<a href="#item2">
2
TeXYZst table B
</a>
</p>
<p class="toc1">
<a href="#item3">
3
Test table C
</a>
</p>
<p class="toc1">
<a href="#item4">
4
Test table D
</a>
</p>
</nav>
<table id="item1" style="width: 100%">
<caption>Test table A</caption>
<col width="100%"/>
<tbody>
<tr>
<td><p><br/></p></td>
</tr>
</tbody>
</table>
<table id="item2" style="width: 100%">
<caption>TeXYZst table B</caption>
<col width="100%"/>
<tbody>
<tr>
<td><p><br/></p></td>
</tr>
</tbody>
</table>
<table id="item3" style="width: 100%">
<caption>Test table C</caption>
<col width="100%"/>
<tbody>
<tr>
<td><p><br/></p></td>
</tr>
</tbody>
</table>
<table id="item4" style="width: 100%">
<caption>Test table D</caption>
<col width="100%"/>
<tbody>
<tr>
<td><p><br/></p></td>
</tr>
</tbody>
</table>
</body>
</html>