NOTE: The PAS and INC files herein have been modified to use KAYPRO 1, 4, and 10 (full video capability) screen commands instead of the original (NEWRITE7) Osborne screen commands. This includes defining low intensity video -- for a KAYPRO 2 or other non-video KAYPRO, change the value of LV and NV in the CRTSTUFF file from the code for a video call to a null (00h) -- I haven't tried that, but it should work. Other than a sloppy directory program (more than 24 files scrolls off the screen), this works well with TOUR20 files to create real Turabian outlines on disk or printer. S. Wehrenberg, People-People Board, 202-755-9725 PROGRAM newrite7.com formatter for TOUR20 files (* replaces earlier version WRITEGEN.COM *) RELATED FILES: crtstuff.inc -- include file for newrite7.pas ctvstuff.inc -- include file for newrite7.pas kbdstuff.inc -- include file for newrite7.pas newrite7.pas -- the uncompiled version outline.tst -- a demonstration file created by TOUR20.COM newrite7.doc -- this file N.B. Include files and .PAS file not necessary if you want only the .COM and .DOC files. USAGE to format in Turabian rather than military style any file created by TOUR20. N.B. It will not format to your satisfaction, other kinds of files. IT IS TOUR20-specific!!!!! FUNCTION reads its input a line at a time and writes to output -- user-selected (CONSOLE, LIST, or DISK)-- that line with the indentations shown as: I. A. 1. 2. a. b. i. ii. B. II. ... etc. SPECIAL NOTES: It is self-prompting. It will accept your created file on the command line. (EXAMPLE: You have saved to disk your TOUR20 work. INVOKE newrite7 fylname.ext You will be given a chance to use a default, i.e., fylname.otl or change it by over-striking the prompt for output to screen, printer, or disk. Upper or lower case is irrelevant: newrite7 makes the necessary adjustments. You will it find it easier to use if you are able to configure your printer to ELITE or even PETITE. Newrite7 will truncate lines past 90 char. Hence, you need to watch that as you're imputting with TOUR20. The reason for configuring your printer is that TOUR20 will allow wider lines than 90, NEWRITE7 will truncate them to 90, but 90 char will not fit across a standard page when all the indentations are inserted. Other limits: I..XX : Major Sections (20 of them) A..U : First sub-sections (21 of them) 1..20 : sub,sub-sections (20 of them) a..m : sub,sub,sub-sections (13 of them) i..xvi : sub,sub,sub,sub-sections (16 of them) These should be enough for ordinary use. Beyond that you should either be splitting the file or re-thinking how you're using TOUR20. {------------------------------------------------} IN THE NEWRITE.PAS FILE, THE COPYRIGHT NOTICE MUST BE KEPT. (c) William P. Honeywell, D. Min. Post Office Box 7437 Nashua, NH 03060 16 June 1986 Reach me in any of the following ways: Write to the above address; Call (603) 889-1909 // (603) 889-8442 Leave mail on FOG#29 (617) 288-4667 {------------------------------------------------}