1GLE(1) User Manuals GLE(1)
2
3
4
6 gle - Graphics Layout Engine
7
9 gle [options] file.gle ...
10
12 GLE (Graphics Layout Engine) is a graphics scripting language designed
13 for creating publication quality graphs, plots, diagrams, figures and
14 slides. GLE supports various graph types (function plots, histograms,
15 bar graphs, scatter plots, contour lines, color maps, surface plots,
16 ...) through a simple but flexible set of graphing commands. More com‐
17 plex output can be created by relying on GLE's scripting language,
18 which is full featured with subroutines, variables, and logic control.
19 GLE relies on LaTeX for text output and supports mathematical formulea
20 in graphs and figures. GLE's output formats include EPS, PS, PDF, JPEG,
21 and PNG.
22
24 GLE's documentation is distrubuted in PDF format and can be found at
25 the GLE website:
26
27 <http://www.gle-graphics.org>
28
30 -help Shows help about command line options.
31
32 -info Outputs software version, build date, GLE_TOP, GLE_BIN, etc..
33
34 -verbosity
35 Sets the verbosity level of GLE console output.
36
37 -device
38 Selects output device(s).
39
40 -resolution
41 Sets the resolution for bitmap and PDF output.
42
43 -fullpage
44 Selects full page output.
45
46 -output
47 Specifies the name of the output file.
48
49 -preview
50 Previews the output with QGLE.
51
52 -gs Previews the output with GhostScript.
53
54 -version
55 Selects a GLE version to run.
56
57 -compatibility
58 Selects a GLE compatibility mode.
59
60 -calc Runs GLE in "calculator" mode.
61
62 -tex Indicates that the script includes LaTeX expressions.
63
64 -inc Creates an .inc file with LaTeX code.
65
66 -texincprefix
67 Adds the given subdirectory to the path in the .inc file.
68
69 -mkinittex
70 Creates "inittex.ini" from "init.tex".
71
72 -nocolor
73 Forces grayscale output.
74
75 -transparent
76 Creates transparent output (with -d png).
77
78 -noctrl-d
79 Excludes CTRL-D from the PostScript output.
80
81 -nomaxpath
82 Disables the upper-bound on the drawing path complexity.
83
84 -safemode
85 Disables reading/writing to the file system.
86
87 -allowread
88 Allows reading from the given path.
89
90 -allowwrite
91 Allows writing to the given path.
92
94 /usr/share/gle-graphics/4.2.2/glerc
95 The system wide configuration file.
96 ~/.glerc
97 Per user configuration file.
98
100 GLE_USRLIB
101 The search path for include files.
102
103 GLE_TOP
104 The location of the fonts and other resources.
105
106
107
1084.2.2 JULY 2007 GLE(1)