listoftables 双标题只显示第一个中文标题

2019-11-28 09:14发布

请问我用了bicaption 双标题,然后如何在图表目录中只显示第一个中文标题。

请问我用了bicaption 双标题,然后如何在图表目录中只显示第一个中文标题。
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} ```

一周热门 更多>