/usr/share/doc/gri-pdf-doc/README is in gri-pdf-doc 2.12.26-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | What Gri is
===========
Gri is a language for scientific graphics applications. By 'language'
I mean that it is a command-driven application, as opposed to a
click/point application. It is analogous to latex or tex, and shares
the property that extensive power is the reward for tolerating a
learning curve. Gri output is in PostScript, suitable for
incorporation in documents prepared by various text processors.
Gri can make x-y graphs, contour-graphs, and image graphs. In
addition to high-level capabilities, it has enough low-level
capabilities to allow users to achieve a high degree of customization.
Control is extended to all aspects of drawing, including
line widths, colors, and fonts. Text includes a subset of the tex
language for letters and mathematical symbols in labels.
Compiling and Installing Gri
============================
The normal case is to have received the Gri source as a so-called
"tarball". If that is how you got Gri, then you should type
./configure
make
make install
at the shell to create and install Gri. If there is a problem in these
steps, trying typing
aclocal
autoconf
automake --add-missing
first to create some configuration files, and then you type
./configure
make
make install
as usual.
Copyright restrictions
======================
The Gri programming languages, and all manuals and online help-files,
are (c) 1991-2017 Dan E. Kelley <Dan.Kelley@Dal.CA>.
Gri includes a pared-down form of the popt library which in its
original form is (c) 1998 Red Had Software and distributed under the
X license.
The Gri Emacs mode (gri-mode.el) is (c) 1994-2017 Peter S. Galbraith
<GalbraithP@dfo-mpo.gc.ca>
Gri and gri-mode.el are distributed under GPLv3 license or later; see
COPYING.
|