File: table-eg01.xml

package info (click to toggle)
dblatex 0.3.5-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 11,920 kB
  • ctags: 578
  • sloc: xml: 100,161; python: 5,530; makefile: 134; sh: 70
file content (22 lines) | stat: -rw-r--r-- 415 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<informaltable>
<!-- Basic table with two columns -->
<tgroup cols="2" colsep="1" rowsep="1" align="left">
<colspec colname="c1"/>
<colspec align="center"/>
<thead>
<row>
<entry>Column 1</entry>
<entry>Column 2</entry>
</row>
</thead>
<tbody>
<row>
<entry>left aligned</entry>
<entry>centered cell</entry></row>
<row>
<entry>no specified width</entry>
<entry>idem</entry></row>
</tbody>
</tgroup>
</informaltable>