-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsrl-main.tex
More file actions
186 lines (155 loc) · 4.59 KB
/
srl-main.tex
File metadata and controls
186 lines (155 loc) · 4.59 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
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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
% ==============================================================================
% ==============================================================================
%
% CHOOSE ONE OPTION BY ALTERNATING THE COMMENTED-OUT LINE
% For the order of .tex files, open controller.tex
%
% ==============================================================================
% ==============================================================================
% OPTION 1: Manuscript Style
\documentclass[fleqn]{article}
% OPTION 2: Journal Style
% \documentclass[twocolumn,twoside,fleqn,11pt]{article}
% ==============================================================================
% ==============================================================================
%
% DO NOT MODIFY BEYOND THIS POINT
%
% ==============================================================================
% ==============================================================================
\usepackage{simplemargins}
\usepackage{tocloft}
\usepackage[T1]{fontenc}
\usepackage{textcomp}
\usepackage{setspace}
\usepackage[round,authoryear,semicolon]{natbib}
\usepackage{ifthen}
\usepackage{ifpdf}
\usepackage{titling}
\usepackage{titlesec}
\usepackage{units}
\usepackage{amsbsy}
\usepackage{amsmath}
\usepackage{caption}
\usepackage{subfig}
\usepackage{balance}
\usepackage[hang]{footmisc}
\footnotemargin 1em
% \renewcommand{\rmdefault}{ugm}
% \renewcommand{\sfdefault}{phv}
\ifpdf
\usepackage{graphicx}
\usepackage[pdftex,bookmarks=false]{hyperref}
\else
\usepackage{graphics}
\usepackage{graphicx}
\usepackage{epsfig}
\usepackage[dvipdfm,bookmarks=false]{hyperref}
\fi
\clubpenalty=10000 % Orphan - First of paragraph left behind
\widowpenalty=10000 % Widow - Last of paragraph sent ahead
\setlength{\mathindent}{0cm}
\hypersetup{
pdfpagelayout=OneColumn,
colorlinks = true,
urlcolor = blue,
citecolor = blue,
linkcolor = blue
}
\urlstyle{same}
\settopmargin{0.70in}
\setleftmargin{0.55in}
\setrightmargin{0.56in}
\setbottommargin{1in}
\addtolength{\oddsidemargin}{0.17in}
\addtolength{\textwidth}{-0.17in}
\captionsetup{font={footnotesize,sf},labelfont=bf}
\captionsetup[subfloat]{font={scriptsize,sf},textfont=scriptsize}
\makeatletter
\if@twocolumn
\usepackage{fancyhdr}
\setlength{\columnsep}{0.33in}
\renewcommand{\headrulewidth}{0pt}
\fancyhf{}
\fancyfoot[RO]{
\usefont{T1}{phv}{c}{n}\small
Seismological Research Letters \hspace{1em} Volume 00, Number 0 \hspace{1em} November/December 2015 \hspace{1em} \thepage}
\fancyfoot[LE]{
\usefont{T1}{phv}{sb}{n}\small
\thepage \hspace{1em} Seismological Research Letters \hspace{1em} Volume 00, Number 0 \hspace{1em} November/December 2015}
\else
\usepackage[left,displaymath,pagewise]{lineno}
\setlength\linenumbersep{20pt}
\doublespacing
\captionsetup{font=doublespacing}
\cftpagenumbersoff{figure}
\usepackage[tablesfirst,notablist]{endfloat}
\AtBeginDelayedFloats{\renewcommand\baselinestretch{1.4}}
\renewcommand\cftloftitlefont{\large}
\renewcommand\listfigurename{
\begin{center}
Figure Captions
\end{center}
}
\setlength{\cftparskip}{2ex}
\renewcommand\cftfigpresnum{\bf Figure~}
\renewcommand\cftfigaftersnum{.}
\renewcommand\cftfignumwidth{5.5em}
\fi
\makeatother
% Naeem's packages ???
% \usepackage{verbatim}
% \usepackage{color}
% \usepackage{float}
% \usepackage[utf8]{inputenc}
% \usepackage{etoolbox}
% \usepackage{lipsum}
% % Make the references hyper link and blue.
% \usepackage{xcolor}
% \hypersetup{
% colorlinks,
% linkcolor={red!50!black},
% citecolor={blue!50!black},
% urlcolor={blue!80!black}
% }
\input{mycommands}
\input{title-and-authors}
\begin{document}
\makeatletter
\if@twocolumn
\pagestyle{fancy}
\fi
\makeatother
\maketitle
\makeatletter
\if@twocolumn
\thispagestyle{fancy}
\fi
\makeatother
% \makeatletter
% \if@twocolumn
% \footnotetext[1]{Center for Earthquake Research and Information, University of Memphis, Memphis, Tennessee, U.S.A.}
% \footnotetext[2]{Department of Civil Engineering, University of Memphis, Memphis, Tennessee, U.S.A.}
% \fi
% \makeatother
\input{content}
\makeatletter
\if@twocolumn
\vspace{3ex}
\itshape\bfseries\small
\noindent\raggedleft
Naeem Khoshnevis\\
Center for Earthquake Research and Information\\
University of Memphis\\
Memphis, TN 38152\\
~\\
Ricardo Taborda\\
Department of Civil Engineering, and\\
Center for Earthquake Research and Information\\
University of Memphis\\
Memphis, TN 38152\\
\itshape\sffamily
ricardo.taborda@memphis.edu
\fi
\makeatother
\end{document}