\caption[$Set\:3$: Intermediate set]{$Set\:3$: Intermediate set; Classical orifice plate ($s3c$); Plate numbers ($s3f(0-3)$); Classical plate,($s3p$).}
这是错误的标题吗?因为它会提示错误,如下所示,指向此标题的行号:
Tex capacity exceeded, sorry [main memory size 1500000].
答案1
我使用你的片段构建了一个最小示例。无论是否加载,它都可以正常工作hyperref
。
\documentclass{article}
\usepackage{hyperref}
\begin{document}
\listoffigures
\begin{figure}[!ht]
\caption[$Set\:3$: Intermediate set]{$Set\:3$: Intermediate set; Classical orifice plate ($s3c$); Plate numbers ($s3f(0-3)$); Classical plate,($s3p$).}
\end{figure}
\end{document}
小提示:您不能在书签中使用数学表达式。您将收到警告:
Token not allowed in a PDF string
为了避免这种使用:
\texorpdfstring{<expression in text>}{<expression in bookmark>}