-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapostila.tex
64 lines (49 loc) · 1.21 KB
/
apostila.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
\documentclass[%draft,
a4paper,11pt,twoside]{article}
\input{head}
\title{Mais uma apostila de \LaTeX}
\author{Tássio Naia dos Santos} % por enquanto
% pdf meta-informação
\hypersetup{baseurl={http://www.ime.usp.br/~tassio/apostila.pdf},
pdftitle={Mais uma apostila de LaTeX},
pdfauthor={Tássio Naia dos Santos},
pdfkeywords={LaTeX,TeX,tipografia,apostila,CCSL,PoliGNU},
pdflang={pt-BR (Portuguese)},
unicode=true}
\begin{document}
\maketitle
\thispagestyle{empty}
\clearpage
\input{00-sobre}
\clearpage
\input{thanks}\clearpage
%\begin{footnotesize}
\tableofcontents
%\end{footnotesize}
\clearpage
\input{01-intro}
\input{02-fluxo-trabalho}
\input{03-primeiro-texto}
\input{04-estruturando-o-texto}
\input{05-alguns-elementos}
\input{06-novos-comandos-e-ambientes}
\input{07-varios-arquivos}
\input{08-simbolos}
\input{09-matematica}
\input{10-aspectos-estruturais}
\input{11-bibtex}
\input{12-makeindex}
\input{13-e-agora}
\input{14-utilidades}
\newpage
\appendix
\input{fdl-1.3}
\newpage
\printindex%
\addcontentsline{toc}{section}{Índice Remissivo}
\newpage
\bibliographystyle{babalpha}
\cleardoublepage \phantomsection
\addcontentsline{toc}{section}{Referências}
\bibliography{thebib}
\end{document}