Skip to content

Commit ea4f44d

Browse files
committed
rename example files
1 parent a663b92 commit ea4f44d

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed
File renamed without changes.
File renamed without changes.

docs/fduthesis-template.tex docs/main.tex

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
% 5. 不需要的注释可以尽情删除
3131
%*********************************************************************
3232

33-
\documentclass{fduthesis}
33+
\documentclass[type=doctor]{fduthesis}
3434
% 模板选项:
3535
% type = doctor|master|bachelor 论文类型,默认为本科论文
3636
% oneside|twoside 论文的单双面模式,默认为 twoside
@@ -126,7 +126,7 @@
126126
% 默认为空,即与参考文献样式保持一致
127127
% 仅适用于 biblatex;如要填写,需保证相应的 .cbx 格式文件能被调用
128128
%
129-
bib-resource = {fduthesis-template.bib},
129+
bib-resource = {main.bib},
130130
% 参考文献数据源
131131
% 可以是单个文件,也可以是用英文逗号 “,” 隔开的一组文件
132132
% 如果使用 biblatex,则必须明确给出 .bib 后缀名
@@ -349,7 +349,7 @@ \section{量子态与量子算符}
349349

350350
\begin{figure}[htb]
351351
\centering
352-
\includegraphics[width=0.5\textwidth]{fduthesis-template-image.png}
352+
\includegraphics[width=0.5\textwidth]{example-image.png}
353353
\caption[施特恩—格拉赫实验]{%
354354
设定施特恩—格拉赫实验仪器的磁场方向为 $z$-轴,入射的银原子束可以被分裂成两道银原子束,每一道
355355
银原子束代表一种量子态,上旋 $\ket{\uparrow}$ 或下旋 $\ket{\downarrow}$%

install-unix.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
mkdir -p "thesis"
44
cd "thesis"
55

6-
cp -f "../docs/fduthesis-template.tex" .
7-
cp -f "../docs/fduthesis-template.bib" .
8-
cp -f "../docs/fduthesis-template-image.png" .
6+
cp -f "../docs/main.tex" .
7+
cp -f "../docs/main.bib" .
8+
cp -f "../docs/example-image.png" .
99
cp -f "../source/fduthesis.dtx" .
1010
cp -f "../source/fduthesis-doc.dtx" .
1111
cp -f "../source/fduthesis-logo.dtx" .

install-win.bat

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
MKDIR "thesis"
44
CD "thesis"
55

6-
COPY /Y "..\docs\fduthesis-template.tex" .
7-
COPY /Y "..\docs\fduthesis-template.bib" .
8-
COPY /Y "..\docs\fduthesis-template-image.png" .
6+
COPY /Y "..\docs\main.tex" .
7+
COPY /Y "..\docs\main.bib" .
8+
COPY /Y "..\docs\example-image.png" .
99
COPY /Y "..\source\fduthesis.dtx" .
1010
COPY /Y "..\source\fduthesis-doc.dtx" .
1111
COPY /Y "..\source\fduthesis-logo.dtx" .

0 commit comments

Comments
 (0)