提问于:
浏览数:
1946
请问我用了bicaption 双标题,然后如何在图表目录中只显示第一个中文标题。
1 回答
1
```tex
\documentclass{ctexart}
\usepackage{caption}
\usepackage{bicaption}
\usepackage{mwe}
\captionsetup[figure][bi-first]{name=图,font=sf}
\captionsetup[figure][bi-second]{name=Figure,font=sf,list=off}
\begin{document}
\listoffigures
\begin{figure}
\centering
\includegraphics[width=\linewidth]{example-image.pdf}
\bicaption{小样}{demo}\label{fig:demo}
\end{figure}
图~\ref{fig:demo}
\end{document}
```
-
正解, 已经解决,多谢! – LG2019 2019-11-28 17:23 回复
你的回答
请登录后回答
你的回答将会帮助更多人,请务必认真回答问题。