-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWWKS22_preprint.tex
142 lines (117 loc) · 3.52 KB
/
WWKS22_preprint.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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
% Wessel, P., Watts, A. B., Kim, S.-S., and Sandwell, D. T., 2022
% Models for the Evolution of Seamounts, Geophys. J. Int.
%
% Template for an EarthArXiv preprint of the manuscript.
% Includes the standard disclaimers and formatting that is required.
%
\documentclass[twocolumn,10pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage[longend,linesnumbered,ruled]{algorithm2e}
\usepackage[colorlinks=true]{hyperref}
\usepackage{fancyhdr}
\usepackage{orcidlink}
\usepackage{float}
% Import packages useful for creating the parameters tables
\usepackage{multirow}
\usepackage{booktabs}
\usepackage{setspace}
% Import natbib and doi packages
\usepackage[round,authoryear,sort]{natbib}
\usepackage{doi} % show dois as links on references
\usepackage{natbibspacing} % Remove extra space between references
% Define style for urls
\urlstyle{same}
% Configure column separation and page geometry
\usepackage[a4paper,margin=1.5cm,includeheadfoot,footskip=0mm,headheight=3mm,headsep=7.5mm]{geometry}
\setlength{\columnsep}{0.5cm}
% Import variables
\input{WWKS22_variables.tex}
% Define authors and affiliations
% ===============================
\newcommand{\Author}{%
\WesselShort{}, \WattsShort{}, \KimShort{} \& \SandwellShort{}
}
\newcommand{\AuthorLong}{%
\Wessel{}, \Watts{}, \Kim{} and \Sandwell{}
}
\newcommand{\AuthorAffil}{%
{\large
\Wessel$^{1}$ \orcidlink{\WesselORCID},
\Watts$^{2}$ \orcidlink{\WattsORCID},
\Kim$^{3}$ \orcidlink{\KimORCID},
and
\Sandwell$^{3}$ \orcidlink{\SandwellORCID}
}
\\[0.4cm]
{\small $^{1}$\SOEST} \\
{\small $^{2}$\OXFORD} \\
{\small $^{3}$\CHUNGNAM} \\
{\small $^{4}$\UCSD} \\
{\small\WesselMail} \\
}
% Configure header and footer
% ===========================
\newcommand{\Header}{%
\Author{} (\Year{}). \Title{}. EarthArXiv.
doi:\href{https://doi.org/\PreprintDOI}{\PreprintDOI}
}
\pagestyle{fancy}
\fancyhf{}
\lhead{\Header{}}
\rhead{\small \thepage}
\renewcommand{\headrulewidth}{0.1pt}
\fancypagestyle{plain}{%
\fancyhf{}
\rfoot{}
\lfoot{}
\renewcommand{\headrulewidth}{0pt}
}
% Configure hypersetup
% ====================
\hypersetup{
allcolors=blue,
pdftitle={\Title},
pdfauthor={\Author},
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\title{\Title}
\author{\AuthorAffil}
\date{
\normalsize
\Year
}
%\maketitle
\noindent
Accepted 2022 July 26. Received 2022 July 15; in original form 2022 April 23.
\\[0.5cm]
\noindent
\textbf{Disclaimer:}
This is a pre-copyedited, author-produced PDF of an article
published in \Journal{} following peer review.
It is available from EarthArXiv at
\href{https://doi.org/\PreprintDOI}{doi.org/\PreprintDOI}.
The version of record
``\Author{} (\Year{}). \Title{}. \Journal{}. doi:\DOI{}''
is available online at \DOILink{}.
\\[0.5cm]
\noindent
\textbf{License:}
\textcopyright{} \Year{} \AuthorLong{}.
Available under a Creative Commons Attribution 4.0 International license
(\href{https://creativecommons.org/licenses/by/4.0/}{CC-BY}).
\begin{abstract}
\input{WWKS22_abstract}
\end{abstract}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{WWKS22_content.tex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\bibliographystyle{apalike-doi}
\bibliography{WWKS22_refs}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{WWKS22_appendix.tex}
\end{document}