-
Notifications
You must be signed in to change notification settings - Fork 0
/
head_supp.sty
54 lines (49 loc) · 1.79 KB
/
head_supp.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
\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{setspace}
%\doublespacing
\usepackage{array}
\usepackage{hyperref}
\usepackage{lineno}
\linenumbers
\hypersetup{linkcolor=red}
%\usepackage[tablesfirst,nomarkers,nolists,heads]{endfloat}
\usepackage[tablesfirst,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{\cov}{\operatorname{cov}}
\newcommand{\var}{\operatorname{var}}
\newcommand{\sd}{\operatorname{sd}}
\newcommand{\sk}{\operatorname{sk}}
\newcommand{\Scom}{S_{\text{com}}}
\newcommand{\Snta}{S_{\text{nta}}}
\newcommand{\Sind}{S_{\text{ind}}}
\newcommand{\Ssyn}{S_{\text{syn}}}
\newcommand{\cor}{\operatorname{cor}}
\newcommand{\Ps}{\operatorname{P}}
\newcommand{\Dsq}{\operatorname{D}^2}
\newcommand{\rank}{\operatorname{rank}}
\newcommand{\CVcomsq}{V_{\text{com}}} %{\text{CV}_{\text{com}}^2}
\newcommand{\CVntasq}{V_{\text{nta}}} %{\text{CV}_{\text{nta}}^2}
\newcommand{\CVindsq}{V_{\text{ind}}} %{\text{CV}_{\text{ind}}^2}
\newcommand{\CVsynsq}{V_{\text{syn}}} %{\text{CV}_{\text{syn}}^2}
\newcommand{\xtot}{x_{\text{tot}}}
\newcommand{\E}{\operatorname{E}}
\newcommand{\Atot}{A_{\text{tot}}}
\newcommand{\phicv}{\phi_{V}}
\newcommand{\phiLdM}{\phi_{V,\text{LdM}}}
\newcommand{\phicvcor}{\phi_{V,\text{cor}}}
\newcommand{\phicvta}{\phi_{V,\text{ta}}}
\newcommand{\phiS}{\phi_{S}}
\newcommand{\phiSLdM}{\phi_{S,\text{LdM}}}
\newcommand{\phiScor}{\phi_{S,\text{cor}}}
\newcommand{\phiSta}{\phi_{S,\text{ta}}}