MWE を使用して実装しようとしています\tikzexternalize
。同じ構成の LinuxMint インストールでは、MWE を正常にコンパイルできました。Win7 インストールでは、MWE をコンパイルできません。
構成: OS: WIn7; IDE:TexStudio2.8.8; TEXengine:texlive_150128wininstaller (申し訳ありませんがバージョンが見つかりません) コンパイラ:pdflatex 3.0.0
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{external}
\tikzexternalize
\listfiles
\begin{document}
\begin{tikzpicture}
\draw(0,0)--(1,1);
\end{tikzpicture}
\end{document}
TexStudio 構成\コマンド\pdflatex:
"P:\texlive\2014...\pdflatex.exe" -src -interaction=nonstopmode --shell-escape %.tex
\usetikzlibrary{external}
がコメント アウトされている場合%
、プロセスは正常に終了します。 が含まれている場合、エラー\usetikzlibrary{external}
が発生し、 はmain-figure0.pdf
生成されません。、、およびファイルmain-figure1.md5
に加えて が生成されます。.log
.aux
.auxloc
main.pdf
! Package tikz Error: Sorry, the system call 'pdflatex -shell-escape -halt-on-e rror -interaction=batchmode -jobname "main-figure0" "\def\tikzexternalrealjob{m ain}\input{main}"' did NOT result in a usable output file 'main-figure0' (expec ted one of .pdf:.jpg:.jpeg:.png:). Please verify that you have enabled system c alls. For pdflatex, this is 'pdflatex -shell-escape'. Sometimes it is also name d 'write 18' or something like that. Or maybe the command simply failed? Error messages can be found in 'main-figure0.log'. If you continue now, I'll try to t ypeset the picture.
スイッチのバリエーションをいくつか試してみましたpdflatex
が、今はただいろいろ試してみて、何かうまくいくかどうかを確認しているところです。Win7 システムでのトラブルシューティングに関する提案をいただければ幸いです。