-
Notifications
You must be signed in to change notification settings - Fork 0
/
Latex_Template.tex
102 lines (93 loc) · 2.32 KB
/
Latex_Template.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
\documentclass[twoside,leqno,onecolumn]{article}
\usepackage{DBSEncyArticle}
\begin{document}
\title{TITLE OF ENTRY}
\author{BYLINE \\ (Name of expert writing the entry, expert's affiliation)}
\date{}
\maketitle
\noindent
\begin{synonyms}
\synonym{synonym1}
\synonym{synonym2}
\synonym{etc.}
\end{synonyms}
~\\\\
\begin{definition}
250 or fewer words defining the entry title.
\end{definition}
~\\\\
\begin{historicalBG}
500 or fewer words describing when/why the concept or technique developed. Or related work.
\end{historicalBG}
~\\\\
\begin{scientific}
Illustration and elaboration of the entry title definition, and outline the key points.
\end{scientific}
~\\\\
\begin{keyApp}
Current and potential users and the motivation of studying this area.
\end{keyApp}
~\\\\
\begin{future}
Optional. Open problems and discussions.
\end{future}
~\\\\
\begin{experimental}
Optional.
\end{experimental}
~\\\\
\begin{datasets}
Optional.
\end{datasets}
~\\\\
\begin{URL}
Optional.
\end{URL}
~\\\\
\begin{crossreference}
Other topics in the Encyclopedia which may be of interest to the reader of this entry. It is encouraged to redirect the readers to an overview entry in the subject area.
\end{crossreference}
~\\
%\bibliographystyle{plain}
%\bibliography{sd}
%
%
%Either use bibliography below or use own bib file above
\begin{thebibliography}{8}
\bibitem{Aderem99}
First bibliographic note
\bibitem{Janeway01}
Second bibliographic note
\bibitem{Rosenberger03}
Third bibliographic note
\end{thebibliography}
%Add definition entries here
\newpage
\begin{center}
\LARGE TITLE FOR DEFINITIONAL ENTRY
\vskip 1em
\large BYLINE \\ (Name of expert writing the entry, expert's affiliation) \\
\end{center}
\vskip 1.5em
\begin{synonyms}
\synonym{synonym1}
\synonym{synonym2}
\synonym{etc.}
\end{synonyms}
~\\\\
\begin{definition}
250 or fewer words defining the entry title.
\end{definition}
~\\\\
\begin{maintext}
250 words outlining the key points.
\end{maintext}
~\\\\
\begin{crossreference}
Listing of related entries, e.g. Remote Sensing, Spatial Data Quality, etc.
\end{crossreference}
~\\\\
\begin{reference}
Optional. A list of 1-3 citations that give the reader a place to find more information.
\end{reference}
\end{document}