Skip to content

Commit 64a4d90

Browse files
committed
step version: v0.9a
1 parent 461cd13 commit 64a4d90

File tree

5 files changed

+37
-33
lines changed

5 files changed

+37
-33
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ about: 报告模板中的 bug
3131
- [ ] macOS
3232
- [ ] Ubuntu
3333
- TeX 发行版
34-
- [ ] TeX Live 2022
35-
- [ ] MiKTeX 22.10
34+
- [ ] TeX Live 2023
35+
- [ ] MiKTeX 23.5
3636
- 编译方式
3737
- [ ] XeLaTeX
3838
- [ ] LuaLaTeX
@@ -41,4 +41,4 @@ about: 报告模板中的 bug
4141
- [ ] 通过 GitHub Releases 下载(最新发布版本)
4242
- [ ] 通过 `git clone` 下载(开发版本)
4343
- [ ] 在 Overleaf 上使用
44-
- `fduthesis` 版本:v0.9
44+
- `fduthesis` 版本:v0.9a

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
## [[未发布]]
66

7+
## [v0.9a (2023-05-27)]
8+
79
- 修复
810
- 展开封面信息栏中的列格式参数,修复与 `array` 宏包的兼容性问题 - [#302]
911
- 变更
@@ -234,7 +236,8 @@
234236
[v0.7e (2020-08-30)]: https://github.com/stone-zeng/fduthesis/compare/v0.7d...v0.7e
235237
[v0.8 (2022-09-04)]: https://github.com/stone-zeng/fduthesis/compare/v0.7e...v0.8
236238
[v0.9 (2023-02-26)]: https://github.com/stone-zeng/fduthesis/compare/v0.8...v0.9
237-
[未发布]: https://github.com/stone-zeng/fduthesis/compare/v0.9...main
239+
[v0.9a (2023-05-27)]: https://github.com/stone-zeng/fduthesis/compare/v0.9...v0.9a
240+
[未发布]: https://github.com/stone-zeng/fduthesis/compare/v0.9a...main
238241

239242
[#2]: https://github.com/stone-zeng/fduthesis/issues/2
240243
[#3]: https://github.com/stone-zeng/fduthesis/issues/3

docs/main.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
%*********************************************************************
2222
% fduthesis: 复旦大学论文模板
23-
% 2023-02-26 v0.9
23+
% 2023-05-27 v0.9a
2424
%
2525
% 重要提示:
2626
% 1. 请确保使用 UTF-8 编码保存

source/fduthesis-doc.dtx

+1-2
Original file line numberDiff line numberDiff line change
@@ -1671,8 +1671,7 @@
16711671
% \changes{v0.7c}{2019/02/08}{[\pkg{fdudoc}] 修改宏包手册主要字体。}
16721672
% \changes{v0.9}{2023/02/18}{[\pkg{fdudoc}] 更新宏包手册字体。}
16731673
%
1674-
% 西文字体。为兼容 macOS,系统字体需使用字体名,而 \TeXLive{}
1675-
% 中的字体需使用文件名。
1674+
% 西文字体。
16761675
% \begin{macrocode}
16771676
\setmainfont{LibertinusSerif}[
16781677
Extension = .otf,

source/fduthesis.dtx

+28-26
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
The `fduthesis` Class
4747
=====================
4848

49-
*LaTeX thesis template for Fudan University, v0.9*
49+
*LaTeX thesis template for Fudan University, v0.9a*
5050

5151
Overview
5252
--------
@@ -231,7 +231,7 @@ Copyright (C) 2017&ndash;2023 by Xiangdong Zeng <[email protected]>.
231231
%
232232
%<class|class-en|doc|logo>\NeedsTeXFormat{LaTeX2e}[2020/10/01]
233233
%<*!(driver|install|ex-logo|cover)>
234-
%<!readme>\GetIdInfo $Id: fduthesis.dtx 0.9 2023-02-26 12:00:00Z Xiangdong Zeng <[email protected]> $
234+
%<!readme>\GetIdInfo $Id: fduthesis.dtx 0.9a 2023-05-27 12:00:00Z Xiangdong Zeng <[email protected]> $
235235
%<class> {Thesis template for Fudan University}
236236
%<class>\ProvidesExplClass{\ExplFileName}
237237
%<class-en> {Thesis template for Fudan University (English version)}
@@ -271,13 +271,13 @@ Copyright (C) 2017&ndash;2023 by Xiangdong Zeng <[email protected]>.
271271

272272
\title{\textcolor{MaterialIndigo800}{\textbf{fduthesis: 复旦大学论文模板}}}
273273
\author{曾祥东}
274-
\date{2023/02/26\quad v0.9%
274+
\date{2023/05/27\quad v0.9a%
275275
\thanks{\url{https://github.com/stone-zeng/fduthesis}.}}
276276
%^^A! \title{\textcolor{MaterialIndigo800}{%
277277
%^^A! \textbf{The \textsf{fduthesis} Class \\
278278
%^^A! \LaTeX{} Thesis Template for Fudan University}}}
279279
%^^A! \author{Xiangdong Zeng}
280-
%^^A! \date{2023/02/26\quad v0.9%
280+
%^^A! \date{2023/05/27\quad v0.9a%
281281
%^^A! \thanks{\url{https://github.com/stone-zeng/fduthesis}.}}
282282
%^^A!
283283

@@ -2516,7 +2516,7 @@ Copyright (C) 2017&ndash;2023 by Xiangdong Zeng <[email protected]>.
25162516
% W3C.
25172517
% \newblock \textit{中文排版需求(Requirements for Chinese Text Layout)} [EB/OL].
25182518
% \newblock W3C Editor's Draft.
2519-
% \newblock (2022-09-01)
2519+
% \newblock (2023-05-24)
25202520
% \urlprefix\url{https://w3c.github.io/clreq/}
25212521
%
25222522
% \bibitem[()]{复旦大学论文规范}
@@ -2531,7 +2531,7 @@ Copyright (C) 2017&ndash;2023 by Xiangdong Zeng <[email protected]>.
25312531
% \bibitem[()]{source2e}
25322532
% \textsc{Braams J}, \textsc{Carlisle D}, \textsc{Jeffrey A}, et~al.
25332533
% \newblock \textit{The \LaTeXe{} Sources} [CP/OL].
2534-
% \newblock (2022-06-01)
2534+
% \newblock (2022-11-01)
25352535
% \urlprefix\url{https://ctan.org/pkg/latex}
25362536
% \urlprefix\CTANurl[源代码:]{macros/latex/base/source2e.pdf}
25372537
%
@@ -2562,15 +2562,15 @@ Copyright (C) 2017&ndash;2023 by Xiangdong Zeng <[email protected]>.
25622562
% \bibitem[()]{source3}
25632563
% \textsc{The \LaTeX3 Project}.
25642564
% \newblock \textit{The \LaTeX3 Sources} [CP/OL].
2565-
% \newblock (2022-08-30)
2565+
% \newblock (2023-05-22)
25662566
% \urlprefix\url{https://ctan.org/pkg/l3kernel}
25672567
% \urlprefix\CTANurl[源代码:]{macros/latex/contrib/l3kernel/source3.pdf}
25682568
%
25692569
% \bibitem[()]{biblatex}
25702570
% \textsc{Kime P}, \textsc{Wemheuer M}, \textsc{Lehman P}.
25712571
% \newblock \textit{The \pkg{biblatex} Package} [EB/OL].
2572-
% \newblock version 3.18b,
2573-
% \newblock (2022-07-12)
2572+
% \newblock version 3.19,
2573+
% \newblock (2023-03-05)
25742574
% \urlprefix\url{https://ctan.org/pkg/biblatex}
25752575
% \urlprefix\CTANurl[文档:]{macros/latex/contrib/biblatex/doc/biblatex.pdf}
25762576
%
@@ -2586,24 +2586,24 @@ Copyright (C) 2017&ndash;2023 by Xiangdong Zeng <[email protected]>.
25862586
% \textsc{Oetiker T}, \textsc{Partl H}, \textsc{Hyna I}, et~al.
25872587
% \newblock \textit{一份(不太)简短的 \LaTeXe{} 介绍: 或 111 分钟了解 \LaTeXe{}} [EB/OL].
25882588
% \newblock \CTeX{} 开发小组, 译.
2589-
% \newblock 原版版本 version 6.4, 中文版本 version 6.03,
2590-
% \newblock (2021-11-20)
2589+
% \newblock 原版版本 version 6.4, 中文版本 version 6.04,
2590+
% \newblock (2023-05-05)
25912591
% \urlprefix\url{https://ctan.org/pkg/lshort-zh-cn}
25922592
% \urlprefix\CTANurl[文档:]{info/lshort/chinese/lshort-zh-cn.pdf}
25932593
%
25942594
% \bibitem[()]{biblatex-gb7714-2015}
25952595
% 胡振震.
25962596
% \newblock \textit{符合 GB/T 7714-2015 标准的 biblatex 参考文献样式} [EB/OL].
2597-
% \newblock version 1.1j,
2598-
% \newblock (2022-08-29)
2597+
% \newblock version 1.1n,
2598+
% \newblock (2023-05-25)
25992599
% \urlprefix\url{https://ctan.org/pkg/biblatex-gb7714-2015}
26002600
% \urlprefix\CTANurl[文档:]{biblatex-contrib/biblatex-gb7714-2015/biblatex-gb7714-2015.pdf}
26012601
%
26022602
% \bibitem[()]{gbt7714}
26032603
% 李泽平(\textsc{Zeping L}).
26042604
% \newblock \textit{GB/T 7714-2015 \BibTeX{} Style} [EB/OL].
2605-
% \newblock version 2.1.4,
2606-
% \newblock (2022-03-12)
2605+
% \newblock version 2.1.5,
2606+
% \newblock (2022-10-03)
26072607
% \urlprefix\url{https://ctan.org/pkg/gbt7714}
26082608
% \urlprefix\CTANurl[文档:]{biblio/bibtex/contrib/gbt7714/gbt7714.pdf}
26092609
%
@@ -2618,34 +2618,34 @@ Copyright (C) 2017&ndash;2023 by Xiangdong Zeng <[email protected]>.
26182618
% \bibitem[()]{pkuthss}
26192619
% Casper Ti. Vector.
26202620
% \newblock \textit{北京大学学位论文模版:pkuthss} [EB/OL].
2621-
% \newblock version 1.9.2,
2622-
% \newblock (2022-05-05)
2621+
% \newblock version 1.9.3,
2622+
% \newblock (2022-10-30)
26232623
% \urlprefix\url{https://ctan.org/pkg/pkuthss}
26242624
% \urlprefix\CTANurl[文档及源代码:]{macros/latex/contrib/pkuthss/pkuthss.pdf}
26252625
%
26262626
% \bibitem[()]{thuthesis}
26272627
% 清华大学 TUNA 协会.
26282628
% \newblock \textit{\textsc{ThuThesis}:清华大学学位论文模板} [EB/OL].
2629-
% \newblock version 7.3.0,
2630-
% \newblock (2022-05-17)
2629+
% \newblock version 7.4.0,
2630+
% \newblock (2023-05-15)
26312631
% \urlprefix\url{https://ctan.org/pkg/thuthesis}
26322632
% \urlprefix\CTANurl[文档及源代码:]{macros/latex/contrib/thuthesis/thuthesis.pdf}
26332633
%
2634-
% \emph{以下模版未收录至 CTAN,但仍然保持活跃更新。}
2634+
% \emph{以下模版未收录至 CTAN,但仍然保持更新。}
26352635
%
26362636
% \bibitem[()]{sjtuthesis}
26372637
% \textsc{SJTUG}.
26382638
% \newblock \textit{上海交通大学学位论文模板} [EB/OL].
2639-
% \newblock version 1.1.1,
2640-
% \newblock (2022-08-04)
2639+
% \newblock version 2.0.2,
2640+
% \newblock (2023-04-01)
26412641
% \urlprefix\url{https://github.com/sjtug/SJTUThesis}
26422642
% \urlprefix\url[源代码仓库:]{https://github.com/sjtug/SJTUTeX}
26432643
%
26442644
% \bibitem[()]{ustcthesis}
26452645
% \textsc{USTC \TeX{} User Group}.
26462646
% \newblock \textit{中国科学技术大学学位论文 \LaTeX{} 模板} [EB/OL].
2647-
% \newblock version 3.3.3,
2648-
% \newblock (2022-05-17)
2647+
% \newblock version 3.3.4,
2648+
% \newblock (2023-05-10)
26492649
% \urlprefix\url{https://github.com/ustctug/ustcthesis}
26502650
%
26512651
% \bibitem[()]{ucasthesis}
@@ -4809,7 +4809,8 @@ Copyright (C) 2017&ndash;2023 by Xiangdong Zeng <[email protected]>.
48094809
\sffamily
48104810
\c_@@_name_secret_level_tl
48114811
\c_@@_fwid_colon_tl
4812-
\prop_item:No \c_@@_secret_prop { \l_@@_info_secret_level_tl }
4812+
\prop_item:No \c_@@_secret_prop
4813+
{ \l_@@_info_secret_level_tl }
48134814
\c_@@_name_secret_star_tl
48144815
\l_@@_info_secret_year_tl
48154816
}
@@ -4860,7 +4861,8 @@ Copyright (C) 2017&ndash;2023 by Xiangdong Zeng <[email protected]>.
48604861
\tl_if_eq:NnF \g_@@_thesis_type_tl { bachelor }
48614862
{
48624863
\c_@@_fwid_left_paren_tl
4863-
\prop_item:No \c_@@_degree_type_prop { \l_@@_info_degree_type_tl }
4864+
\prop_item:No \c_@@_degree_type_prop
4865+
{ \l_@@_info_degree_type_tl }
48644866
\c_@@_fwid_right_paren_tl
48654867
}
48664868
}

0 commit comments

Comments
 (0)