Short: Prints graph-paper of any size or type Author: Bill Beogelein (ag775@detroit.freenet.org) Uploader: Bill Beogelein (ag775 detroit freenet org) Type: util/misc Version: v1.1 Replaces: GrafPaper#?.lha (v1.0) Requires: Arexx and WB v2.04 or higher Architecture: m68k-amigaos Filename: GrafPaper.lha Release-Date: Mon 12-Feb-96 18:35:42 Language: English Compression: LHA type lh5 Cpu: 68000-68060 Newsgroup: comp.sys.amiga.misc Organization: Amiga ShareWare HeadQuarters BBS 810-473-2020 Keywords: Graph, Paper, Graph-Paper, Print, Grid, Printer You decide: Number of boxes across and down. Width and height of each box. Left and top margins. Usage... > rx GrafPaper.rexx >par: XMARGIN=10 XSIZE=5 XCOUNT=8 YMARGIN=6 YSIZE=4 YCOUNT=12 HEADER=My_Title The above cmd will: > Indent 10 spaces for left margin. > Draw boxes 5 spaces wide. > Place 8 boxes across the page. > and... > Have a top margin of 6 lines. > Each box will be 4 chars high. > Place 12 boxes down the page. Valid ranges for XMARGIN, XSIZE, YMARGIN, and YSIZE: 0-999. Valid ranges for XCOUNT and YCOUNT: 1-999. Options (need additional parameters): > XSIZE=3 Make each box x chars wide. > XCOUNT=23 Make x boxes across the page. > XMARGIN=4 Index x spaces for left margin. > YSIZE=6 Make each box x chars high. > YCOUNT=12 Make x boxes down the page. > YMARGIN=2 Skip x lines for top margin. > HEADER=My_Title_Line Print this at top of page. > FOOTER=My_Bottom_Line Print this at end of page. Keywords: > DOUBLE Make double-lined graph paper. (Default is single-lined.) > CROSS Make graph paper out of crosses, not boxes. > HELP Show HELP template. > NORMAL 10 chars/inch. Good for 1-42 columns. > SMALL 12 chars/inch. Good for 43-52 columns. > SMALLER 15 chars/inch. Good for 53-70 columns. Author Info: Bill Beogelein Box 530441 Livonia, MI 48153 BBS 810-473-2020, 28k8, Fido 1:2410/207, ag775@detroit.freenet.org