{epstool} is for questions addressing issues related to a utility to create or extract preview images in EPS files.
5
votes
1answer
493 views
Searching for a better workflow to get a cropped PDF and EPS graphics - Stage 1
I am using TeX Live 2010. I don't use MikTeX anymore because of many troubles I found in the past.
Input files:
gridon.tex:
% gridon.tex
\documentclass{minimal}
\usepackage{pstricks}
...
3
votes
1answer
235 views
How to use pstool in pdfLatex?
Update: After I adding those --shell -escape commands, when I run the code as below, it still cannot work.
\documentclass[pdftex]{memoir}
\usepackage{color}
\usepackage{pstool}
\input macros.tex
...
2
votes
1answer
150 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}
...