如何更改图片标注的格式呢?

发布于 2021-03-21 11:07:34

123.png
如图所示,我想把'图1:'更改成'图1、',需要怎么操作呢,原文是使用caption{}自动生成的标签。

查看更多

关注者
0
被浏览
1.2k
如果您有什么不同意见,您是对的,我是错的。
这家伙很懒,什么也没写!
\documentclass{ctexart}
\usepackage{caption}
\DeclareCaptionLabelSeparator{test}{、}
\captionsetup{labelsep=test}
\begin{document}
  \begin{figure}
    \caption{test}
  \end{figure}
\end{document}
2 个回答
LaTeXStudio
LaTeXStudio 2021-03-21
这家伙很懒,什么也没写!

这就是 LaTeX 的基本宏包 caption 即可。https://ctan.org/pkg/caption
有个参数 labelsep 就是这个地方的符号:
image.png

撰写答案

请登录后再发布答案,点击登录

发布
问题

分享
好友

手机
浏览

扫码手机浏览