방금 Mountain Lion과 MacTeX 2012를 새로 설치했습니다. 이제 "mptopdf" 터미널 명령을 사용하여 더 이상 .mp 파일을 컴파일할 수 없습니다. 이것은 내가 얻는 결과입니다.
MPtoPDF 1.4.1 : running 'mpost --mem=mpost --tex=latex test.mp'
This is MetaPost, version 1.504 (kpathsea version 6.1.0)
(mpost.mp (/usr/local/texlive/2012/texmf-dist/metapost/base/plain.mp
Preloading the plain mem file, version 1.004)) (./test.mp
! I can't open file `mp-tool'.
l.6 input mp-tool
;
Please type another input file name:
내 파일을 다시 컴파일하기 위해 무엇을 할 수 있는지에 대한 아이디어가 있습니까?
이틀 전 내 Lion에서는 모든 것이 잘 작동했습니다.
그건 그렇고, 여기 내 test.mp
파일이 있습니다(내가 컴파일하려고 시도한 파일 mptopdf test.mp
).
verbatimtex
%%&latex
\documentclass[10pt]{article}
\begin{document}
etex
input mp-tool;
beginfig(0);
draw (0,0)--(10,10);
endfig;
verbatimtex
\end{document}
etex
end
업데이트:흥미롭게도 이전 MacTeX 2010을 설치한 후에는 문제가 더 이상 존재하지 않습니다. 그래서 지금은 이 이전 버전을 사용하겠습니다. 최신 버전에서 어떤 문제가 발생했는지 알고 계시다면 자유롭게 의견을 게시해 주세요.
답변1
알겠습니다. 변경하겠습니다.
input mp-tool;
에게
input mp-tool.mpii;
트릭을했습니다.