-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmysrl-commands.tex
More file actions
130 lines (101 loc) · 3.49 KB
/
mysrl-commands.tex
File metadata and controls
130 lines (101 loc) · 3.49 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
% \newcommand{\sublabel}[2]{\raisebox{#1in}{\sffamily\scriptsize\bfseries(#2)}}
% % Earthquake macros
% % -----------------
% \newcommand{\dt}{$\Delta t$}
% \newcommand{\vs}{$V_{\mathrm{s}}$}
% \newcommand{\mathvs}{V_{\mathrm{s}}}
% \newcommand{\vp}{$V_{\mathrm{p}}$}
% \newcommand{\mathvp}{V_{\mathrm{p}}}
% \newcommand{\vseq}[1]{$V_{\mathrm{s}}=#1$~m/s}
% \newcommand{\vsgeq}[1]{$V_{\mathrm{s}}\geq#1$~m/s}
% \newcommand{\vsleq}[1]{$V_{\mathrm{s}}\leq#1$~m/s}
% \newcommand{\vpeq}[1]{$V_{\mathrm{p}}=#1$~m/s}
% \newcommand{\vsmin}{$V_{\mathrm{s}_{\min}}$}
% \newcommand{\vsmineq}[1]{$V_{\mathrm{s}_{\min}}=#1$~m/s}
% \newcommand{\vsminleq}[1]{$V_{\mathrm{s}_{\min}}\leq#1$~m/s}
% \newcommand{\vsmingeq}[1]{$V_{\mathrm{s}_{\min}}\geq#1$~m/s}
% \newcommand{\fmax}{$f_{_{\max}}$}
% \newcommand{\mathfmax}{f_{_{\max}}}
% \newcommand{\fmaxeq}[1]{$f_{_{\max}}=#1$~Hz}
% \newcommand{\fmaxgeq}[1]{$f_{_{\max}}\geq#1$~Hz}
% \newcommand{\fmaxleq}[1]{$f_{_{\max}}\leq\;$#1~Hz}
% \newcommand{\eqmag}[1]{$M_{\mathrm{#1}}$}
% \newcommand{\eqmageq}[2]{$M_{\mathrm{#1}}=#2$}
% \newcommand{\eqmagleq}[2]{$M_{\mathrm{#1}}\leq#2$}
% \newcommand{\eqmaggt}[2]{$M_{\mathrm{#1}}>#2$}
% \newcommand{\tenexp}[2]{$#1\times 10^{#2}$}
% \newcommand{\qs}{$Q_{\mathrm{s}}$}
% \newcommand{\qp}{$Q_{\mathrm{p}}$}
% \newcommand{\mathqs}{Q_{\mathrm{s}}}
% \newcommand{\mathqp}{Q_{\mathrm{p}}}
% % Math macros
% \newcommand{\pepsi}{\epsilon^{p}}
% \newcommand{\dpepsi}{\dot{\epsilon}^{p}}
% \newcommand{\eepsi}{\epsilon^{e}}
% \newcommand{\deepsi}{\dot{\epsilon}^{e}}
% \newcommand{\depsi}{\dot{\epsilon}}
% % Reference equations with parenthesis
% % ------------------------------------
% \newcommand{\refeqn}[1]{Equation \ref{#1}}
% % Reference figures
% % -----------------
% \newcommand{\reffig}[1]{Fig.~\ref{#1}}
% \newcommand{\refFig}[1]{Figure~\ref{#1}}
% % Easy volume and area
% % --------------------
% \newcommand{\vdomain}[4]{#1~#4 $\times$ #2~#4 $\times$ #3~#4}
% \newcommand{\adomain}[3]{#1~#3 $\times$ #2~#3}
% Title and sections fonts and style
% ----------------------------------
\titleformat{\section}{\raggedright}{}{0pt}{\usefont{T1}{phv}{bc}{n}\large\uppercase}
\titlespacing*{\section}{0pt}{10pt}{10pt}
\titleformat{\subsection}{\raggedright}{}{0pt}{\usefont{T1}{phv}{bc}{n}\normalsize}
\titlespacing*{\subsection}{0pt}{10pt}{0pt}
% \renewcommand{\refname}{REFERENCES}
% %\titleformat{\bibname}{\raggedright}{}{0pt}{\usefont{T1}{phv}{bc}{n}\large\uppercase}
% %\titleformat{\subsection}{}{}{1.5em}{\normalsize}
% %
% %\titleformat{\subsubsection}[runin]{}{}{0pt}{\normalsize\itshape}[.]
% % Manuscript tricks
% % -----------------
% \newcommand\manuscriptadjust{
% \makeatletter
% \ifthenelse{\boolean{@twocolumn}}{}{~\clearpage}
% \makeatother
% }
% \newcommand\preprintadjust{
% \makeatletter
% \ifthenelse{\boolean{@twocolumn}}{\small}{}
% \makeatother
% }
% % Figure and Table captions configuration
% % ---------------------------------------
% %\captionsetup[table]{
% %% labelfont=large,
% % labelsep=newline,
% % justification=centerlast,
% % textfont=small
% %}
% %\captionsetup[figure]{
% % labelfont=bf,
% % labelsep=period,
% % textfont=small
% %}
% \makeatletter
% \if@twocolumn
% \newcommand\introduction{\section{Introduction}}
% \else
% \newcommand\introduction{
% \linenumbers
% \section{Introduction}}
% \fi
% \makeatother
% %\newcommand\corresponding{%
% % \makeatletter
% % \if@twocolumn
% % \else
% % \thanks{Corresponding author.}
% % \fi
% % \makeatother
% %}%
\newcommand{\myaffil}[1]{$^{\mbox{\small #1}}$}