-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathlivro.tex
81 lines (63 loc) · 1.7 KB
/
livro.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
%Este trabalho está licenciado sob a Licença Creative Commons Atribuição-CompartilhaIgual 3.0 Não Adaptada. Para ver uma cópia desta licença, visite https://creativecommons.org/licenses/by-sa/3.0/ ou envie uma carta para Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% ATENÇÃO
%
% POR SEGURANÇA, NÃO EDITE ESTE ARQUIVO
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[12pt]{book}
\input preambulo.tex
\makeindex
\begin{document}
\frontmatter
\title{Álgebra Linear\\\small{Um Livro Colaborativo}}
\author{}
\date{\today}
\ifisbook
\else
\addcontentsline{toc}{chapter}{Capa}
\fi
\maketitle
\include{organizadores}
\include{colaboradores}
\include{licenca}
\include{nota_organizadores}
\include{prefacio}
\ifisbook
\tableofcontents
\addcontentsline{toc}{chapter}{Sumário}
\fi
\mainmatter
\include{Semana01/semana01}
\include{Semana02/semana02}
\include{Semana03/semana03}
\include{Semana04/semana04}
\include{Semana05/semana05}
\include{Semana06-07/semana06-07}
\include{Semana09/semana09}
\include{Semana10/semana10}
\include{Semana11/semana11}
\include{Semana12/semana12-fatQR}
\include{Semana13/semana13-LLScomQR}
\include{Semana14-15/semana14-15}
%resposta dos exercícios
\ifisbook
\include{respostas}
\fi
%references
\nocite{*}
\bibliographystyle{plain}
\bibliography{main}
\addcontentsline{toc}{chapter}{Referências Bibliográficas}
\fancyhead[RE]{Álgebra Linear}
\fancyhead[LO]{REFERÊNCIAS BIBLIOGRÁFICAS}
\fancyhead[LE,RO]{\thepage}
\ifisbook
\clearpage
\addcontentsline{toc}{chapter}{Índice Remissivo}
\fancyhead[RE]{Álgebra Linear}
\fancyhead[LO]{ÍNDICE REMISSIVO}
\fancyhead[LE,RO]{\thepage}
\printindex
\fi
\end{document}