You are here:
More Information
Getting Started
Creating Documentation
Building Output
AutoDoc and Formatting
Interface Components
More Information
Glossary
>
Special Tasks
Special Tasks
Technical Reference
FAQ
Getting Technical Support
>
Documenting without Editor
File and Parsing Options
Comment Finding
Adjusting Doc-O-Matic
Comment Handling
Documenting without Editor
>
Formatting Comments
Describing In or Off-Source
Creating Generic Topics
Formatting Comments
Topic Structure
Property Tags
>
Text Formatting
Text Formatting
>
Table Tags
Character and Paragraph Formatting Tags
Code Blocks
Headings
Lists
Table Tags
Image Tag
Color and Label Tag
Including External Files and HTML Code
Link Tag
Close
Doc-O-Matic 10
Contents
Index
Glossary
Home
Table and Column Widths Example
Table Tags
Tables are automatically rendered in the output. To set table and column width individually you can:
Type
<table 100%>
or
<xtable width= "100%">
to show your table on the whole page width.
Type
<table 33c%, 33c%, 33c%>
or
<xtable columnwidths= "33c%, 33c%, 33c%>
to make three columns the same width.
Type
<table c%, c%, 50%>
to set the width of the last column in a table with three columns.