.enable escape .reset escape .comment .comment Form Length A4 .define escape '^P',27,'F70' .define escape '\P',27,'F66' .comment .comment Greek .define escape '^G',27,'@]1' .define escape '\G',27,'@]0' .comment .comment Super-script .define escape '^>',27,'@i1',27,'@I1' .define escape '\>',27,'@I0',27,'@i0' .comment .comment Sub-script .define escape '^<',27,'@i1',27,'@H1' .define escape '\<',27,'@H0',27,'@i0' .comment Bold .define escape "^B",27,"@","C","1" .define escape "\B",27,"@","C","0" .comment .comment Letter Qual .define escape "^L",27,"@G0" .define escape "\L",27,"@","G","1" .comment .comment Elongated .define escape "^E",27,"@i1",27,"@B1" .define escape "\E",27,"@B0",27,"@i0" .comment .comment Italic .define escape "^I",27,"@D1" .define escape "\I",27,"@D0"