forked from OpenIntroStat/openintro-statistics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
54 lines (43 loc) · 2.01 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
\documentclass[10pt,openany]{book}
\usepackage{geometry, graphicx, varioref, soul, verbatim, amsmath, calc, caption, wasysym, footmisc, makeidx, ifthen, subfigure, multicol, epstopdf, enumerate, wrapfig, textcomp, multirow, changepage, setspace, lscape, titlesec}
\usepackage[usenames,dvipsnames]{color}
%\newcommand{\href}[2]{#2} \newcommand{\url}[1]{#1} \newcommand{\urlstyle}[1]{}
\include{extraTeX/style/colorsV1}
% _____ Online Version _____ %
\usepackage[bookmarksnumbered, colorlinks = false, pdfborder = {0 0 0}, urlcolor = oiGB, colorlinks=true, linkcolor = oiGB, citecolor = oiGB, backref = true]{hyperref}
% _____ Print Version _____ %
%\definecolor{oiB}{rgb}{0,0,0}\usepackage[colorlinks=false,pdfborder={0 0 0},urlcolor= black,colorlinks=black,linkcolor=black, citecolor=black,backref=true]{hyperref}
% _____ COLOR PRINT Version _____ %
%\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.bib}
\makeindex
\include{extraTeX/style/style}
\include{extraTeX/style/tablet}
\include{extraTeX/preamble/title}%_derivative}
\date{}
\setcounter{tocdepth}{1}
\begin{document}
\renewcommand{\thepage}{}
\maketitle
\include{extraTeX/preamble/copyright}%_derivative}
\renewcommand{\thepage}{\arabic{page}}
\tableofcontents
\include{extraTeX/preamble/preface}
\normalsize
\includechapter{1}{ch_intro_to_data}
\includechapter{2}{ch_probability}
\includechapter{3}{ch_distributions}
\includechapter{4}{ch_inference_foundations}
\includechapter{5}{ch_inference_for_means}
\includechapter{6}{ch_inference_for_props}
\includechapter{7}{ch_regr_simple_linear}
\includechapter{8}{ch_regr_mult_and_log}
\appendix
\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}