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:
  1. Click on Fragments pop-up (or click [Import Fragment]).

  2. Choose: Table - (4x3, floating)

  3. What appears is:
    [B] -> \begin{table}[tbp] \centering
    4x3 table
    [caption] -> \caption{Table Caption\label{key}}
    [E] -> \end{table}

  4. Right-click on a cell. Choose [Insert], [Delete] or [Properties].

  5. 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}}

  6. To cross-reference this table in the body, insert a cross-reference as usual (e.g. [Insert] [Field] [Cross-Reference]), and enter the key.

  7. Double-click on [B]. The [tbp] codes control the placement of the table in the typeset document.

  8. 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.)