Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #1862
| From | Christoph Bersch <usenet@bersch.net> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: epslatex terminal problem on Ubuntu |
| Date | 2013-05-28 09:23 +0200 |
| Organization | A noiseless patient Spider |
| Message-ID | <ko1lpa$4kf$1@dont-email.me> (permalink) |
| References | <d5c1fee4-0e81-4ca8-916f-725802e74ea7@googlegroups.com> |
Hi,
Am 28.05.2013 04:48, schrieb Kyunghoon Lee:
>
> I tried pngcairo and postscript terminals with the simple demo (found at http://gnuplot.sourceforge.net/demo_4.6/simple.1.gnu) and worked fine. However if I tried the epslatex terminal as below
>
> set terminal epslatex size 3.5,2.62 color
> set output 'simple.1.tex'
>
> set key inside left top vertical Right noreverse enhanced autotitles box linetype -1 linewidth 1.000
> set samples 50, 50
> plot [-10:10] sin(x),atan(x),cos(atan(x))
>
> , I got the following error saying "No configuration file gnuplot.cfg found":
this is not the error, but rather an information.
>
> No configuration file gnuplot.cfg found.
> (./mytest.aux)
> *geometry detected driver: dvips*
> ! Extra }, or forgotten $.
> \@imakepicbox ...t@ #1\unitlength {\mb@l #4\mb@r }
> \mb@b \kern \z@ }
> l.169 \gplbacktext
This is the error. What does mytest.tex contain?
With your above mentioned example I do not get any error, for a
standalone image:
set terminal epslatex size 3.5,2.62 color standalone
set output 'simple1.tex'
set key inside left top vertical Right noreverse enhanced autotitles box
linetype -1 linewidth 1.000
set samples 50, 50
plot [-10:10] sin(x),atan(x),cos(atan(x))
And then compiling with
latex simple1.tex && dvips simple1.dvi && ps2pdf simple1.ps
Note, that I changed the output name to 'simple1.tex', the extra point
before '1' makes trouble.
Christoph
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
epslatex terminal problem on Ubuntu Kyunghoon Lee <aeronova@gmail.com> - 2013-05-27 19:48 -0700
Re: epslatex terminal problem on Ubuntu sfeam <sfeam@users.sourceforge.net> - 2013-05-27 21:58 -0700
Re: epslatex terminal problem on Ubuntu Christoph Bersch <usenet@bersch.net> - 2013-05-28 09:23 +0200
Re: epslatex terminal problem on Ubuntu Kyunghoon Lee <aeronova@gmail.com> - 2013-05-29 20:11 -0700
csiph-web