-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhead_SuppMat.sty
36 lines (30 loc) · 970 Bytes
/
head_SuppMat.sty
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
\renewcommand{\contentsname}{Appendix}
\setcounter{figure}{0}
\renewcommand{\thefigure}{S\arabic{figure}}
\setcounter{table}{0}
\renewcommand{\thetable}{S\arabic{table}}
\setcounter{section}{0}
\renewcommand{\thesection}{S\arabic{section}}
\usepackage{xr}
\externaldocument[MT-]{MainText}
\usepackage{setspace}
\doublespacing
\usepackage{array}
\usepackage{hyperref}
\usepackage{lineno}
%\linenumbers
\usepackage[tablesfirst,nomarkers,nolists]{endfloat}
\hypersetup{linkcolor=red}
%\usepackage[nomarkers,nolists]{endfloat}
\usepackage{caption}
\captionsetup[figure]{width=18cm}
\captionsetup[figure]{font={stretch=1.5}}
\captionsetup[table]{width=18cm}
\captionsetup[table]{font={stretch=1.5}}
\newcommand{\mean}{\operatorname{mean}}
\newcommand{\var}{\operatorname{var}}
\newcommand{\cor}{\operatorname{cor}}
\newcommand{\Ps}{\operatorname{P}}
\newcommand{\Dsq}{\operatorname{D}^2}
\newcommand{\rank}{\operatorname{rank}}
\newcommand{\cov}{\operatorname{cov}}