Tagged Questions
0
votes
1answer
342 views
Why does my EPS header have % Produced by xpdf/pdftops 3.02pl4?
I have a simple input file contains PSTricks code as follows.
% sample.tex
\documentclass[cmyk]{minimal}
\usepackage{pstricks}
\usepackage[paperwidth=144bp,paperheight=108bp,margin=0bp]{geometry}
...
3
votes
2answers
2k views
includegraphics choosing pdf instead of eps [closed]
I previously posted this on stackoverflow.com where it was suggested that I post it here. So apologies in advance for cross-posting.
I am using LaTeX in ubuntu 10.04 to build a TeX file that uses ...