提问于:
浏览数:
2039
正在写毕业论文,我用的是bicaption 双标题,问题是如何让 图1.1 变黑体,我现在那个figure1.1 给调出来黑体了 上面那个中文标题中文标题 有知道的吗?
1 回答
0
```tex
\documentclass{ctexart}
\usepackage{caption}
\usepackage{bicaption}
\usepackage{mwe}
\captionsetup[figure][bi-first]{name=图,font=sf}
\captionsetup[figure][bi-second]{name=Figure,font=sf}
\begin{document}
\begin{figure}
\centering
\includegraphics[width=\linewidth]{example-image.pdf}
\bicaption{小样}{demo}\label{fig:demo}
\end{figure}
图~\ref{fig:demo}
\end{document}
```
[参考内容](https://www.latexstudio.net/archives/51638.html "参考内容")
-
\captionsetup[figure][bi-second]{name=\textbf{Figure}} %设置图的英文编号前缀 \captionsetup[table][bi-second]{n – LG2019 2019-11-28 17:57 回复
-
非常感谢! – LG2019 2019-11-28 17:56 回复
-
已经解决,但没有按照你这方法,和你这个差不多。 – LG2019 2019-11-28 17:25 回复
你的回答
请登录后回答
你的回答将会帮助更多人,请务必认真回答问题。