事象
以下のエラーが出てプレビューができなかった
Preview Error: Can’t convert the source file to PDF. Please check the LaTeX command in preview’s preferences.
解決策
上メニューの,
TikZ Editor→Preferences→Preview タブにおける
Command used for typesetting the LaTeX source to pdf:
の記述を以下に変更:
/usr/local/bin/pdflatex -file-line-error -interaction=nonstopmode -output-directory $OUTPUT_DIR -jobname $FILE_NAME $FILE_PATH
※注意:
/usr/local/bin/pdflatex
の部分は Terminal を起動して以下を打ち込んで出てきた結果ををコピペする:
which pdflatex