%************************* APOSTILA FEITA POR AUGUSTO FILHO ****************************** %************************* E-mail:augustofilho@yahoo.com.br ****************************** %************************* http://geocities.yahoo.com.br/augustofilho ******************** %colocar draft no lugar de final para ver falhas de hbox-gráficos não são gerados %descomentar esse para gerar bookmarks e links no arquivo pdf ecomentar o de baixo \documentclass[12pt,twoside,a4paper,final]{book} %use final no lugar de draft para cópia % de qualidade e figuras inseridas \usepackage[a4paper,hmargin={5cm,3.5cm},vmargin={4.9cm,3.8cm}]{geometry}%controle % de margens-muito bom pacote. \linespread{1.3}%1 para normal, 1.3 para 1 1/2 e 1.6 para espaçamento duplo. % Os dois comandos que seguem são para aumentar 1cm na largura total do texto %\addtolength{\hoffset}{-0.5cm} %\addtolength{\textwidth}{1cm} %*********************** INÍCIO DO ESTILO Fancy para cabeçalho ********************* \usepackage[dvips]{graphicx} \usepackage{fancyhdr} \pagestyle{fancy} \usepackage{calc} % with this we ensure that the chapter and section % headings are in lowercase. \renewcommand{\chaptermark}[1]{\markboth{#1}{}} \renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}} \fancyhf{} % delete current setting for header and footer \fancyhead[LE,RO]{\bfseries\thepage} \fancyhead[LO]{\bfseries\rightmark} \fancyhead[RE]{\bfseries\leftmark} \fancyfoot[LO,RE]{Matrizes e Determinantes} \fancyfoot[RO,LE]{Augusto Filho - assf@unihorizontes.br} \renewcommand{\headrulewidth}{0.5pt} \renewcommand{\footrulewidth}{0.5pt} % faça 0.0 pt se não quiser a linha no rodapé \addtolength{\headheight}{2.4pt} % make space for the rule %\fancypagestyle{headings}{% \fancypagestyle{plain}{% \fancyhead{} % get rid of headers on plain pages \renewcommand{\headrulewidth}{0pt} % and the line } %************************ FIM DO ESTILO Fancy para cabeçalho************************ %% Para escrever em Português \usepackage[brazil]{babel} \usepackage[ansinew]{inputenc} \usepackage[T1]{fontenc} \usepackage{graphicx,color} \usepackage{psfrag} \usepackage{graphicx} \usepackage{amsmath} %\usepackage[colorlinks,encap,final,linkcolor=cyan,pagebackref,plainpages=false,linktocpage]{hyperref} %padrão desmarcar no final %\usepackage[colorlinks,encap,final,linkcolor=cyan,pagebackref,plainpages=false,linktocpage]{hyperref} \bibliographystyle{plain} %sorted alphabetically. Labels are numeric. \usepackage{amsthm,amsfonts,amssymb,amsxtra} \usepackage[all]{xy} %Diagramas com Xy %\usepackage[hang]{caption2} \usepackage{enumerate} \usepackage{comment} % Serve para marcar longos trechos de comentário \usepackage{indentfirst} % identar primeiro parágrafo \usepackage{fancybox} % \usepackage[normalem]{ulem} % \usepackage{here} % \usepackage{makeidx} \makeindex %\usepackage{showidx} %para mostrar indices remissivo em cada parte ótimo para conferir %\usepackage{wasysym} %símbolos especiais com \female e \male etc. \renewcommand{\baselinestretch}{1.25} \setlength{\voffset}{-2cm} \setlength{\hoffset}{-0.5cm} \setlength{\textwidth}{15cm} \setlength{\textheight}{24cm} \newtheorem{theorem}{Theorem} \newtheorem{acknowledgement}[theorem]{Acknowledgement} \newtheorem{algorithm}[theorem]{Algorithm} \newtheorem{axiom}[theorem]{Axiom} \newtheorem{case}[theorem]{Case} \newtheorem{claim}[theorem]{Claim} \newtheorem{conclusion}[theorem]{Conclusion} \newtheorem{condition}[theorem]{Condition} \newtheorem{conjecture}[theorem]{Conjecture} \newtheorem{corollary}[theorem]{Corollary} \newtheorem{criterion}[theorem]{Criterion} \newtheorem{definition}[theorem]{Definição} \newtheorem{example}{Exemplo}[chapter] \newtheorem{exercise}[theorem]{Exercício} \newtheorem{lemma}[theorem]{Lemma} \newtheorem{notation}[theorem]{Notation} \newtheorem{problem}[theorem]{Problem} \newtheorem{proposition}[theorem]{Proposition} \newtheorem{remark}[theorem]{Remark} \newtheorem{solution}[theorem]{Solução} \newtheorem{summary}[theorem]{Summary} \hyphenation{su-pri-mi-dos} \begin{document} % Início do documento \frontmatter % muda a numeração para romano %********************************************************* % Prefácio: Prefácio do Livro %********************************************************* \include{capa} % Inclusão da Capa \tableofcontents % Sumário \include{prefacio} % Inclusão do prefácio \mainmatter %vem exatamente antes do primeiro capítulo do livro. %Ele ativa a numeração Arábica das páginas e reinicia o contador de páginas. %************************************************************************************ % Capítulo 1: Matrizes %************************************************************************************ \include{Matrizes1} %************************************************************************************ % Capítulo 2: Tabelas e Gráficos %************************************************************************************ %\include{cap2} %************************************************************************************ % Capítulo 3 : Medidas de tendência Central %************************************************************************************ %\include{cap3} %************************************************************************************ % Capítulo 4 : Principais Separatrizes %************************************************************************************ %\include{cap4} %************************************************************************************ % Capítulo 5 : Medidas de Variabilidade %************************************************************************************ %\include{cap5} %************************************************************************************ % Capítulo 6 : Introdução à Probabilidade Básica %************************************************************************************ %\include{cap6} %************************************************************************************ %\backmatter %\newpage %\clearpage %\addcontentsline{toc}{chapter}{\protect Referências Bibliográficas}% %\bibliography{EC0} %\newpage \clearpage \addcontentsline{toc}{chapter}{\protect Índice Remissivo} % \printindex \end{document}