Macro Language Reference > PIs > Tables > <?tbwref>
  
<?tbwref>
Description
When a table is too wide for a frame, use the <?tbwref> command to specify a series of width references which should be executed in turn to try and fit the table to the frame.
Syntax
<?tbwref width ref:m break:n?>
width ref
Width references included at the point of the <?tbwref> command, for example <?tbwref="w","x","y","z">. Each reference refers to a tag that contains information about the width of the table, such as column and gutter width. PTC ALD tries each reference in turn in order to fit the table to the frame. In the above example, PTC ALD will try the "w" reference first. If the table is still too wide, PTC ALD will try using "x" instead, and so on.
break
Break references included at the point of the <?tbwref> command. The b1 reference breaks the column. The b2 command inserts a page break.
Additional Information
Alternatively you could use the <?tborient> command to rotate the table: this might help it fit to a frame.
Related Links