我遇到了一个让我很困惑的错误。我通常的谷歌搜索和查看其他答案的方法没有帮助。我试图包含一些图像文件,但出现了以下错误。
### ps2pdf -dCompatibilityLevel=1.5 /tmp/altpdflatex.4031-1618004853/q-polytope.2021.4.2.ps /tmp/altpdflatex.4031-1618004853/q-polytope.2021.4.2.pdf
Error: /syntaxerror in (binary token, type=137)
Operand stack:
1950.0 2954.0 0.0 -128.037 128.037 -71.1319 128.037 71.1319 0.0 128.037 -128.037 71.1319
Execution stack:
%interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1974 1 3 %oparray_pop 1973 1 3 %oparray_pop 1961 1 3 %oparray_pop 1817 1 3 %oparray_pop --nostringval-- %errorexec_pop .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval--
Dictionary stack:
--dict:727/1123(ro)(G)-- --dict:1/20(G)-- --dict:199/200(L)-- --dict:212/300(L)-- --dict:97/200(L)--
Current allocation mode is local
Current file position is 556914
GPL Ghostscript 9.50: Unrecoverable error, exit code 1
GPL Ghostscript 9.50: ERROR: A pdfmark destination page 15 points beyond the last page 14.
### FAILED to generate /tmp/altpdflatex.4031-1618004853/q-polytope.2021.4.2.pdf ()
我的乳胶文件看起来像这样
\documentclass[12pt]{amsart}
\usepackage{amsmath,amssymb,euscript,mathrsfs,bm,enumerate,pstricks}
\usepackage[shortlabels]{enumitem}
\usepackage{tikz-cd}
\usepackage{graphicx}
\graphicspath{ {./images/} }
\usepackage[colorlinks=true,linkcolor=black,citecolor=black,urlcolor=black]{hyperref}
\begin{figure*}[h!]
\centering
\subcaptionbox{a nice picture}[.3\linewidth][c]{%
\includegraphics[width=.8\linewidth,natwidth=640,natheight=412]{filename.png}}\quad
\end{figure*}
我正在使用 texshop,并使用 xelatex 排版。有人知道可能是什么问题吗?