-
Notifications
You must be signed in to change notification settings - Fork 13
/
preambulo.tex
211 lines (161 loc) · 6.03 KB
/
preambulo.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
%Este trabalho está licenciado sob a Licença Creative Commons Atribuição-CompartilhaIgual 4.0 Internacional. Para ver uma cópia desta licença, visite https://creativecommons.org/licenses/by-sa/4.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.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Predefinicoes
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newif\ifisbook % O layout será book?
\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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Opcões de Linguagem
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage[english,brazil]{babel} %fazemos com que o compilador traduza expressões como “table of contents”
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\fancyhead[RE]{Pré-cálculo}
\fancyhead[LO]{\rightmark}
\fancyhead[LE,RO]{\thepage}
%license footnote
\cfoot{\tiny{Licença \href{https://creativecommons.org/licenses/by-sa/4.0/}{CC BY-SA-4.0}. Contato: \url{reamat@ufrgs.br}}}
\usepackage[fixlanguage]{babelbib}
\selectbiblanguage{brazil}
% Evita páginas em branco entre os capítulos
%%%% no blank pages between chapters %%%%
\let\cleardoublepage\clearpage
%%%% ams-latex %%%%
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{amsfonts}
%%%% graphics %%%%
\usepackage{graphicx} % Possibilita o uso de figuras e gráficos (suporta os formatos EPS, PDF, JPG e PNG)
%\usepackage{caption}
%%%% links %%%%
\usepackage[colorlinks=true, allcolors=blue]{hyperref} %usado para incluir links no texto
%%%% code insert (verbatim) %%%%
\usepackage{verbatim}
\usepackage{listings}
%%%% indent first line %%%%
\usepackage{indentfirst}
%%%% citation %%%%
\usepackage{cite} % usado para citações
%%%% lists %%%%
\usepackage{enumerate} % para fazer listas com tipos diferentes de itens (a, i, 1,...)
%%%% index %%%%
\usepackage{makeidx} % índice remissivo
%%%% miscellaneous %%%%
\usepackage{multicol}
\usepackage{multirow} % para tabelas, basicamente essencial
\usepackage[normalem]{ulem} %para riscar palavra usando \sout
\usepackage{calrsfs}
\usepackage{subfigure} %para colocar figuras lado a lado
\usepackage{xcolor}
\usepackage{tikz} % para criar desenhos legais
\usetikzlibrary{fit,shapes.geometric,arrows} %pra fazer os diagramas de funções
\usepackage{colortbl}
\usepackage{textcomp}
\usepackage{gensymb} %usar comando \degree
\usepackage{venndiagram}
\usepackage{shadethm}
\usepackage{bm}
\usepackage{float}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% MACROS E NOVOS COMANDOS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\fim}{\hfill {$\Box$}}
\newcommand{\destaque}[1]{\colorbox{rosa}{$\displaystyle #1$}}
\newcommand{\iu}{{i\mkern1mu}} %unidade imaginária
\newcommand{\sen}{\operatorname{sen}}
\newcommand{\cotan}{\operatorname{cot}}
\newcommand{\cosec}{\operatorname{csc}}
\newcommand{\arcsen}{\operatorname{arcsen}}
\newcommand*\abs[1]{\left|#1\right|}
\newcommand{\exemautorefname}{Exemplo}
\newcommand*{\propautorefname}{Proposição}
\newcommand{\N}{\mathbb{N}}
\newcommand{\Z}{\mathbb{Z}}
\newcommand{\Q}{\mathbb{Q}}
\newcommand{\I}{\mathbb{I}}
\newcommand{\R}{\mathbb{R}}
\newcommand{\C}{\mathbb{C}}
\newcommand{\paralela}{\hspace{3pt}/\hspace{-2pt}/\hspace{3pt}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% AVISOS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\foraDoEstilo}{
\begin{tabular}{|c|}\hline
Esta parte do material não está de acordo com o estilo do livro. Ajude-nos a corrigir, veja como em:\\
\url{https://www.ufrgs.br/reamat/participe.html}\\\hline
\end{tabular}
}
\newcommand{\emconstrucao}{
\begin{tabular}{|c|}\hline
Em construção ... Gostaria de participar na escrita deste livro? Veja como em:\\
\url{https://www.ufrgs.br/reamat/participe.html}\\\hline
\end{tabular}
}
\newcommand{\construirSec}{
\begin{center}
Esta seção (ou subseção) está sugerida. Participe da sua escrita. Veja como em:\\
\url{https://www.ufrgs.br/reamat/participe.html}
\end{center}
}
\newcommand{\construirExeresol}{
\begin{center}
\begin{tabular}{|c|}\hline
Esta seção carece de exercícios resolvidos. Participe da sua escrita.\\
Veja como em:\\
\url{https://www.ufrgs.br/reamat/participe.html}\\\hline
\end{tabular}
\end{center}
}
\newcommand{\construirResol}{
\begin{center}
Este exercício está sem resolução. Ajude-nos a construir-lá, veja como em:\\
\url{https://www.ufrgs.br/reamat/participe.html}
\end{center}
}
\newcommand{\construirExer}{
\begin{center}
\begin{tabular}{|c|}\hline
Esta seção carece de exercícios. Participe da sua escrita.\\
Veja como em:\\
\url{https://www.ufrgs.br/reamat/participe.html}\\\hline
\end{tabular}
\end{center}
}
\newcommand{\construirResp}{
\begin{center}
Este exercício está sem resposta sugerida. Proponha uma resposta. Veja como em:\\
\url{https://www.ufrgs.br/reamat/participe.html}
\end{center}
}
\newcommand{\todo}[1]{{\color{red}\textbf{Observação}: Em uma versão futura deste material, também será explicado sobre: #1}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% + INTRUCOES PARA O FORMATO LIVRO
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ifisbook
\input preambulo_book.tex
\fi
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% + INTRUCOES PARA O FORMATO HTML
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ifishtml
\input preambulo_html.tex
\fi
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%