Macro Language Reference > PIs > Tables > <?tbskipegut>
  
<?tbskipegut>
Description
By default, when creating a new table, a column gutter after the right column is not permitted unless it has been explicitly defined using the <?tbgutr> command. A right hand gutter requested by other methods, for example by the inclusion of <?tbcolgut> commands for the table, will not be created. The <?tbskipegut> command overrides this default behavior to permit the addition of an auto-generated gutter for the right hand column, when a <?tbgutr> is not included.
 
Even with a setting of <?tbskipegut=0> the right hand gutter must still be explicitly specified and not simply implied by giving a repeat option to the <?tbcolgut> commands. See the example below where 3 separate <?tbcolgut> commands are used.
 
Example 428. Include rightmost gutter for a table
If you have a table with three columns and you apply the commands <?tbcolgut=5mm>,<?tbcolgut=5mm>,<?tbcolgut=5mm> you will get a 5mm gutter after the first two columns but not the third. If you then include the command <?tbskipegut=1>PTC ALD will allow the third column to have a gutter.
Syntax
<?tbskipegut value:n>
value
0
Continue with default behavior, i.e. do not permit rightmost gutter (default setting for Version 1 Tables).
1
Permit rightmost gutter (default setting for Version 2 Tables)
Related Links