Chapters: 1: Introduction 2: Simple example 3: Invocation 4: Finer Control 5: X-Y Plots 6: Contour Plots 7: Image Plots 8: Examples 9: Gri Commands 10: Programming 11: Environment 12: Emacs Mode 13: History 14: Installation 15: Gri Bugs 16: Test Suite 17: Gri in Press 18: Acknowledgments 19: License Indices: Concepts Commands Variables |
11.1: Extra things provided with Gri
11.1.1: `
Merge separate PostScript files, created by Gri, into one page. To
learn how it works, type ` |
PURPOSE: Strings Gri PostScript files together. |
gri_unpage
' -- split pages into filesgri_unpage
' creates several new
PostScript files, one for each page. To learn how it works, type
`gri_unpage -h
' at the system prompt, to see:
PURPOSE: Chop multipage Gri PostScript file into one file per page. USAGE: gri_unpage name.ps -- create files name-1.ps, name-2.ps, etc, one for each page of name.ps. gri_unpage -h -- print this help message |