The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
2answers
857 views

TikZ externalize → pdf → eps → Word import = ☠

I have a series of TikZ figures which I need to include in Word document (conference requiring Word submissions). Allowed format as EPS and TIFF. The figures are obviously vector graphics; they are ...
5
votes
2answers
6k views

Insert eps graphics with graphicx (file not found)

When I run Andrew Robert's import.tex in MikTeX I get an error message saying that the image file is not found: ! LaTeX Error: File `chick' not found. See the LaTeX manual or LaTeX Companion for ...
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 ...
1
vote
1answer
2k views

When converting PDF to EPS, how to prevent pdftops from rasterizing fonts and transparent regions?

Compiling the following code % Circle.tex \documentclass[cmyk]{minimal} \usepackage{pstricks} \pagestyle{empty} \topmargin=-72.27pt \oddsidemargin=-72.27pt \topskip=0pt \parindent=0pt ...
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} ...