-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhead_MainText.sty
33 lines (28 loc) · 917 Bytes
/
head_MainText.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
\usepackage{xr}
\externaldocument[SM-]{SuppMat}
\usepackage{setspace}
\doublespacing
%\usepackage{indentfirst}
%\usepackage{siunitx}
\usepackage{array} % This line fixed error in array lining (tex table...)
\usepackage{hyperref}
%\twocolumn
%\usepackage[switch]{lineno}
\usepackage{lineno}
\linenumbers
\hypersetup{linkcolor=red}
\usepackage{caption}
%\captionsetup[figure]{parbox=none}
\captionsetup[figure]{width=17cm}
\captionsetup[figure]{font={small, stretch=1}}
\captionsetup[table]{width=16cm}
\captionsetup[table]{font={stretch=1.5}}
\usepackage[tablesfirst,nomarkers,nolists]{endfloat}
%\usepackage{sectsty} \sectionfont{\centering}
\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}}