insert_pi
insert_pi [processinginstruction]
This alias inserts a processing instruction for non-Arbortext Editor applications, prompting for the processing instruction if none is supplied. In Arbortext Editor, a processing instruction is represented with a _pi markup icon that is locally modified to carry the instruction. Single quotes around a parameter preserve two or more embedded spaces.
Examples
insert_pi
insert_pi backslant
insert_pi 'a b'
The following command will hide generic processing instructions regardless of the tag display mode: tag_display -none _pi
To insert a Arbortext Editor processing instruction, use the insert_tag command.
Related Topics