forked from OpenIntroStat/ims
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
55 lines (44 loc) · 2.12 KB
/
main.tex
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
\documentclass[10pt,openany]{book}
\usepackage{geometry, graphicx, floatflt, varioref, soul, verbatim, amsmath, calc, caption, wasysym, footmisc, makeidx, ifthen, subfigure, multicol, epstopdf, enumerate, wrapfig, textcomp, multirow, changepage, setspace, lscape, titlesec}
%\usepackage[numbers]{natbib}
\usepackage[usenames,dvipsnames]{color}
%\newcommand{\href}[2]{#2} \newcommand{\url}[1]{#1} \newcommand{\urlstyle}[1]{}
\include{extraTeX/style/colorsV1}
\usepackage[bookmarksnumbered, colorlinks=false,pdfborder={0 0 0},urlcolor= oiGB,colorlinks=true,linkcolor= oiGB, citecolor= oiGB,backref=true]{hyperref}
%\usepackage[colorlinks=false,pdfborder={0 0 0},urlcolor= black,colorlinks=black,linkcolor=black, citecolor=black,backref=true]{hyperref}
\usepackage[style=authortitle-ibid, maxnames=2,natbib=true,sortcites=true,block=space,backend=bibtex]{biblatex}
\bibliography{eoce}
%\usepackage{ifsym}
%\usepackage{fancybox}
\makeindex
\include{extraTeX/style/styleV5}
\include{extraTeX/style/tablet}
\include{extraTeX/preamble/title}
\date{}
\setcounter{tocdepth}{1}
\begin{document}
\renewcommand{\thepage}{}
\maketitle
\include{extraTeX/preamble/copyright}
\renewcommand{\thepage}{\roman{page}}
\tableofcontents
\include{extraTeX/preamble/preface}
\setcounter{page}{1}
\renewcommand{\thepage}{\arabic{page}}
\normalsize\include{01/TeX/01V8}\include{01/TeX/01e}
\setcounter{chapter}{1}\normalsize\include{02/TeX/02-V04}\include{02/TeX/02e-V01}
%%% Categorical Data
\setcounter{chapter}{2}\normalsize\include{03/TeX/03-V01}\include{03/TeX/03e-V01}
%%% Numerical Data
\setcounter{chapter}{3}\normalsize\include{04/TeX/04-V01}\include{04/TeX/04e-V01}
%%% Linear Regression
\setcounter{chapter}{4}\normalsize\include{05/TeX/05-V01}\include{05/TeX/05e-V01}
%%% Multiple and Logistic Regression
\setcounter{chapter}{5}\normalsize\include{06/TeX/06-V01}\include{06/TeX/06e-V01}
\appendix
\include{appendix-probability/TeX/02-V02}
\include{extraTeX/eoceSolutions/eoceSolutions}
\include{extraTeX/appendix/TeX/zTable}\include{extraTeX/appendix/TeX/tTable}\include{extraTeX/appendix/TeX/chiSquareTable}
\include{extraTeX/index/index}
\printindex
\end{document}