我正在编译
\documentclass{article}
\begin{document}
\immediate\write18{pdfcrop PT1-matlab.pdf}
\end{document}
和
lualatex.exe -synctex=1 -interaction=nonstopmode --shell-escape %.tex
在 Windows 上但它默默失败并且没有创建 PT1-matlab-crop.pdf。
pdfcrop PT1-matlab.pdf (./document.aux))
Here is how much of LuaTeX's memory you used:
它曾经与 TeX Live 2015 一起工作并且运行
pdfcrop PT1-matlab.pdf
在 TeX Live 命令行中会产生一个裁剪的 PDF。
答案1
在新的 luatex 中 \write18 不再是特殊功能。要恢复该功能:加载包shellesc
并阅读其文档。