Skip to content

Commit f642031

Browse files
committed
step version: v0.7d
1 parent 6b76ca7 commit f642031

File tree

4 files changed

+15
-9
lines changed

4 files changed

+15
-9
lines changed

CHANGELOG.md

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

55
## [未发布]
66

7+
更多细节请参考 [GitHub 提交记录](https://github.com/stone-zeng/fduthesis/compare/v0.7c...master)
8+
9+
## v0.7d (2019-04-03)
10+
711
- Changed
812
- 在(中文)字体未提供对应粗体的情况下,允许使用伪粗,并用于封面中文标题 - [#68](https://github.com/stone-zeng/fduthesis/issues/68)
913
- Fixed
@@ -14,7 +18,7 @@
1418
- 优化目录、摘要、参考文献等的标题实现
1519
- 优化关键字列表的显示 - [#70](https://github.com/stone-zeng/fduthesis/issues/70)
1620

17-
更多细节请参考 [GitHub 提交记录](https://github.com/stone-zeng/fduthesis/compare/v0.7c...master)
21+
更多细节请参考 [GitHub 提交记录](https://github.com/stone-zeng/fduthesis/compare/v0.7c...v0.7d)
1822

1923
## v0.7c (2019-03-17)
2024

docs/fduthesis-template.tex

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

2121
%>********************************************************************
2222
%> fduthesis: 复旦大学论文模板
23-
%> 2019/03/17 v0.7c
23+
%> 2019/04/03 v0.7d
2424
%>
2525
%> 重要提示:
2626
%> 1. 请确保使用 UTF-8 编码保存

scripts/release.sh

+5-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ TEMP_DIR=/tmp/$JOB_NAME
1111

1212
TDS_DIR=$TEMP_DIR/TDS
1313
CTAN_DIR=$TEMP_DIR/$JOB_NAME
14-
OVERLEAF_DIR=$PWD/release/overleaf
14+
15+
RELEASE_DIR=$PWD/release
16+
OVERLEAF_DIR=$RELEASE_DIR/overleaf
1517

1618
SRC_DIR=$TDS_DIR/source/latex/$JOB_NAME
1719
TEX_DIR=$TDS_DIR/tex/latex/$JOB_NAME
@@ -103,7 +105,7 @@ cd $TEMP_DIR
103105
zip -q -r -9 $JOB_NAME.zip .
104106

105107
cd $WORKING_DIR
106-
cp -f $TEMP_DIR/$JOB_NAME.zip .
107-
cp -f $TEMP_DIR/$JOB_NAME.tds.zip .
108+
cp -f $TEMP_DIR/$JOB_NAME.zip $RELEASE_DIR
109+
cp -f $TEMP_DIR/$JOB_NAME.tds.zip $RELEASE_DIR
108110

109111
rm -r $TEMP_DIR

source/fduthesis.dtx

+4-4
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
The `fduthesis` Class
4848
=====================
4949

50-
*LaTeX thesis template for Fudan University, v0.7c*
50+
*LaTeX thesis template for Fudan University, v0.7d*
5151

5252
Overview
5353
--------
@@ -236,7 +236,7 @@ Copyright (C) 2017&ndash;2019 by Xiangdong Zeng <xdzeng96@gmail.com>.
236236
%<class|class-en|doc|logo>\NeedsTeXFormat{LaTeX2e}
237237
%<class|class-en|doc|logo>\RequirePackage{expl3}
238238
%<*!(driver|install|ex-logo|cover)>
239-
%<!readme>\GetIdInfo $Id: fduthesis.dtx 0.7c 2019-03-17 12:00:00Z Xiangdong Zeng <xdzeng96@gmail.com> $
239+
%<!readme>\GetIdInfo $Id: fduthesis.dtx 0.7d 2019-04-03 12:00:00Z Xiangdong Zeng <xdzeng96@gmail.com> $
240240
%<class> {Thesis template for Fudan University}
241241
%<class>\ProvidesExplClass{\ExplFileName}
242242
%<class-en> {Thesis template for Fudan University (English version)}
@@ -280,13 +280,13 @@ Copyright (C) 2017&ndash;2019 by Xiangdong Zeng <xdzeng96@gmail.com>.
280280
\title{\textcolor{MaterialIndigo800}{%
281281
\textbf{fduthesis: 复旦大学论文\xpinyin[font=\sffamily]{模}{mu2}板}}}
282282
\author{曾祥东}
283-
\date{2019/03/17\quad v0.7c%
283+
\date{2019/04/03\quad v0.7d%
284284
\thanks{\url{https://github.com/stone-zeng/fduthesis}.}}
285285
%^^A! \title{\textcolor{MaterialIndigo800}{%
286286
%^^A! \textbf{The \textsf{fduthesis} Class \\
287287
%^^A! \LaTeX{} Thesis Template for Fudan University}}}
288288
%^^A! \author{Xiangdong Zeng}
289-
%^^A! \date{2019/03/17\quad v0.7c%
289+
%^^A! \date{2019/04/03\quad v0.7d%
290290
%^^A! \thanks{\url{https://github.com/stone-zeng/fduthesis}.}}
291291
%^^A!
292292

0 commit comments

Comments
 (0)