|
From: Jeremy C. <jer...@gm...> - 2009-06-12 15:03:36
|
I am using the epslatex terminal so I can include figures in my LaTeX
document. But I am getting an error message from LaTeX under some
conditions.
I have attached a minimal example hoping someone can assist me. I have two
gnuplot figures included in this LaTeX file, one of them I am just plotting
the simple "test" command. There, everything works fine. The second figure
is a real world example. I am plotting data from a file and I am fitting
that data to a line. When I run latex on this example I get the error
message copied at the bottom of the email. Is this a bug or is it something
I have done wrong?
Thanks in advance,
Jeremy
$ latex example.tex
This is pdfTeXk, Version 3.1415926-1.40.9 (Web2C 7.5.7)
%&-line parsing enabled.
entering extended mode
(./example.tex
<<< SNIP >>>
(./Data_eps.tex <Data_eps.eps>
! Missing $ inserted.
<inserted text>
$
l.109 \gplfronttext
?
|
|
From: Thomas S. <t.s...@fz...> - 2009-06-12 19:15:45
|
are you using some mathematical constructs, like subscripts or superscripts, in the title or in labels without enclosing them in $'s ? Jeremy Conlin wrote: > > I am using the epslatex terminal so I can include figures in my LaTeX > document. But I am getting an error message from LaTeX under some > conditions. > I have attached a minimal example hoping someone can assist me. I have > two > gnuplot figures included in this LaTeX file, one of them I am just > plotting > the simple "test" command. There, everything works fine. The second > figure > is a real world example. I am plotting data from a file and I am fitting > that data to a line. When I run latex on this example I get the error > message copied at the bottom of the email. Is this a bug or is it > something > I have done wrong? > > Thanks in advance, > Jeremy > > $ latex example.tex > This is pdfTeXk, Version 3.1415926-1.40.9 (Web2C 7.5.7) > %&-line parsing enabled. > entering extended mode > (./example.tex > > <<< SNIP >>> > > (./Data_eps.tex <Data_eps.eps> > ! Missing $ inserted. > <inserted text> > $ > l.109 \gplfronttext > > ? > > ------------------------------------------------------------------------------ > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensing option that enables unlimited > royalty-free distribution of the report engine for externally facing > server and web deployment. > http://p.sf.net/sfu/businessobjects > _______________________________________________ > Gnuplot-info mailing list > Gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > > -- View this message in context: http://www.nabble.com/Missing-%24-when-using-epslatex-terminal---Please-advise-tp24000707p24004689.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |
|
From: Dr. I. D. J. <die...@t-...> - 2009-06-12 20:01:56
|
Hi Jeremy,
I would look into your minimal example - but there is no attachement with your
file, it either got lost or you didn't send it ...
Moreover, the following information would be helpful:
- what version of gnuplot are you working with,
- what is your system basis (linux / windows / mac),
Take care
Dieter Jurzitza
Am Freitag 12 Juni 2009 17:03:34 schrieb Jeremy Conlin:
> I am using the epslatex terminal so I can include figures in my LaTeX
******
--
-----------------------------------------------------------
|
\
/\_/\ |
| ~x~ |/-----\ /
\ /- \_/
^^__ _ / _ ____ /
<°°__ \- \_/ | |/ | |
|| || _| _| _| _|
if you really want to see the pictures above - use some font
with constant spacing like courier! :-)
-----------------------------------------------------------
|
|
From: Jeremy C. <jer...@gm...> - 2009-06-13 22:02:28
|
Here is my minimal example again. Hopefully it doesn't get lost this time. Jeremy On Fri, Jun 12, 2009 at 2:56 PM, Dr. Ing. Dieter Jurzitza < die...@t-...> wrote: > Hi Jeremy, > I would look into your minimal example - but there is no attachement with > your > file, it either got lost or you didn't send it ... > > Moreover, the following information would be helpful: > - what version of gnuplot are you working with, > - what is your system basis (linux / windows / mac), > > Take care > > > > Dieter Jurzitza > > Am Freitag 12 Juni 2009 17:03:34 schrieb Jeremy Conlin: > > I am using the epslatex terminal so I can include figures in my LaTeX > ****** > > -- > ----------------------------------------------------------- > > | > \ > /\_/\ | > | ~x~ |/-----\ / > \ /- \_/ > ^^__ _ / _ ____ / > <°°__ \- \_/ | |/ | | > || || _| _| _| _| > > if you really want to see the pictures above - use some font > with constant spacing like courier! :-) > ----------------------------------------------------------- > > > > ------------------------------------------------------------------------------ > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensing option that enables unlimited > royalty-free distribution of the report engine for externally facing > server and web deployment. > http://p.sf.net/sfu/businessobjects > _______________________________________________ > Gnuplot-info mailing list > Gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > |