Advertisement
Guest User

main.tex

a guest
Nov 6th, 2011
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 1.57 KB | None | 0 0
  1. \documentclass[a4paper,12pt,fleqn,oneside,openright]{book}
  2.  
  3. \usepackage[utf8x]{inputenc}
  4. \usepackage[T1]{fontenc}
  5. \usepackage[portuges,brazil,brazilian]{babel}
  6. \usepackage{indentfirst}
  7. \usepackage{amsmath,amssymb}
  8. \usepackage{epsfig,psfrag}
  9. \usepackage{multirow}
  10. \hyphenation{Ca-rac-te-ris-ti-cas}
  11. \hyphenation{li-ne-ares}
  12.  
  13. \setlength{\topmargin}{-15pt}
  14. \setlength{\oddsidemargin}{0pt}
  15. \setlength{\evensidemargin}{-12pt}
  16. \setlength{\textheight}{638pt}
  17. \setlength{\textwidth}{483pt}
  18.  
  19. \usepackage{amsmath, amssymb, graphics, setspace}
  20. \newcommand{\mathsym}[1]{{}}
  21. \newcommand{\unicode}[1]{{}}
  22. \newcounter{mathematicapage}
  23.  
  24. \begin{document}
  25.  
  26. \frontmatter
  27.  
  28.  \input{./01.Capa.tex}
  29.  \input{./02.Folha_de_Rostro.tex}
  30.  \input{./Folha_de_Aprovacao.tex}
  31.  \input{./Dedicatoria.tex}
  32.  \input{./03.Agradecimentos.tex}
  33.  \input{./Epigrafe.tex}
  34.  \input{./04.Resumo_Portugues.tex}
  35.  \input{./05.Resumo_Ingles.tex}
  36.  
  37.  \tableofcontents
  38.  \clearpagedoublepage
  39.  
  40.  \input{./06.Definicoes_e_Acronimos.tex}
  41.  
  42. \linespread{1.5}
  43.  
  44. \clearpage
  45. \clearpage
  46. \voffset 1.0cm \hoffset 0.0cm \textwidth  10cm \textheight 20cm
  47.  
  48. \clearpage
  49.  
  50. \markright{Definições e Acrônimos}
  51. \listoffigures
  52.  
  53. \listoftables
  54.  
  55. \mainmatter
  56.  
  57.  \input{./07.[Capitulo_1]Introducao.tex}
  58.  \input{./08.[Capitulo_2]Metologia.tex}
  59.  \input{./09.[Capitulo_3]Modelagem.tex}
  60.  \input{./10.[Capitulo_4]Resultados.tex}
  61.  \input{./11.[Capitulo_5]Conclusoes.tex}
  62.  
  63. \addcontentsline{toc}{chapter}{Referências Bibliográficas}
  64. \bibliographystyle{plain}
  65. \bibliography{12.Referencias_Bibliograficas}
  66.  
  67. \end{document}
  68.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement