NSFC-application-template-latex icon indicating copy to clipboard operation
NSFC-application-template-latex copied to clipboard

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

Open qiujing opened this issue 1 year ago • 1 comments

现在的可能有点大,可以按下面代码调小点。 \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}

qiujing avatar Mar 14 '23 02:03 qiujing

不错,学习了 ~

我个人觉得,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.

huangwb8 avatar Sep 18 '23 14:09 huangwb8