-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharticle.tex
More file actions
70 lines (53 loc) · 2.69 KB
/
article.tex
File metadata and controls
70 lines (53 loc) · 2.69 KB
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
% LaTeX support: latex@mdpi.com
% In case you need support, please attach all files that are necessary for compiling as well as the log file, and specify the details of your LaTeX setup (which operating system and LaTeX version / tools you are using).
%=================================================================
\documentclass[energies,article,submit,moreauthors,pdftex]{Definitions/mdpi}
% \documentclass[preprints,article,accept,moreauthors,pdftex]{Definitions/mdpi}
%=================================================================
\firstpage{1}
\makeatletter
\setcounter{page}{\@firstpage}
\makeatother
\pubvolume{xx}
\issuenum{1}
\articlenumber{5}
\pubyear{2020}
\copyrightyear{2020}
%\externaleditor{Academic Editor: name}
\history{Received: date; Accepted: date; Published: date}
%\updates{yes} % If there is an update available, un-comment this line
%% MDPI internal command: uncomment if new journal that already uses continuous page numbers
%\continuouspages{yes}
%=================================================================
% Add packages and commands here. The following packages are loaded in our class file: fontenc, inputenc, calc, indentfirst, fancyhdr, graphicx,epstopdf, lastpage, ifthen, lineno, float, amsmath, setspace, enumitem, mathpazo, booktabs, titlesec, etoolbox, tabto, xcolor, soul, multirow, microtype, tikz, totcount, amsthm, hyphenat, natbib, hyperref, footmisc, url, geometry, newfloat, caption
\usepackage{subcaption}
\usepackage{tcolorbox}
\usepackage{tabularx}
%=================================================================
%% Please use the following mathematics environments: Theorem, Lemma, Corollary, Proposition, Characterization, Property, Problem, Example, ExamplesandDefinitions, Hypothesis, Remark, Definition, Notation, Assumption
%% For proofs, please use the proof environment (the amsthm package is loaded by the MDPI class).
%=================================================================
% Full title of the paper (Capitalized)
\Title{Design, Implementation, and Evaluation of Open Power Quality}
% Authors, for the paper (add full first names)
\Author{Anthony J. Christe, Sergey Negrashov and Philip M. Johnson}
% Authors, for metadata in PDF
\AuthorNames{Anthony J. Christe, Sergey Negrashov and Philip M. Johnson}
% Affiliations / Addresses (Add [1] after \address if there is only one affiliation.)
\address{%
Department of Information and Computer Sciences\\
University of Hawaii at Manoa\\
Honolulu, HI 96822\\
johnson@hawaii.edu}
\input{01-abstract}
\begin{document}
\input{02-intro}
\input{03-methods}
\input{04-related}
\input{05-pilot}
\input{06-conclusions}
% Bibliography
\reftitle{References}
\bibliographystyle{mdpi}
\bibliography{opq}
\end{document}