Changes

Jump to navigation Jump to search
646 bytes added ,  14:04, 20 April 2013
added section on rotated floats
<tr><td>page</td><td>on a new (empty) page</td></tr>
<tr bgcolor="#DDDDDD"><td>opposite</td><td>on the left page</td></tr>
<tr><td>always90</td><td>precedence over stored floatsorientation (rotation angle), both caption and contents</td></tr><tr bgcolor="#DDDDDD"><td>always</td><td>precedence over stored floats</td></tr><tr><td>force</td><td>per se here</td></tr><trbgcolor="#DDDDDD"><td>split</td><td>(For TABLES only) split tables</td></tr>
</table>
(table copied from the manual)
\stoptext
</texcode>
 
==Landscape Floats in a Portrait Document==
Wide tables, for example, can be turned and most likely will need to be put on a separate page.
<texcode>
\startplacetable [location={page,90},title=Table caption]
\startTEXpage [width=\textheight]
put a wide table here...
\stopTEXpage
\stopplacetable
</texcode>
Both the table caption and the contents will be rotated, but not the page header and footer which remain "upright". The <cmd>startTEXpage</cmd> <cmd>stopTEXpage</cmd> is a trick to allow table macros to work correctly.
== Floats and section headings ==
148

edits

Navigation menu