I am working with eps figures, and I would like to externalise some figures thought external tikz library. Thus, I prefer to use latex compiler rather than to use pdflatex compiler. But it is not working.
I am using Windows 8.1 OS, with Miktex 2.9.700 and Texstudio 2.12.14.
I made a MWE based on Export eps figures from TikZ TeX topic and Tikz and PGF manual for version 3.0.0, page 617:
\documentclass{article}
\usepackage{tikz}
% set up externalization
\usetikzlibrary{external}
\tikzset{external/system call={latex \tikzexternalcheckshellescape -halt-on-error -interaction=batchmode -jobname \image \texsource && dvips -o "\image".ps "\image".dvi && ps2eps "\image.ps"}}
\tikzexternalize[shell escape=-enable-write18] % MikTeX uses a -enable-write18 instead of --shell-escape.
\begin{document}
\begin{tikzpicture}
\draw (0,0) circle (1cm);
\end{tikzpicture}
\end{document}
But it is returning an error as follows:
Package tikz Error: Sorry, the system call 'latex -halt-on-error -interaction
Is there any configuration that I must change in texstudio or I am mistaking in any procedure?
convert *.pdf *.epsto convert everything at once; plus 50 is not a large number. – Symbol 1 May 21 '19 at 19:18