Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

表格的字体不是仿体,且偏大 #124

Closed
5 of 19 tasks
Tracked by #126
rosefun opened this issue Jan 7, 2021 · 1 comment
Closed
5 of 19 tasks
Tracked by #126

表格的字体不是仿体,且偏大 #124

rosefun opened this issue Jan 7, 2021 · 1 comment
Labels
I need help I want to get help from developers

Comments

@rosefun
Copy link

rosefun commented Jan 7, 2021

系统信息

操作系统

  • Windows
  • MacOS
  • Linux/Docker
  • Overleaf

TeX套件

  • TeXLive 2020 或更新的版本
  • TeXLive 2019
  • TeXLive 2018 或更早的版本
  • MikTex

TeX Compiler

  • XeTeX
  • LuaTeX

zjuthesis

版本号:6.4.0

Degree:

  • graduate
  • master
  • doctor
  • undergraduate

Major:

  • general
  • cs
  • isee
  • math
  • physics

编译日志

遇到的问题

表格的字体不是仿宋,而且大小偏大。

截图

image

正文字体及大小:

image

可以看到,表格的字体和大小都和正文不一样。

其他信息

@rosefun rosefun added the I need help I want to get help from developers label Jan 7, 2021
@TheNetAdmin
Copy link
Owner

TheNetAdmin commented Jan 7, 2021

这个设定来源于 《2018 浙江大学本科生毕业论文(设计) 编写规则》 #94

2.3.2.2 图、表等标号
论文中的图、表、附注、公式、算式等,一律用阿拉伯数字分章依序连续编码。其标注形式应便于互相区别,如:图 l.1(第 1 章第一个图)、图 2.2(第二章第二个图);表 3.2(第三章第二个表)等。图、表标题均采用五号宋体加粗。表格中文字采用 5 号宋体,行距为单倍行间距。图、表与下文空一行。

具体设定位于

\AtBeginEnvironment{tabular}{\songti}
\AtBeginEnvironment{tabularx}{\songti}

\captionsetup[table]{font=figurefont}

但《浙江大学研究生学位论文编写规则》没有具体的规定,所以开发模板时就沿用了本科生的设定。你可以暂时修改一下以上设定,我之后有空会更新一下这部分格式,请关注 #126

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I need help I want to get help from developers
Projects
None yet
Development

No branches or pull requests

2 participants