Line feeds
me
LineFeedcommandadvancestheprintpositiononelinedownthepage.
Themeaningof a lineis set bytheLineDepthcommand.
To senda linefeedjust sendthiscontrolcode:
<LF>
The Half Line Feed commandis the one you want for subscripts.This
commandmovestheprintpositiondownthepageonehalfthecurrentline
depth:
<ESC>=
To senda reverseHalfLineFeed,movingtheprintpositionup to let you
printa superscript,uselhiscommand:
<ESC>&a–.5 R
Form feed
Thiscommand,likethePRINTbutton,makestheprinteradvanceto a new
sheetofpaper.WhenyousendthecFF>controlcodeyouarcalsotellingthe
printer to print all its stored page information.Rememberto send this
commandtomakesureanylastpartialpagein yourprinter’smemorygets
printed:
<FF>
Define automatic line endings
Whenyou pressthe CarnageReturnkey what do youexpectto happen?
Mostpeoplethinkacomputerkeyboardshouldworklikeatypewriter,with
a CarnageReturnstartinga newlineas well.
Butcomputerprogramsdon’thavetostickto thatanalogy.Someprograms
(particularlygraphicspackages)wanta CarriageReturntojust movethe
printpositionbackto theleftedgeof thepage.Andtheywanta LineFeed
tomovedownto anewlinewithoutgoingbacktothebeginningoftheline.
So youcan specifyexactlyhowyouwant<CR>,<LF>and<FF>to work
withthiscommand:
<ESC>&k n G
67