-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcase studies in scm design.tex
56 lines (48 loc) · 1.02 KB
/
case studies in scm design.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
\documentclass[UTF8]{ctexbook}
\usepackage{multirow}
\usepackage{caption}
\captionsetup{font={small,bf}} %%控制题注的字体字号
\usepackage{threeparttable}
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage{mathrsfs}
\usepackage{color}
\usepackage{eucal}
\usepackage{subfigure}
\usepackage{geometry}
\geometry{
a4paper,
total={170mm,257mm},
left=20mm,
top=20mm,
}
\renewcommand{\thefootnote}{\fnsymbol{footnote}}
\title{\heiti \Huge 超导磁体案例研究\\
\LARGE---设计和运行要点
\LARGE(第二版)}
\author{{\kaishu{\Large [美] Yukikazu Iwasa\quad 著}}
\\ \kaishu{\Large 王邦柱 \quad 译}}
\date{\today}
\begin{document}
\maketitle
\tableofcontents
\input{chpt1/chapter1.tex}
\newpage
\input{chpt2/chapter2.tex}
\newpage
\input{chpt3/chapter3.tex}
\newpage
\input{chpt4/chapter4.tex}
\newpage
\input{chpt5/chapter5.tex}
\newpage
\input{chpt6/chapter6.tex}
\newpage
\input{chpt7/chapter7.tex}
\newpage
\input{chpt8/chapter8.tex}
\newpage
\input{chpt9/chapter9.tex}
\newpage
\input{app/ap.tex}
\end{document}