From 361f8b2bcdb988bbb7ed58d04b239252151d6ff7 Mon Sep 17 00:00:00 2001 From: Deans Yu Date: Mon, 16 Dec 2019 22:38:31 +0800 Subject: [PATCH] =?UTF-8?q?:checkered=5Fflag:=E5=8F=82=E8=80=83=E6=96=87?= =?UTF-8?q?=E7=8C=AE=E5=AD=97=E5=8F=B7=E8=AE=BE=E7=BD=AE=E4=B8=BA=E5=B0=8F?= =?UTF-8?q?=E4=BA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 +++++ README.md | 2 +- config/seuthesiY.cls | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df3c604..73bf437 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ - [ ] 更改图名编码方式(可能不需求) - [ ] 增加表格样式的包 +## [3.0.2] - 2019-12-16 + +### Debuged +- 参考文献字号设置为小五 + ## [3.0.1] - 2019-12-12 ### Debuged diff --git a/README.md b/README.md index 3d7f506..388f7a6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## SeuThesiY -![Version](https://img.shields.io/badge/%20Version-3.0.0-green?style=for-the-badge&logo=appveyor) ![GitHub](https://img.shields.io/github/license/DansYU/SeuThesiY?style=for-the-badge&logo=appveyor) ![GitHub stars](https://img.shields.io/github/stars/DansYU/SeuThesiY?style=for-the-badge&logo=appveyor) +![Version](https://img.shields.io/badge/%20Version-3.0.2-green?style=for-the-badge&logo=appveyor) ![GitHub](https://img.shields.io/github/license/DansYU/SeuThesiY?style=for-the-badge&logo=appveyor) ![GitHub stars](https://img.shields.io/github/stars/DansYU/SeuThesiY?style=for-the-badge&logo=appveyor) **SeuThesiY** 提供了一个用于排版东南大学硕博学位论文的LaTeX模板。该模板主要是在[seuthesix](https://github.com/zhimengfan1990/seuthesix)基础上进行的修改。 diff --git a/config/seuthesiY.cls b/config/seuthesiY.cls index 0297fef..2fcdf55 100644 --- a/config/seuthesiY.cls +++ b/config/seuthesiY.cls @@ -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, gbpub=false,gbnamefmt=lowercase,gbbiblabel=dot,]{biblatex} +\AtBeginBibliography{\small} %================================================ % \newcommand\citen[1]{[\!\!\citenum{#1}]} \RequirePackage{hyperref}