以来、私はPDFへの値下げを変換するには、このPandocコマンドを使用するために使用される:もはや機能し値下げは、私のMacBook(OSXマウンテンライオン)でXetex廃止
$ markdown2pdf -N -o pandoc_output.pdf --xetex --toc --template=mytemplate.tex myfile.md
しかしmarkdown2pdf
、および--xetex
オプションでmarkdown2pdf -N -o ../../Desktop/pandoc_output.pdf --xetex --toc --template=mytemplate-headers-garamond_date.tex
は推奨されていません。
私はこれを行う場合:
$ pandoc -N -o Desktop/pandoc_output.pdf --xetex --toc --template=mytemplate.tex myfile.md
私が手にこの:
pandoc: unrecognized option `--xetex'
しかし、私は--xetex
を取り出し、これを行う場合:
$ pandoc -N -o Desktop/pandoc_output.pdf --toc --template=mytemplate.tex myfile.md
を、私はこれを取得:
をpandoc: Error producing PDF from TeX source.
! Package hyperref Error: Wrong driver option `xetex',
(hyperref) because XeTeX is not detected.
See the hyperref package documentation for explanation.
Type H <return> for immediate help.
...
l.3925 \ProcessKeyvalOptions{Hyp}
解決策は何ですか?