This repository was archived by the owner on Mar 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path166.dat
More file actions
81 lines (69 loc) · 1.88 KB
/
Copy path166.dat
File metadata and controls
81 lines (69 loc) · 1.88 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
\usepackage{latexsym} % needed math symbols
\usepackage{hyperref}
\hypersetup{
colorlinks=true,
citecolor=blue,
linkcolor=blue,
urlcolor=blue,
pdfpagemode=UseNone,
pdfstartview=FitH}
\usepackage{graphicx} % for importing eps figures
\usepackage{amsmath} % for advanced math symbols
\usepackage[affil-sl]{authblk} % found in preprint bundle package, http://ctan.org/pkg/preprint
\usepackage[margin=2.5cm]{geometry} % paper and margin formats as set by SPP
\usepackage{subfig}
\parindent 0.5cm % paragraphs indent
\topmargin=-2cm
% remove date
\date{}
% for section formatting style
\makeatletter
\renewcommand\section{\@startsection
{section}{1}{0pt}%
{-\baselineskip}%
{0.1\baselineskip}%
{\normalfont\large\bfseries}}%
\renewcommand\subsection{\@startsection
{subsection}{1}{0pt}%
{-\baselineskip}%
{0.1\baselineskip}%
{\normalfont\bfseries}}%
\makeatother
\renewcommand\thesection{\arabic{section}}
% for the figure and tables, captions
\usepackage{booktabs}
\usepackage{dcolumn}
\newcolumntype{d}[1]{D{.}{.}{#1}}
\usepackage{caption}
\captionsetup[table]{position=above,font={rm,small}}
\captionsetup[figure]{font={rm,small}}
% for citations formatting style
\usepackage[numbers,square,sort&compress]{natbib}
\setlength\bibsep{1pt}
%%for first page styling
\providecommand{\articlenum}[0]{}
\usepackage{fancyhdr}
{
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
\fancyhf[l]{}
\fancyhf[c]{ }
\fancyhf[r]{ }
\fancyfoot[l]{}
\fancyfoot[c]{}
\fancyfoot[r]{}
}
% styling for the second page onwards
\usepackage{lastpage}
\renewcommand{\headrulewidth}{0.1pt}
\renewcommand{\footrulewidth}{0pt}
\fancyhf[l]{}
\fancyhf[r]{}
\fancyhf[c]{}
\fancyfoot[l]{}
\fancyhead[l]{}
\fancyhead[r]{Page \thepage \hspace{1pt} of \pageref{LastPage}}
\pagestyle{fancy}
% other packages and macros
\usepackage{bm}
\renewcommand{\vec}[1]{\text{\bfseries #1}}