[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: <table>s in SGML (fwd)
On Sun, Dec 05, 1999 at 01:51:25AM +0200, Risto S Varanka wrote:
> Umm suppose I do my SGML by hand in Emacs, and have never even
> seen LyX. Which tags should I use? Is there clear documentation
> about this?
You should use <tabular>:
<tabular ca="l|l">
first column | second column @
first column, second row | second column, second row @
</tabular>
The ca attribute has the same syntax as the cols argument for
the tabular environment in LaTeX; i.e. an `l' represents a
left-aligned column, `r' right-aligned, `c' centered, and `|' a
vertical line between columns.
I don't think this is documented anywhere -- I learned about it from
the SGML source of the Hardware-HOWTO.
--
To UNSUBSCRIBE, email to ldp-discuss-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org