File tree 5 files changed +9
-9
lines changed
5 files changed +9
-9
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 30
30
% 5. 不需要的注释可以尽情删除
31
31
% *********************************************************************
32
32
33
- \documentclass {fduthesis }
33
+ \documentclass [ type=doctor ] {fduthesis }
34
34
% 模板选项:
35
35
% type = doctor|master|bachelor 论文类型,默认为本科论文
36
36
% oneside|twoside 论文的单双面模式,默认为 twoside
126
126
% 默认为空,即与参考文献样式保持一致
127
127
% 仅适用于 biblatex;如要填写,需保证相应的 .cbx 格式文件能被调用
128
128
%
129
- bib-resource = {fduthesis-template .bib},
129
+ bib-resource = {main .bib},
130
130
% 参考文献数据源
131
131
% 可以是单个文件,也可以是用英文逗号 “,” 隔开的一组文件
132
132
% 如果使用 biblatex,则必须明确给出 .bib 后缀名
@@ -349,7 +349,7 @@ \section{量子态与量子算符}
349
349
350
350
\begin {figure }[htb]
351
351
\centering
352
- \includegraphics [width=0.5\textwidth ]{fduthesis-template -image.png}
352
+ \includegraphics [width=0.5\textwidth ]{example -image.png}
353
353
\caption [施特恩—格拉赫实验]{%
354
354
设定施特恩—格拉赫实验仪器的磁场方向为 $ z$ -轴,入射的银原子束可以被分裂成两道银原子束,每一道
355
355
银原子束代表一种量子态,上旋 $ \ket {\uparrow }$ 或下旋 $ \ket {\downarrow }$ %
Original file line number Diff line number Diff line change 3
3
mkdir -p " thesis"
4
4
cd " thesis"
5
5
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" .
9
9
cp -f " ../source/fduthesis.dtx" .
10
10
cp -f " ../source/fduthesis-doc.dtx" .
11
11
cp -f " ../source/fduthesis-logo.dtx" .
Original file line number Diff line number Diff line change 3
3
MKDIR " thesis"
4
4
CD " thesis"
5
5
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" .
9
9
COPY /Y " ..\source\fduthesis.dtx" .
10
10
COPY /Y " ..\source\fduthesis-doc.dtx" .
11
11
COPY /Y " ..\source\fduthesis-logo.dtx" .
You can’t perform that action at this time.
0 commit comments