-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcurso.tex
executable file
·79 lines (69 loc) · 1.7 KB
/
curso.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
\documentclass[a4,12pt,openright]{book}
\usepackage[english,portuguese,brazilian,brazil]{babel}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
%\usepackage{pxfonts}
%\usepackage{lmodern}
%\usepackage{textcomp}
\usepackage{fancyhdr}
\usepackage{psboxit}
\usepackage{hyphenat}
\usepackage[stepnumber=1,style=\script,frameround=fttt]{listings}
\usepackage{keystroke}
\usepackage{xy}
%\input xy
\xyoption{all}
\include{configuracao}
\include{hifenizacao}
%\ifpdf
% \usepackage[pdftex]{graphicx}
%\usepackage[pdftex, bookmarks=true, colorlinks=false, hyperindex=false]{hyperref}
%\else
\usepackage[dvips]{graphicx}
% \usepackage[dvips, bookmarks=true, colorlinks=false, hyperindex=false]{hyperref}
%\fi
\usepackage[alf,abnt-etal-text=emph]{abntcite}
\begin{document}
\title{Uma Introdução ao GNU/Linux}
\author{Fábio Emilio Costa}
\date{\today}
\frontmatter
\newcommand{\Meta}{\keystroke{Meta}}
\begin{titlepage}
\par\mbox{}
\vspace{5cm}
\begin{flushright}
\Huge{\textbf{\emph{Uma Introdução ao GNU/Linux}}}\par
\rule[10pt]{\textwidth}{2.5pt}
\Large{\textit{Fábio Emilio Costa}}\par
\vfill
\end{flushright}
\end{titlepage}
\include{folharosto}
\sloppy
\tableofcontents
\fussy
\listoftables
\listoffigures
\addcontentsline{toc}{chapter}{\listofcodename}
\listof{codigo}{\listofcodename} % Lista de Códigos
\include{intro}
\mainmatter
\include{cap1}
\include{cap2}
\include{cap3}
\include{cap4}
\include{cap5}
\include{cap6}
%\include{cap6a}
\include{cap7}
\include{cap8}
\include{cap9}
\include{cap10}
\include{cap11}
\include{cap12}
\appendix
\include{licenca}
\bibliographystyle{abnt-alf}
\bibliography{curso}
\end{document}