File: gri-manpage.1

package info (click to toggle)
gri 2.4.2-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 4,540 kB
  • ctags: 1,966
  • sloc: cpp: 32,542; lisp: 3,243; perl: 806; makefile: 548; sh: 253
file content (119 lines) | stat: -rw-r--r-- 2,797 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
.TH GRI 1
.SH NAME 
gri \- scientific graphics language
.SH SYNOPSIS
.B gri
[
.B OPTIONS
]
.I CommandFile
[
.I PostScriptFile
]

.SH DESCRIPTION

Gri is a programming language for scientific graphics.  It can make
x-y graphs, contour-graphs, and image graphs.  In addition, Gri has a
full suite of low-level graphical elements and sufficient programming
capabilities (loops, subroutines, etc) to permit complex
customization.

Gri is not point-click.  In some ways it is analogous to TeX.
Extensive power rewards tolerance of a modest learning curve.

For more information, please consult online 
.I info
and
.I html
manuals.

The 
.I info
manual is normally accessed by typing

.B	info gri

The 
.I html
manual is located at
.B /opt/gri/doc/html/index.html
and is accessible via 
.I dwww.
The 
.I html
FAQ is located at
.B /opt/gri/doc/html/FAQ.html

.C There is also a 
.C .I reference card
.C in TeX and postscript formats.  See
.C .B /usr/doc/gri/refcard.*
.C
.C The 
.C .I examples
.C in
.C .B /usr/doc/gri/examples/
.C are shown in the manual, and are included as a quick start primer.

.SH GRI_MERGE AND GRI_UNPAGE COMMANDS

Two Perl scripts are provided with Gri to manipulate the PostScript
output.  

.I gri_merge
is used to merge multiple Gri output files into a single PostScript file.
Type
.B gri_merge -h
for usage information.

.I gri_unpage
is used is split a multi-page Gri output file (in which the
.B new page
command was used) into separate PostScript files, one for each page.  Type
.B gri_unpage -h


.SH EMACS SUPPORT

An 
.I emacs
mode is provided with Gri.  
.C Consult the primer
.C 
.C .B /opt/gri/doc/gri/doc/README.gri-mode

The mode is installed automatically in Debian by the elisp file: 

.B /etc/emacs/site-start.d/50gri.el

The emacs mode itself is
.I gri-mode.el
and is installed on Debian as 
.B /usr/share/emacs/site-lisp/gri-mode.el

Byte-compiled versions of this file are produced for every flavour of Emacs
that is installed, and are located in places like
.B /usr/share/emacs/20.2/site-lisp/gri-mode.elc


.C .SH INSTALLING MULTIPLE VERSIONS 
.C 
.C Since the way Gri works sometimes changes with new versions, you may want
.C to keep old versions installed if an important script depends on it.  The
.C Debian packaging of Gri allows this.  Installing the next gri package
.C (named like gri_2.1.22-1_i386.deb) will replace your current version, but
.C Debian i386 (and perhaps alpha) packages will be made for older versions
.C which can be installed alongside the main gri package.  Look for a package
.C named like so:
.C 
.C .B gri-2.1.21_2.1.21-1_i386.deb
.C 
.C at the ftp site:
.C 
.C .B ftp://ftp.phys.ocean.dal.ca/users/rhogee/gri/

.SH AUTHOR
Gri (c) 1999 Dan Kelley <Dan.Kelley@Dal.CA>

This manual page by Peter S Galbraith <psg@debian.org>.