1GLE(1)                           User Manuals                           GLE(1)
2
3
4

NAME

6       gle - Graphics Layout Engine
7

SYNOPSIS

9       gle [options] file.gle ...
10

DESCRIPTION

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

DOCUMENTATION

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

OPTIONS

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       -cairo Use cairo output device.
41
42       -resolution
43              Sets the resolution for bitmap and PDF output.
44
45       -fullpage
46              Selects full page output.
47
48       -landscape
49              Selects full page landscape output.
50
51       -output
52              Specifies the name of the output file.
53
54       -nosave
55              Don't write output file to disk (dry-run).
56
57       -preview
58              Previews the output with QGLE.
59
60       -gs    Previews the output with GhostScript.
61
62       -version
63              Selects a GLE version to run.
64
65       -compatibility
66              Selects a GLE compatibility mode.
67
68       -calc  Runs GLE in "calculator" mode.
69
70       -catcsv
71              Pretty print a CSV file to standard output.
72
73       -tex   Indicates that the script includes LaTeX expressions.
74
75       -inc   Creates an .inc file with LaTeX code.
76
77       -texincprefix
78              Adds the given subdirectory to the path in the .inc file.
79
80       -mkinittex
81              Creates "inittex.ini" from "init.tex".
82
83       -nocolor
84              Forces grayscale output.
85
86       -transparent
87              Creates transparent output (with -d png).
88
89       -noctrl-d
90              Excludes CTRL-D from the PostScript output.
91
92       -nomaxpath
93              Disables the upper-bound on the drawing path complexity.
94
95       -noligatures
96              Disable the use of ligatures for 'fl' and 'fi'.
97
98       -gsoptions
99              Specify additional options for GhostScript.
100
101       -safemode
102              Disables reading/writing to the file system.
103
104       -allowread
105              Allows reading from the given path.
106
107       -allowwrite
108              Allows writing to the given path.
109
110       -keep  Don't delete temporary files.
111

FILES

113       /usr/share/gle-graphics/4.2.5/glerc
114              The system wide configuration file.
115       ~/.glerc
116              Per user configuration file.
117

ENVIRONMENT

119       GLE_USRLIB
120              The search path for include files.
121
122       GLE_TOP
123              The location of the fonts and other resources.
124
125
126
1274.2.5                              JULY 2007                            GLE(1)
Impressum