🏁参考文献字号设置为小五
This commit is contained in:
parent
dc2115f61c
commit
361f8b2bcd
|
|
@ -8,6 +8,11 @@
|
||||||
- [ ] 更改图名编码方式(可能不需求)
|
- [ ] 更改图名编码方式(可能不需求)
|
||||||
- [ ] 增加表格样式的包
|
- [ ] 增加表格样式的包
|
||||||
|
|
||||||
|
## [3.0.2] - 2019-12-16
|
||||||
|
|
||||||
|
### Debuged
|
||||||
|
- 参考文献字号设置为小五
|
||||||
|
|
||||||
## [3.0.1] - 2019-12-12
|
## [3.0.1] - 2019-12-12
|
||||||
|
|
||||||
### Debuged
|
### Debuged
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
## SeuThesiY
|
## SeuThesiY
|
||||||
|
|
||||||
  
|
  
|
||||||
|
|
||||||
**SeuThesiY** 提供了一个用于排版东南大学硕博学位论文的LaTeX模板。该模板主要是在[seuthesix](https://github.com/zhimengfan1990/seuthesix)基础上进行的修改。
|
**SeuThesiY** 提供了一个用于排版东南大学硕博学位论文的LaTeX模板。该模板主要是在[seuthesix](https://github.com/zhimengfan1990/seuthesix)基础上进行的修改。
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -144,6 +144,7 @@ BoldItalicFont=timesbi.ttf
|
||||||
%================================================
|
%================================================
|
||||||
\RequirePackage[backend=biber,bibstyle=config/gb7714-2015,citestyle=config/gb7714-2015,gbfieldtype=true,url=false,doi=false,gbpunctin=false,
|
\RequirePackage[backend=biber,bibstyle=config/gb7714-2015,citestyle=config/gb7714-2015,gbfieldtype=true,url=false,doi=false,gbpunctin=false,
|
||||||
gbpub=false,gbnamefmt=lowercase,gbbiblabel=dot,]{biblatex}
|
gbpub=false,gbnamefmt=lowercase,gbbiblabel=dot,]{biblatex}
|
||||||
|
\AtBeginBibliography{\small}
|
||||||
%================================================
|
%================================================
|
||||||
% \newcommand\citen[1]{[\!\!\citenum{#1}]}
|
% \newcommand\citen[1]{[\!\!\citenum{#1}]}
|
||||||
\RequirePackage{hyperref}
|
\RequirePackage{hyperref}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue