Tables in Scientific WorkPlace
The following steps are necessary to produce tables that (a) float
to a new page if necessary, (b) that appear in the List of Tables,
and (c) can be cross-referenced:
- Click on Fragments pop-up (or click [Import Fragment]).
- Choose: Table - (4x3, floating)
- What appears is:
[B] -> \begin{table}[tbp] \centering
4x3 table
[caption] -> \caption{Table Caption\label{key}}
[E] -> \end{table}
- Right-click on a cell. Choose [Insert], [Delete] or [Properties].
- Double-click on the [caption] to change it, including the key.
If you want a shorter caption in the List of Tables, you can achieve
this using:
\caption[Caption for List of Tables]{Table Caption\label{key}}
- To cross-reference this table in the body, insert a cross-reference
as usual (e.g. [Insert] [Field] [Cross-Reference]), and enter the key.
- Double-click on [B]. The [tbp] codes control the placement of the
table in the typeset document.
- For further information, see: [Help] [Search] [Tables that Float].
Note: Be sure to include: "listoftables" in your front matter.
(Already done for you in the UW thesis template.)