Justify Capability

Suppose you want to write a letter to your mother. You know how to build a new file for it, or open an old one. You can create the rough letter using Visual or Add, Modify, and Delete. But what if you want the letter to be extremely tidy? Mothers like that sort of thing. Qedit has commands to help you produce a neat and tidy letter or memo:

  /justify both 5       {even margins for paragraph}  /justify center 10    {center line 10}  /set just margin 65   {right margin at column 65}  /justify right 200    {right-justify line 200}  /set wrap on          {wraparound for long lines in Add}  /change 1/3 ""        {shift left 3 columns}  /change 1 "   "       {shift right 3 columns}  /set mod qzmod        {visual line edit; try Control-Q}  /visual *             {full-screen edit}  /l $lp all            {list on file LP, with line numbers}  /lq $lp all           {LP listing without line numbers}  /set list page on     {LP lists have page heads}  /add 50.1      50.1   $page      {causes page eject in LP list}      50.2   //  /add .1               {replace default date/time}       0.1   $title "Letter to Mom"       0.2   //  /set list name off    {remove file name from LP list}  /list $double $lp @   {double space LP list}  

By combining these commands in various ways and using $page commands in your text to define page breaks and running titles, you can produce a very nice LP listing.

Justify Capability