Hi,
I did everything you said. Renamed pgnuplot.exe to gnuplot.exe, set the environment variable path to the bin folder of gnuplot.
I have a doubt about the terminal. I set the terminal as follows in my .tex file:
\begin{gnuplot}[terminal=pdf]
plot sin(x)
\end{gnuplot}
Is that correct or do I ...
Search found 8 matches
- Fri Sep 18, 2009 12:01 pm
- Forum: Graphics, Figures & Tables
- Topic: .JPG and .eps images in the same file.
- Replies: 15
- Views: 8648
- Thu Sep 17, 2009 6:18 pm
- Forum: Graphics, Figures & Tables
- Topic: .JPG and .eps images in the same file.
- Replies: 15
- Views: 8648
Re: .JPG and .eps images in the same file.
Hello,
I am trying to use gnoplottex for my graphs. I have a problem. When I compile I get the error Shell escape not enabled. I am using the --enable-write18 in the field 'Command line arguments to pass to the compiler' for the output profile I am using (LaTeX to pdf).
any suggestions?
thanks
I am trying to use gnoplottex for my graphs. I have a problem. When I compile I get the error Shell escape not enabled. I am using the --enable-write18 in the field 'Command line arguments to pass to the compiler' for the output profile I am using (LaTeX to pdf).
any suggestions?
thanks
- Thu Sep 17, 2009 5:27 pm
- Forum: Graphics, Figures & Tables
- Topic: .JPG and .eps images in the same file.
- Replies: 15
- Views: 8648
.JPG and .eps images in the same file.
Usually GnuPlot sets the right bounding box. But I don't know which terminal you are using for the output. When I used it to get my data sets plotted, I set the terminal to postscript.
set term post eps enhanced
The GnuPlot manual shows that there are many more terminals (also pdf). The job is ...
- Thu Aug 13, 2009 4:34 pm
- Forum: Graphics, Figures & Tables
- Topic: .JPG and .eps images in the same file.
- Replies: 15
- Views: 8648
.JPG and .eps images in the same file.
Yeah, the .eps file itself extends beyonds its own dimensions. There might be a way around this with epstopdf.sty, but I didn't find its documentation useful... so I converted the .eps to a .pdf file without using the package, and made the appropriate changes to your file. See the attached bundle ...
- Thu Aug 13, 2009 12:41 pm
- Forum: Graphics, Figures & Tables
- Topic: .JPG and .eps images in the same file.
- Replies: 15
- Views: 8648
Re: .JPG and .eps images in the same file.
Thanks for the help guys. I was already using scaling factors and so on but it doesn't work.
It seems to me that I should specify a non-fixed dimension for the pdf page. Is it possible to specify that somewhere?
Anyway I'm sending the files, if you can find a solution that would be really ...
It seems to me that I should specify a non-fixed dimension for the pdf page. Is it possible to specify that somewhere?
Anyway I'm sending the files, if you can find a solution that would be really ...
- Wed Aug 12, 2009 5:55 pm
- Forum: Graphics, Figures & Tables
- Topic: .JPG and .eps images in the same file.
- Replies: 15
- Views: 8648
Re: .JPG and .eps images in the same file.
I managed to obtain some improvements. I am almost there.
I use:
- Latex => pdf
- The following packages: \usepackage[pdftex]{graphicx} and \usepackage{epstopdf}
- --enable-write18 as a command line argument for the compiler.
Now I get all the figs in the .pdf. There is only one problem. The .eps ...
I use:
- Latex => pdf
- The following packages: \usepackage[pdftex]{graphicx} and \usepackage{epstopdf}
- --enable-write18 as a command line argument for the compiler.
Now I get all the figs in the .pdf. There is only one problem. The .eps ...
- Wed Aug 12, 2009 5:20 pm
- Forum: Graphics, Figures & Tables
- Topic: .JPG and .eps images in the same file.
- Replies: 15
- Views: 8648
.JPG and .eps images in the same file.
Hello guys,
I have problems including figures in my document. I found configuration that allowed me to make either .jpg or .eps work. But not the two formats at the same time.
I browsed the forum and I saw many suggestions and many solutions. I tried all of them without success. Now I am a bit ...
I have problems including figures in my document. I found configuration that allowed me to make either .jpg or .eps work. But not the two formats at the same time.
I browsed the forum and I saw many suggestions and many solutions. I tried all of them without success. Now I am a bit ...
- Wed Aug 12, 2009 3:39 pm
- Forum: Text Formatting
- Topic: textcomp not working with LaTeX=>PS=>PDF
- Replies: 1
- Views: 1847
textcomp not working with LaTeX=>PS=>PDF
Hello everyone,
I have a problem: I need to use the symbol '°C' in my thesys. The package textcomp allows to use the command \textcelsius to print that symbol.
My problem is that if I use LaTeX=>PS=>PDF the '°C' does not appear on the pdf. It works fine with LaTeX=>PDF instead. Is it normal? How can ...
I have a problem: I need to use the symbol '°C' in my thesys. The package textcomp allows to use the command \textcelsius to print that symbol.
My problem is that if I use LaTeX=>PS=>PDF the '°C' does not appear on the pdf. It works fine with LaTeX=>PDF instead. Is it normal? How can ...