Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
18
cde/doc/C/guides/docbookGuide/examples/tabl.sgm
Normal file
18
cde/doc/C/guides/docbookGuide/examples/tabl.sgm
Normal file
@@ -0,0 +1,18 @@
|
||||
<TABLE>
|
||||
<TITLE>Sample Decimal-Aligned Table
|
||||
</TITLE>
|
||||
<TGROUP ALIGN="char" CHAROFF="50" CHAR="." COLS="3">
|
||||
<TBODY>
|
||||
<ROW>
|
||||
<ENTRY>345.021</ENTRY>
|
||||
<ENTRY>211.02</ENTRY>
|
||||
<ENTRY>221.3</ENTRY>
|
||||
</ROW>
|
||||
<ROW>
|
||||
<ENTRY>blue</ENTRY>
|
||||
<ENTRY>red</ENTRY>
|
||||
<ENTRY>yellow</ENTRY>
|
||||
</ROW>
|
||||
</TBODY>
|
||||
</TGROUP>
|
||||
</TABLE>
|
||||
Reference in New Issue
Block a user