<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//en">

<!–Converted with LaTeX2HTML 2022 (Released January 1, 2022) –> <HTML lang="en"> <HEAD> <TITLE>Contents of tabular:2</TITLE>

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8"> <META NAME="viewport" CONTENT="width=device-width, initial-scale=1.0"> <META NAME="Generator" CONTENT="LaTeX2HTML v2022">

<LINK REL="STYLESHEET" HREF="TEX2RTF.css">

<LINK REL="next" HREF="node166_mn.html"> <LINK REL="previous" HREF="node164_mn.html"> <LINK REL="up" HREF="node37_mn.html"> <LINK REL="next" HREF="node166_mn.html"> </HEAD>

<BODY bgcolor="#ffffff" text="#000000" link="#9944EE" vlink="#0000ff" alink="#00ff00">

<H2><A ID="SECTION0081128000000000000000"></A><A ID="tabular"></A> <BR> tabular:2 </H2>

<P> Tabular environment: an attempt is made to output something reasonable in RTF format, although currently only simple tables will work. The first argument specifies the column formatting. a pipe symbol (<code>|</code>) denotes a vertical border, one of <I>l, r, c</I> signifies a normal column of default width, and <I>p</I> followed by a dimension specifies a column of given width. It is recommended that the <I>p</I> is used since Tex2RTF cannot deduce a column width in the same way that L<SUP><SMALL>A</SMALL></SUP>T<SMALL>E</SMALL>X can.

<P> Horizontal rules are achieved with hlinehline; two together signify a double rule.

<P> Use the Tex2RTF rowrow and ruledrowruledrow commands for best effect.

<P> For two-column tables that work in WinHelp files, use twocollisttwocollist instead.

<P> Example:

<P> <PRE>
A.I. amp;Simulation rules
</PRE>

<P> This produces:

<P> <TABLE CELLPADDING=3 BORDER="1"> <TR><TD ALIGN="LEFT"><B>A.I.</B></TD> <TD ALIGN="LEFT" VALIGN="TOP" WIDTH=308><B>Simulation</B> rules</TD> </TR> </TABLE>

<P>

<HR>

</BODY> </HTML>