-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdissertation.tex
183 lines (154 loc) · 5.1 KB
/
dissertation.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
% !TEX TS-program = pdflatex
% !TEX encoding = UTF-8 Unicode
\documentclass[a4paper,11pt,twoside,final]{ThesisStyle}
\usepackage{setspace}
\setstretch{1.33}
\usepackage[top=3cm,bottom=3cm,left=3cm,right=3cm,asymmetric]{geometry}
\usepackage{kotex}
\usepackage{dhucs-untype1}
%\usepackage{ifpdf}
\usepackage[hidelinks]{hyperref}
\usepackage{natbib, bibentry}
\usepackage{amsbsy}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage{subfigure}
\usepackage{tabularx}
\usepackage{booktabs}
\usepackage{floatrow}
\usepackage{multirow}
\usepackage{multicol}
\usepackage{enumerate}
\usepackage{titlesec}
\floatsetup[table]{capposition=top}
\newcommand{\matr}[1]{\mathbf{#1}}
\newenvironment{bsmallmatrix}
{\left[\begin{smallmatrix}}
{\end{smallmatrix}\right]}
\newenvironment{psmallmatrix}
{\left\{\begin{smallmatrix}}
{\end{smallmatrix}\right\}}
\newenvironment{psmatrix}
{\left\{\begin{matrix}}
{\end{matrix}\right\}}
\newcommand{\code}[1]{\texttt{#1}}
\newcolumntype{b}{X}
\newcolumntype{s}{>{\hsize=.5\hsize}X}
\titleclass{\subsubsubsection}{straight}[\subsection]
\newcounter{subsubsubsection}[subsubsection]
\renewcommand\thesubsubsubsection{\thesubsubsection.\arabic{subsubsubsection}}
\renewcommand\theparagraph{\thesubsubsubsection.\arabic{paragraph}} % optional; useful if paragraphs are to be numbered
\titleformat{\subsubsubsection}
{\normalfont\normalsize\bfseries}{\thesubsubsubsection}{1em}{}
\titlespacing*{\subsubsubsection}
{0pt}{3.25ex plus 1ex minus .2ex}{1.5ex plus .2ex}
\makeatletter
\renewcommand\paragraph{\@startsection{paragraph}{5}{\z@}%
{3.25ex \@plus1ex \@minus.2ex}%
{-1em}%
{\normalfont\normalsize\bfseries}}
\renewcommand\subparagraph{\@startsection{subparagraph}{6}{\parindent}%
{3.25ex \@plus1ex \@minus .2ex}%
{-1em}%
{\normalfont\normalsize\bfseries}}
\def\toclevel@subsubsubsection{4}
\def\toclevel@paragraph{5}
\def\toclevel@paragraph{6}
\def\l@subsubsubsection{\@dottedtocline{4}{7em}{4em}}
\def\l@paragraph{\@dottedtocline{5}{10em}{5em}}
\def\l@subparagraph{\@dottedtocline{6}{14em}{6em}}
\makeatother
\makeatletter
\def\@BracContents{} % default (used by \suchthat)
\newcommand{\BracKern}{\kern-\nulldelimiterspace}
\newcommand{\@Brac}[3]{% #1,#3 = left/right bracket type
\ensuremath{%
\begingroup\def\@BracContents{#2}%
\mathopen{\left#1\vphantom{#2}\BracKern\right.}% left bracket
#2% content
\mathclose{\left.\BracKern\vphantom{#2}\right#3}% right bracket
\endgroup%
}%
}
\newcommand{\bracr}[1]{\@Brac{\{}{#1}{\}}}%
\makeatother
%\ifpdf
\SetHangulFonts{utbt}{utgt}{uttz}
%\SetHanjaFonts{utbt}{utgt}{utgt}
%\fi
%\usepackage{tikz}
\usepackage{emptypage}
\include{formatAndDefs}
%%% HEADERS & FOOTERS
\usepackage{fancyhdr} % This should be set AFTER setting up the page geometry
\usepackage{color,hyperref}
\definecolor{darkblue}{rgb}{0.0,0.0,0.3}
\hypersetup{colorlinks,breaklinks,
linkcolor=darkblue,urlcolor=darkblue,
anchorcolor=darkblue,citecolor=darkblue}
\newenvironment{outerlist}[1][\enskip\textbullet]%
{\begin{itemize}[#1,leftmargin=*]}{\end{itemize}%
\vspace{-.6\baselineskip}}
\newenvironment{innerlist}[1][\enskip\textbullet]%
{\begin{itemize}[#1,leftmargin=*,parsep=0pt,itemsep=0pt,topsep=0pt,partopsep=0pt]}
{\end{itemize}}
\usepackage{pdfpages}
\begin{document}
\nobibliography*
%\fancyhead[RO,LE]{\thepage}
\include{cover-main-en}
\include{cover-inner-en}
\include{auth}
\pagestyle{fancy} % options: empty , plain , fancy
\renewcommand{\headrulewidth}{0.5pt} % customise the layout...
\lhead{}\chead{}\rhead{}
\lfoot{}\cfoot{\thepage}\rfoot{}
% \dominitoc
% \pagenumbering{roman}
%\cleardoublepage
% \section*{Acknowledgments}
\renewcommand{\thepage}{\roman{page}}% Roman page numbers
\fancyhead[RO,LE]{}
\include{dedications}
\fancyhead[RO,LE]{}
\include{acknowledgements}
\tableofcontents
\fancyhead[RO,LE]{TABLE OF CONTENTS}
%\addcontentsline{toc}{chapter}{\listfigurename}
\listoffigures
\fancyhead[RO,LE]{LIST OF FIGURES}
%\addcontentsline{toc}{chapter}{\listtablename}
\listoftables
\fancyhead[RO,LE]{LIST OF TABLES}
\fancyhead[RO,LE]{ABSTRACT}
\include{abstract}
\mainmatter
\renewcommand{\thepage}{\arabic{page}}% Arabic page numbers
\pagenumbering{arabic}
\fancyhead[RO,LE]{\textit{Chapter. \thechapter. Introduction}}
\include{chap1}
% Dynamic loads
\fancyhead[RO,LE]{\textit{Chapter. \thechapter. Hybrid Testing Method}}
\include{chap2}
\fancyhead[RO,LE]{\textit{Chapter. \thechapter. Design of Excitation System for Simulating Dynamic Loads}}
\include{chap3}
% RT-HSTTM
\fancyhead[RO,LE]{\textit{Chapter. \thechapter. Hybrid Testing Method on a Semi-actively Controlled Building Structure Equipped with Full-scale MR Dampers}}
\include{chap4}
\fancyhead[RO,LE]{\textit{Chapter. \thechapter. Conclusions}}
\include{conclusions}
\setstretch{1}
\fancyhead[RO,LE]{\textit{초 록}}
\include{abstract-ko}
%\appendix
%\include{Appendix1}
\fancyhead[RO,LE]{Bibliography}
\bibliographystyle{apalike}
%\chapter*{Bibliography}
\addcontentsline{toc}{chapter}{Bibliography}
\bibliography{references}
\clearpage
\fancyhead[RO,LE]{Curriculum Vit\ae}
\include{cv}
\end{document}