Tagged Questions
2
votes
1answer
148 views
Wrong location image in EPS file
I produce an EPS figure with Gnuplot, with the command:
set term post solid rounded enhanced color 'Helvetica, 16'
replot
I need to plot this figure on a poster which I am writing with LaTeX. I am ...
0
votes
1answer
95 views
Latex pdf output does not show miter line joins drawn in Ipe editor
I am using Ipe to draw eps figures to include in my latex document. I use dvipdfm as the package.
I just discovered a nice feature in Ipe to make line joints sharp by choosing "Line join = miter". ...
0
votes
1answer
346 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}
...