-
Notifications
You must be signed in to change notification settings - Fork 0
/
WWKS22.tex
69 lines (51 loc) · 1.53 KB
/
WWKS22.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
% Wessel, P., Watts, A. B., Kim, S.-S., and Sandwell, D. T., 2022
% Models for the Evolution of Seamount, Geophys. J. Int.
%
\documentclass[extra,mreferee]{gji}
\usepackage[utf8]{inputenc}
\usepackage{timet}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage[longend,linesnumbered,ruled]{algorithm2e}
\usepackage{graphicx}
\usepackage{url}
\usepackage[pdftex,colorlinks=true]{hyperref}
\usepackage{doi}
% Add line numbers
%\usepackage[displaymath]{lineno}
% Import variables
\input{WWKS22_variables.tex}
% Define style for urls
\urlstyle{same}
\hypersetup{
allcolors=blue,
pdftitle={\Title},
}
%\linenumbers
% Define title, authors, affiliations and DOI
% ===========================================
\title{\Title}
\author[\WesselShort{}, \WattsShort{}, \KimShort{} and \SandwellShort{}]{
\Wessel$^{1}$, \Watts$^{2}$, \Kim$^{3}$ and \Sandwell$^{4}$ \\
$^{1}$\SOEST (\WesselMail) \\
$^{2}$\OXFORD \\
$^{3}$\CHUNGNAM \\
$^{4}$\UCSD \\
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\maketitle
\begin{summary}
\input{WWKS22_abstract}
\end{summary}
\begin{keywords}
\keywordsGJI{}
\end{keywords}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{WWKS22_content.tex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\bibliographystyle{gji}
\bibliography{WWKS22_refs}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{WWKS22_appendix.tex}
\end{document}