Advertisement
Guest User

Untitled

a guest
May 29th, 2017
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. \documentclass[11pt,a4paper]{article}
  2. \usepackage[latin1]{inputenc}
  3. \usepackage{amsmath}
  4. \usepackage{amsfonts}
  5. \usepackage{amssymb}
  6. \usepackage{graphicx}
  7. \usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry}
  8. \author{Esteban Salas}
  9. \title{Empresas}
  10. \usepackage{fancyhdr}
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17. \begin{document}
  18.  
  19. \begin{titlepage}
  20. \begin{center}
  21. \vspace*{2\baselineskip}
  22. \hrule height 3pt
  23. \vspace*{0.5\baselineskip}
  24. {\Huge \textbf{Universidad del Bio-Bio}}\\[0.1cm]
  25.  
  26. {\large \textbf{Facultad de Ciencias Empresariales}}
  27. \vspace*{0.5\baselineskip}
  28. \hrule height 3pt
  29. \vspace*{7\baselineskip}
  30.  
  31.  
  32.  
  33. {\huge \textbf{"TIPOS DE EMPRESAS"}}
  34. \includegraphics[scale=1]{logo_ubb.png}
  35. \vfill
  36. \begin{LARGE}
  37. Esteban Salas Garrido
  38. \today
  39. \end{LARGE}
  40. \end{center}
  41. \end{titlepage}
  42.  
  43.  
  44.  
  45. \tableofcontents
  46. \thispagestyle{empty}
  47. \newpage
  48. \setcounter{page}{1}
  49.  
  50.  
  51. \pagestyle{fancy}
  52. \fancyhead{}
  53. \fancyhead[R]{Tipos de empresas}
  54. \fancyfoot [C]
  55. {\thepage}
  56.  
  57. \section{Introducci\'on}
  58. \subsection*{Una empresa es una organizaci\'on o instituci\'on dedicada a actividades o persecuci\'on de fines econ\'omicos o comerciales para satisfacer las necesidades de bienes o servicios de los solicitantes, a la par de asegurar la continuidad de la estructura productivo-comercial as\'i como sus necesarias inversiones.}
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement