.; NEC Spinwriter escape sequence definition file .; .; This file defines the appropriate escape sequences .; for printing subscripts, superscripts, and special symbols. .; The vertical spacing is set to six (6) lines per inch. .; .; .; clear out all escape sequences .reset escape .; .; shift up 1/2 line .define superscript 27,']','S',27,'X','A',27,']','W' .; .; shift down 1/2 line .define subscript 27,']','S',27,'Z','A',27,']','W' .; .; define number of microspaces per space and microspace sequence .; currently ten (10) microspaces per normal space .define variable space 10,27,']','A'," ",27,']','J' .; .; enable variable spacing .variable spacing .; .; shift up 1/2 line .define escape "^>",VSP,-1,27,']','S',27,'X','A',27,']','W' .; .; shift down 1/2 line .define escape "^<",VSP,1,27,']','S',27,'Z','A',27,']','W' .; .; shift up 1 line .define escape "^)",VSP,-2,27,'X','A' .; .; shift down 1 line .define escape "^(",VSP,2,27,'Z','A' .; .; shift into special symbol mode .define escape "^*",CHR,LCK,14 .; .; shift out of special symbol mode .define escape "\*",CHR,LCK,15 .; .; shift in and shift out for a single character following * symbol .flags special *