在 Acrobat Distiller 中使用 Tikz 和 Tikz-qtree 时出错

在 Acrobat Distiller 中使用 Tikz 和 Tikz-qtree 时出错

我的标签如下:

\documentclass{book}
\usepackage{linguex}%
\usepackage{tikz}%
\usetikzlibrary{decorations.text,calc,arrows.meta}%
\usepackage{tikz-qtree}%
\usepackage{adjustbox}%%
\usepackage{stmaryrd}%
\let\llbrack\llbracket%
\let\rrbrack\rrbracket%

\usepackage{showframe}

\begin{document}

\ex.
\Tree [.CauseP [.DP \edge[roof]; {`the zog'} ] [ [.\textsc{cause} ] [
[.\textsc{past} ] [.vP \edge[roof]; {`dissolved the
house'} ]]] ]

\end{document}

代码运行良好,输出干净。为了生成 PDF 文件,我使用命令dvips -Ppdf -t a4 test.dvi,然后使用Acrobat Distiller将 PS 转换为 PDF 格式,这是我的要求。不建议使用PDFLaTeX和。将 PS 转换为 PDF 时,出现以下错误:PS2PDF

%%[ Error: limitcheck; OffendingCommand: save ]%%

Stack:
-save-
-save-
-save-
-save-
-save-
-save-
-save-
-save-
-save-
-save-
-save-
-save-
-save-
-save-
-save-
-save-
-save-
-save-
-save-
-save-
-save-
-save-


%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%
%%[ Warning: PostScript error. No PDF file produced. ] %%

我该如何修复这个问题?请提出建议...

另外,请确认使用Tikz及其支持文件是否会导致此错误?

相关内容