-
jeans committed patchset 700 of module gle4 to the GLE - Graphics Layout Engine CVS repository, changing 15 files.
2009-10-30 20:53:00 UTC in GLE - Graphics Layout Engine
-
Fixed in 4.2.2-S103009.
2009-10-30 18:04:29 UTC in GLE - Graphics Layout Engine
-
Dear Pisoir,
Your first feature is indeed not possible in GLE. Currently, the grid is implemented as long ticks, so once you enable the grid you can no longer control the ticks. The way around this is to draw two graphs on top of each other. For example,
==
size 12.0 12.0
begin graph
xaxis grid color gray10
yaxis grid color gray10
end graph
begin graph
let d1 = x^2.
2009-10-11 11:11:51 UTC in GLE - Graphics Layout Engine
-
Dear Ondrej,
I'm sorry for starting my answer with a question, but why do you need psfrag with GLE? You can insert any LaTeX expression in a GLE script by using the "tex" command, the \tex{} macro, or by setting "texlabels" to 1. See, e.g., the GLE 4.2.0 reference manual, Section 7.2, page 57. You could also consider using GNU make to automatically run GLE on your scripts each time you change...
2009-09-21 18:13:14 UTC in GLE - Graphics Layout Engine
-
With previous versions of GLE, it was impossible to use the double quote (") character in a string because it could not be escaped. Now this works by using (\") but now you can no longer get (\") literally. Therefore, the TeX command \" in GLE was replaced by \'', but this does not seem to work with the \tex{} macro. Probably the best solution is to make \tex{} translate \'' into \".
Nice to...
2009-09-14 07:56:19 UTC in GLE - Graphics Layout Engine
-
jeans made 1 file-release changes.
2009-09-05 08:03:01 UTC in GLE - Graphics Layout Engine
-
jeans made 2 file-release changes.
2009-09-05 08:02:01 UTC in GLE - Graphics Layout Engine
-
jeans made 1 file-release changes.
2009-09-05 07:59:01 UTC in GLE - Graphics Layout Engine
-
jeans made 1 file-release changes.
2009-09-04 21:32:01 UTC in GLE - Graphics Layout Engine
-
jeans made 1 file-release changes.
2009-09-04 21:31:01 UTC in GLE - Graphics Layout Engine