General ⇒ pdf, ps, eps....
pdf, ps, eps....
I downloaded a trial version of PDFill Editor, because I needed to produce some simple graphs in vector format. My idea was to convert the pdf file into a eps file using imageMagik. All worked fine, I have my pdf graph, converted it to eps and when I open it in GSview I can see the bounding box and everything. Also checked the bb in the eps file and all is allright. BUT, when I include it in LaTeX, the graph does not appear. It appears for a fraction of a second (but without bb, the whole A4 page), and then dissappears as if it was under all the text or something. I changed the dimensions in \includegraphics, but nothing would work.
It's a strange matter, since I have been using LaTeX and eps graphs for years now and never had any problems with it.
Any suggestions??
Thanks
cheers,
wolfram
Wolfram - 5 years and still a beginner
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Re: pdf, ps, eps....
perhaps post the eps file here as attachment (zipped/compressed), then we could test this file on our systems.
Stefan
Re: pdf, ps, eps....
- Attachments
-
- layout.zip
- this is the .eps file
- (57.82 KiB) Downloaded 201 times
Wolfram - 5 years and still a beginner
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
pdf, ps, eps....
I compiled this minimal example:
Code: Select all
\documentclass[a4paper,10pt]{article}
\usepackage{graphicx}
\begin{document}
\centering
\includegraphics{layout.eps}
\end{document}
Stefan
- Attachments
-
- layouttest.ps.zip
- (63.03 KiB) Downloaded 211 times
Re: pdf, ps, eps....
I tried with a very simple script file, but with caption etc, and see what happens:
- Attachments
-
- Figure.zip
- (100.02 KiB) Downloaded 198 times
Wolfram - 5 years and still a beginner
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Re: pdf, ps, eps....
Stefan
Re: pdf, ps, eps....
- Attachments
-
- Figure.zip
- (101.47 KiB) Downloaded 219 times
Wolfram - 5 years and still a beginner
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Re: pdf, ps, eps....
So I assume the problem is not caused by the eps file and not by the tex code for the document.
Perhaps I could find the problem by examining your logfile. Could you post Figure.log too?
Stefan
Re: pdf, ps, eps....
I am using WinXP and running it through TeXnicCenter, maybe that's the problem :S
thanks!
wolfram
- Attachments
-
- Figure.zip
- (105.58 KiB) Downloaded 218 times
Wolfram - 5 years and still a beginner
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
pdf, ps, eps....
I recommend an update of your MiKTeX installation. The dates of some uses files are very old, that may cause problems. An update could solve this problem and prevent more problems from occuring.
Stefan