-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmain.tex
36 lines (29 loc) · 1.03 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
\documentclass{xduugthesis}
\usepackage{booktabs}
\xdusetup{
info = {
title = {牛马动力在现代土木工程中的应用\\及其对结构稳定性的生物力学影响},
author = {大猛子},
department = {土木工程与力学学院},
major = {给排水科学与工程},
class-id = {2008888},
student-id = {20008888888},
supervisor = {羊鬃铠},
bib-resource = {ref.bib},
abstract = {chapters/abstract_zh.tex},
abstract* = {chapters/abstract_en.tex},
keywords = {牛马动力学,工程创新,工程伦理,施工方法,工程质量控制},
keywords* = {Animal Dynamics, Engineering Innovation, Engineering Ethics, Construction Methods, Engineering Quality Control},
acknowledgements = {chapters/acknowledge.tex}
}
}
\begin{document}
% 临时解决\cite{}没有自动补全提示的问题
% 详见 https://github.com/note286/xduts/discussions/157
\iffalse
\addbibresource{ref.bib}
\fi
\include{chapters/intro}
\include{chapters/method}
\include{chapters/conclusion}
\end{document}