<!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 Tables</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="svma-doc.css">

<LINK REL="next" HREF="node8_mn.html"> <LINK REL="previous" HREF="node6_mn.html"> <LINK REL="up" HREF="node2_mn.html"> <LINK REL="next" HREF="node8_mn.html"> </HEAD>

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

<H1><A ID="SECTION00230000000000000000"> Tables</A> </H1> A special type of float, the <code>stable</code>, has been added. For example,

<P> <PRE>
\begin{stable}{HYN Common Stock}{rcrp{2in}}
\multicolumn{1}{c}{Year}
\& \multic...
...at least two lines.
\TableFootnote{Prices are in dollars per share}
\end{stable}
</PRE> will produce table <A HREF="node7_ct.html#shorttable"><IMG ALT="[*]" SRC="crossref.png"></A> here or at the top of the next page.

<P> <BR> <A ID="shorttable"></A><IMG STYLE="height: 314.00ex; " SRC="img1.png" ALT="
\begin{stable}{HYN Common Stock}{rcrp{2in}}
\multicolumn{1}{c}{Year}
\& \multico...
...at least two lines.
\TableFootnote{Prices are in dollars per share}
\end{stable}
"> <BR>

<P> The first argument to <code>stable</code> is the title of the table, the second is the normal preamble that would be specified for a table made with the <code>tabular</code> environment.

<P> The body of the <code>stable</code> is specified in the same manner as the body of <code>tabular</code>. The command <code></code> will draw a horizontal rule below the column heads, with the proper vertical spacing. Note that you have to specify the centering of the column heads, since T<SMALL>E</SMALL>X doesn't know they're different from normal column entries.

<P> <code></code> takes one argument, the text to go in the footnote of the table. It may appear anywhere in the body of the <code>stable</code>.

<P>

<HR>

</BODY> </HTML>