Macro Language Reference > PIs > Text > <?tpor>
  
<?tpor>
Description
Sets the minimum number of orphan lines that must be maintained if the next paragraph is projected to fit into the bottom of the current column or page. If the number of lines available to fit is less than the value set in min_orphans, the next paragraph will not be permitted to fit into the current page/column and must break to the next.
 
Example 534. Do not permit orphan lines
<?tpor 1>
Syntax
<?tpor min_orphans:n?>
<?tpor>
[no parameter]
Invoke the Orphan lines in paragraph dialog box.
min_orphans
The minimum number of orphan lines for a paragraph : set a value of 1 to specify that orphan lines are not permitted.
Additional information
The priority for orphans and widows settings is applied via the <?tporph> command.