Macro Language Reference > PIs > Text > <?rri>
  
<?rri>
Description
Use of this PI enters a relative indent into text, forcing subsequent lines of text to align from its point of insertion. Indents from the right of the page, rather than from the left as happens when entering an <?ri> command.
 
Example 503. Set a right relative indent over a specific number of lines
The syntax below defines a 15mm right relative indent, starting on the first line and ending on line 9.
<?rri 1,9,15mm>
Syntax
<?rri '-' first_line:n? last_line:n? measure:n?>
<?rri>
[no parameter]
Indicate the start of the indent.
-
Takes the relative indent back one level, for example <?rri-> will take the indent back one level, whereas <?rri-5> will go back 5 levels
first_line
First line to which the indent should be applied, counting the first line of the paragraph as line one.
last_line
Last line to which the indent should be applied
measure
Indent measurement for line numbers specified in parameters 1 and 2.
Related Links