Tagged Questions
0
votes
0answers
58 views
Exporting TikZ figures to .EPS
i'm trying to export a TikZ picture to .eps using the following on Win7 (MikTeX), compiling with pdflatex:
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{external}
...
1
vote
0answers
380 views
Exporting TikZ to EPS using MacTex [closed]
I have followed the instructions for exporting to an .eps file from a TikZ drawing provided here: http://tex.stackexchange.com/a/8646/8078. However, I cannot get any of the methods to produce an .eps ...
6
votes
2answers
856 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
...
3
votes
2answers
2k views
Attempting to export tikz to eps
So, after having read the below thread:
Attempt to export eps figures from TikZ fails
I am able to generate .dvi versions of my figures. However, I need .eps, and it seems that the question above ...
2
votes
1answer
2k views
Attempt to export EPS figures from TikZ fails
I'm attempting to output EPS figures when using MikTeX 2.8 under Windows XP, and am following Export eps figures from TikZ. My problem is that I can't get the bare example given there to run.
The ...