-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathlivro.tex
245 lines (182 loc) · 7.77 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
%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 http://creativecommons.org/licenses/by-sa/3.0/ ou envie uma carta para Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% ATENÇÃO: NÃO EDITE ESTE ARQUIVO
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[a4paper]{book}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%Definições para compilação%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newif\ifispdf % O layout será pdf?
\newif\ifishtml % O layout será html?
\def\tfn{config.knd} % Arquivo que guarda as definições do tipo de saída
\def \tdata{} % Definições do tipo de saída: book, slide ou html.
\openin1=\tfn\relax % Leitura das definições de saída
\read1 to \tdata
\closein1
\tdata % Definições de saída
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%Pacotes básicos para MathEnvir%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{amsmath}%%AMS primary package (includes amstext, amsopn, amsbsy), provides various features for displayed equations and %%other mathematical constructs.
%%%%OPTIONS FOR THE AMSMATH PACKAGE
\usepackage{amscd} %%Provides a CD environment for simple commutative diagrams (no support for diagonal arrows).
\usepackage{amsxtra} %%Provides certain odds and ends such as \fracwithdelims and \accentedsymbol, for compatibility with documents %%created using version 1.1.
\usepackage{amsthm} %%Enhanced version of \newtheorem command for defining theorem-like environments
\usepackage{amssymb} %%Provides an extended symbol collection (includes amsfonts). For example, \barwedge, \boxdot, \boxminus, %%\boxplus, \boxtimes, \Cap, \Cup (and many more), the arrow \leadsto, and some other symbols such as \Box and \Diamond.
\usepackage{latexsym} %%makes few additional characters available: \Box \Join \Box \Diamond \leadsto \sqsubset \sqsupset \lhd \unlhd %%\rhd \unrhd
\usepackage[makeroom]{cancel} % Cancelar termos em equações
\usepackage{enumerate}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%Color, graphicx, margin (geometry)%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ifispdf
\usepackage[dvips,pdftex]{graphicx}
\fi
\ifishtml
\usepackage[dvips]{graphicx}
\fi
%\usepackage{color} %%Textcolor, color definitions, etc
%\definecolor{light-blue}{rgb}{0.8,0.85,1} %%Numbers between 0 and 1
%\definecolor{mygrey}{gray}{0.75} %%Numbers between 0 and 1
\usepackage{verbatim} %%Adds text from other files, comment environment
\usepackage{xpatch} %%Bold theorem titles
\makeatletter
\xpatchcmd{\@thm}{\fontseries\mddefault\upshape}{}{}{} %same font as thm-header
\makeatother
\usepackage[margin=1in]{geometry} %%Margins %%Possible to use \newgeometry to modify small parts mid-document
%font
\usepackage{tgbonum}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%Para escrever português%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage[portuguese]{babel} %%Portuguese-specific commands
\ifishtml
\usepackage[T1]{fontenc}
\fi
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%Theorem styles, numbering%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\theoremstyle{plain}
\newtheorem{theorem}{Teorema} %%section, chapter, etc
\newtheorem{proposition}[theorem]{Proposição} %%everything below obeys theorem because: [theorem]
\newtheorem{lemma}[theorem]{Lema}
\newtheorem{corollary}[theorem]{Corolário}
\newtheorem{maintheorem}{Teorema} %%number doesn't obey order
\renewcommand{\themaintheorem}{\Alph{maintheorem}}
\newtheorem{maincorollary}{Corolário}
\newtheorem{conjecture}{Conjectura}
\newtheorem*{claim}{Afirmação}
\newtheorem*{teoespectral}{Teorema Espectral} %%Sem numeração e com o nome desejado
\theoremstyle{definition}
\newtheorem{remark}[theorem]{Observação}
\newtheorem{example}[theorem]{Exemplo}
\newtheorem{definition}[theorem]{Definição}
\newtheorem{exercise}{Exercício}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%New Commands%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\mb}[1]{\mathbb{#1}}
\newcommand{\bC}{\mathbb{C}}
\newcommand{\bE}{\mathbb{E}}
\newcommand{\bK}{\mathbb{K}}
\newcommand{\bN}{\mathbb{N}}
\newcommand{\bP}{\mathbb{P}}
\newcommand{\bQ}{\mathbb{Q}}
\newcommand{\bR}{\mathbb{R}}
\newcommand{\bS}{\mathbb{S}}
\newcommand{\bT}{\mathbb{T}}
\newcommand{\bZ}{\mathbb{Z}}
\newcommand{\cB}{\mathcal{B}}
\newcommand{\cE}{\mathcal{E}}
\newcommand{\cF}{\mathcal{F}}
\newcommand{\cH}{\mathcal{H}}
\newcommand{\cL}{\mathcal{L}}
\newcommand{\cM}{\mathcal{M}}
\newcommand{\cO}{\mathcal{O}}
\newcommand{\cP}{\mathcal{P}}
\newcommand{\cQ}{\mathcal{Q}}
\newcommand{\cR}{\mathcal{R}}
\newcommand{\cS}{\mathcal{S}}
\newcommand{\al} {\alpha} \newcommand{\Al}{\Alpha}
\newcommand{\be} {\beta} \newcommand{\Be}{\Beta}
\newcommand{\ga} {\gamma} \newcommand{\Ga}{\Gamma}
\newcommand{\de} {\delta} \newcommand{\De}{\Delta}
\newcommand{\ep} {\epsilon}
\newcommand{\eps}{\varepsilon}
\newcommand{\ze} {\zeta}
\newcommand{\vte}{\vartheta}
\newcommand{\iot}{\iota}
\newcommand{\ka} {\kappa}
\newcommand{\la} {\lambda} \newcommand{\La}{\Lambda}
\newcommand{\vpi}{\varpi}
%\newcommand{\ro} {\rho}
\newcommand{\vro}{\varrho}
\newcommand{\si} {\sigma} \newcommand{\Si}{\Sigma}
\newcommand{\vsi}{\varsigma}
\newcommand{\ups}{\upsilon} \newcommand{\Up}{\Upsilon}
\newcommand{\vphi}{\varphi}
\newcommand{\om} {\omega} \newcommand{\Om}{\Omega}
\newcommand{\ang}{\operatorname{angle}}
\newcommand{\closu}{\operatorname{clos}}
\newcommand{\Col}{\operatorname{Col}}
\newcommand{\const}{\operatorname{const}}
\newcommand{\curl}{\operatorname{curl}}
\newcommand{\dd}{\, \mathrm{d}}
\newcommand{\diam}{\operatorname{diam}}
\newcommand{\Dim}{\operatorname{dim}}
\newcommand{\Div}{\operatorname{div}}
\newcommand{\dist}{\operatorname{dist}}
\newcommand{\grad}{\operatorname{grad}}
\newcommand{\fr}{\partial}
\newcommand{\graph}{\operatorname{graph}}
\newcommand{\id}{\operatorname{Id}}
\newcommand{\inter}{\operatorname{int}}
\newcommand{\Leb}{\operatorname{Leb}}
\newcommand{\length}{\operatorname{length}}
\newcommand{\Lip}{\operatorname{Lip}}
\newcommand{\Nul}{\operatorname{Nul}}
\newcommand{\proj}{\operatorname{proj}}
\newcommand{\res}{\operatornamewithlimits{Res}}
\newcommand{\rot}{\operatorname{rot}}
\newcommand{\sen}{\operatorname{sen}}
\newcommand{\senh}{\operatorname{senh}}
\newcommand{\Span}{\operatorname{Span}}
\newcommand{\spec}{\operatorname{spec}}
\newcommand{\supp}{\operatorname{supp}}
\newcommand{\var}{\operatornamewithlimits{{var}}}
\everymath{\displaystyle}
%ligações
\usepackage[pdfborder={0 0 0 [0 0]},colorlinks=true,linkcolor=blue,citecolor=blue,filecolor=blue,urlcolor=blue]{hyperref}
%define a marcação dos capítulos
\addto\captionsportuguese{\renewcommand{\chaptername}{}}
%\addto\captionsportuguese{\renewcommand{\chaptermark}{}}
%%%% no blank pages between chapters %%%%
\let\cleardoublepage\clearpage
%pacote de modulação
\usepackage{subfiles}
%cabeçalho e rodapé
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhead{}
\fancyfoot{}
\fancyhead[L]{Álgebra Linear - Um Livro Colaborativo}
\fancyhead[R]{\thepage}
\fancyfoot[C]{\tiny{Licença CC-BY-SA-3.0. Contato: \url{[email protected]}}}
\newcommand{\emconstrucao}{
\begin{center}
Em construção ... Caso deseja colaborar com a escrita deste livro, veja como em:
\url{https://github.com/reamat/AlgebraLinear}
\end{center}
}
\begin{document}
%diretório de origem
\newcommand{\dir}{.}
\frontmatter
\title{Álgebra Linear\\\small{Um Livro Colaborativo}}
\author{}
\date{\today}
\maketitle
blá blá blá
\end{document}