-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathnotas_de_clase.tex
40 lines (31 loc) · 1.04 KB
/
notas_de_clase.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
\documentclass[11pt]{book}
\def\byn{1} %de-comentar para generar cuadros con fondo blanco
%\input{utils/preambulo}
\input{utils/Preamble}
\author{{ Felipe Tobar}\\Universidad de Chile}
\title{\vspace{7cm} Estadística}
\input{utils/portada}
\begin{document}
% Maketitle
\thispagestyle{empty} % Remove page numbering on this page
\printtitle % Print the title data as defined above
\vfill
\printauthor % Print the author data as defined above
\clearpage
%
\input{capitulos/prefacio}\clearpage
\tableofcontents
\clearpage
\input{capitulos/Introduccion}\clearpage
\input{capitulos/Repaso}\clearpage
\input{capitulos/Estadísticos}\clearpage
\input{capitulos/Estimadores}\clearpage
\input{capitulos/Test de Hipótesis}\clearpage
\input{capitulos/Estimadores Bayesianos}\clearpage
%\input{capitulos/Series de Tiempo}\clearpage
%\input{capitulos/Inferencia Aproximada}\clearpage
%\input{capitulos/Inferencia Causal}\clearpage
%\input{capitulos/Apéndice}\clearpage
%\bibliography{capitulos/referencias}
%\bibliographystyle{apacite}
\end{document}