-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtest-6.tex
More file actions
66 lines (46 loc) · 1.25 KB
/
test-6.tex
File metadata and controls
66 lines (46 loc) · 1.25 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
\documentclass{jot}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[english]{babel}
\usepackage{microtype} % optional, for aesthetics
\usepackage{tabularx} % nice to have
\usepackage{booktabs} % necessary for style
% \usepackage{graphicx}
% \graphicspath{{./figures/}}
% \usepackage{listings}
% \lstset{...}
% \newcommand\code[1]{\texttt{#1}}
% \let\file\code
%%% Article metadata
\title{The JOT Journal: Article \LaTeX\ Template}
\runningtitle{RUNNING TITLE}
\author[affiliation=orgname, nowrap] % , photo=FILE]
{First Author}
{is ...
Contact him at \email{EMAIL}, or visit \url{URL}.}
\affiliation{orgname}{ORGANISATION}
\runningauthor{RUNNING AUTHOR}
\jotdetails{
volume=V,
number=N,
articleno=M,
year=2011,
doisuffix=jot.201Y.VV.N.aN,
license=ccbynd % choose from ccby, ccbynd, ccbyncnd
}
\begin{document}
\begin{abstract}
ABSTRACT
\end{abstract}
\keywords{Template; Keywords.}
\section{SECTION}
Please use this as a template for your paper.
\backmatter
\emph{NB: Please be sure to include DOIs (Digital Object Identifiers) for all cited articles, where available}
\bibliographystyle{alphaurl}
\bibliography{YOURBIB}
\abouttheauthors
\begin{acknowledgments}
ACKS
\end{acknowledgments}
\end{document}