-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
101 lines (81 loc) · 2.01 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
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
\documentclass[10pt,twocolumn]{config/asme2e}
\special{papersize=8.5in,11in}
\input{config/config}
\input{config/front}
\usepackage{amsmath}
%---------------------------------------------------------------------
\begin{document}
\setlength{\parskip}{0pt}
\setlength{\parsep}{0pt}
\setlength{\headsep}{0pt}
%\setlength{\topskip}{0pt}
\setlength{\topsep}{0pt}
%\setlength{\partopsep}{0pt}
% equations
\abovedisplayshortskip=3pt
\belowdisplayshortskip=3pt
\abovedisplayskip=3pt
\belowdisplayskip=3pt
\titlespacing*{\section}{0pt}{18pt plus 1pt minus 1pt}{3pt plus 0.5pt minus 0.5pt}
\titlespacing*{\subsection}{0pt}{9pt plus 1pt minus 0.5pt}{1pt plus 0.5pt minus 0.5pt}
\titlespacing*{\subsubsection}{0pt}{9pt plus 1pt minus 0.5pt}{1pt plus 0.5pt minus 0.5pt}
\maketitle
%---------------
\begin{abstract}\noindent
\textit{\blindtext
}
\end{abstract}
\vspace{1ex}
\noindent Keywords:~\blindtext
% suggestions (not in a specific order):
% control co-design
% floating offshore wind turbines
% linear parameter-varying models
% optimization?
% optimal control?
% renewable energy systems?
% active system design?
%---------------
% \clearpage
\input{input/introduction.tex}
%---------------
% \clearpage
\input{input/Section2}
%----------------
% \clearpage
\input{input/Section3}
%---------------
% \clearpage
\input{input/Section4}
%---------------
%\clearpage
\input{input/Section5}
%---------------
%\clearpage
\input{input/conclusion.tex}
%--------------
%\clearpage
\begin{acknowledgment}
\blindtext[1]
\end{acknowledgment}
%--------------------------
% \clearpage
\renewcommand{\refname}{REFERENCES}
\bibliographystyle{.config/asmems4}
\begin{mySmall}
%\nocite{*} % remove later, displays all references
\bibliography{References}
\end{mySmall}
%--------------------------
% \clearpage
% \onecolumn
% \xneed{Will be removed in the final version.}
% % This will be removed in the final version.
% \tableofcontents
% \listoffigures
% \listoftables
% -----------
%---------------
% \clearpage
% \input{input/working.tex}
\end{document}