Tagged Questions
2
votes
1answer
211 views
How to use latex to include EPS images with spaces in theirs names and paths?
I have EPS image files (with spaces in their names) in a directory ../../Images space bla bla bla/. The following MWE simulates the real scenario in a simplified way.
\documentclass{article}
...
0
votes
1answer
204 views
Ps2pdf: checking version on a Windows machine
I use TexLive 2011 and Ghostscript 9.05 on Windows XP. I see that my WinEdt when calling ps2pdf for the ps > pdf conversion is using Ghostscript 9.04 (which I do not have anymore on my machine).
...
3
votes
1answer
2k views
Convert from PDF to EPS while keeping/outlining fonts
Situation:
I have a PDF file which was generated by using a combination of tikz/pgf and Inkscape. It has all the correctly embedded fonts. It can be downloaded here. For example, using
pdffonts ...
2
votes
1answer
2k views
Why must I invoke ghostscript directly to convert PS to PDF?
My computer runs on Windows 7 with MikTeX 2.9 and GhostScript 9.02 installed.
I am still confused why do I have to invoke gswin64c.exe
rather than ps2pdf.exe to convert ps to pdf?
The switches I ...
