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

参考文献、图表标题的字号可以调小点 #11

Open
qiujing opened this issue Mar 14, 2023 · 1 comment
Open

参考文献、图表标题的字号可以调小点 #11

qiujing opened this issue Mar 14, 2023 · 1 comment

Comments

@qiujing
Copy link

qiujing commented Mar 14, 2023

现在的可能有点大,可以按下面代码调小点。
\usepackage{setspace}
\usepackage{caption}
\DeclareCaptionFont{capfont}{\wuhao} % Caption font
\DeclareCaptionFont{subfont}{\wuhao} % Sub-caption font
\captionsetup{font = capfont}
\captionsetup[subfigure]{font = subfont}
\captionsetup[figure]{labelsep=space}

...

\begin{spacing}{1} % 行距
\wuhao
\bibliographystyle{gbt7714-numerical}
\bibliography{myexample}
\end{spacing}

@huangwb8
Copy link

不错,学习了 ~

我个人觉得,gbt7714-numerical对于SCI文献的支持不够好。不过,ieeetrNSFC也不太自然:

F. Crick, “Central dogma of molecular biology,” Nature, vol. 227, no. 5258, pp. 561–3, 1970.

感觉和我们常用的文献格式不太一样。这样会好一些:

Crick F. Central dogma of molecular biology[J]. Nature, 1970, 227(5258):561–3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants