-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathArticleMain.tex
executable file
·58 lines (51 loc) · 1.46 KB
/
ArticleMain.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
% This file demonstrates the use of the `NRELarticle` style file
% ---------------
% PREAMBLE
% ---------------
\documentclass[tagged]{NRELarticle}
\usepackage{multirow}% http://ctan.org/pkg/multirow
\usepackage{cleveref}
\usepackage{float}
\usepackage{ragged2e}
\usepackage{authblk}
% -----------------------------------
% DOCUMENT PROPERTIES
% -----------------------------------
\title{Review on WEC Design Practice and Methods for Design Load Case analysis}
% \author{Y.-H. Yu, R. G. Coe, and J. van Rij}
% \address{%
% $^{1}$ \quad National Renewable Energy Laboratory, Golden CO, USA; [email protected]\\}
\author[1]{J. van Rij}
\author[2]{R. G. Coe}
\author[1]{Y.-H. Yu}
\affil[1]{National Renewable Energy Laboratory}
\affil[2]{Sandia National Laboratories}
\addbibresource{files/bibliography.bib}
\setcounter{tocdepth}{1}
\date{2018-03-31}
% need to remove
% -------------------------------------
% DOCUMENT STARTS HERE
% -------------------------------------
\begin{document}
\justify
\lstset{language=[LaTeX]Tex,columns=fullflexible,keepspaces=true,breaklines=true}
%\tableofcontents
% \listoffigures
% \listoftables
%% CHAPTER: Introduction
\input{files/Intro}
\input{files/Review}
\input{files/DLC}
\input{files/Summary}
%% CHAPTER: HOW TO MAKE NREL LATEX DOCUMENTS %%
%\input{files/Methodology}
%% CHAPTER: Case Study %%
%\input{files/CaseStudy}
% bibliography
\label{sec:Bib}
\printbibliography
%\appendix
%\input{files/AppendixA}
%\input{files/AppendixB}
\end{document}