表格的标题,字体如何单独设置
#323
-
学院要求表格的标题字体设置为5号宋体,现在模版默认编译出来是别的字体,如何更改为5号宋体呢? |
Beta Was this translation helpful? Give feedback.
Answered by
gechengze
Mar 2, 2024
Replies: 1 comment
-
自己解决了,fduthesis.cls 这里设置一下 \captionsetup [ figure ] { font = small, labelsep = quad }
\captionsetup [ table ] { font = small, labelsep = quad } |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gechengze
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
自己解决了,fduthesis.cls 这里设置一下