Advertisement
aasanchez

Portada de Normas APA

Jul 6th, 2011
1,178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 1.00 KB | None | 0 0
  1. \documentclass[a4paper,10pt]{book}
  2. \usepackage[utf8x]{inputenc}
  3. \usepackage[spanish] {babel}
  4. \usepackage{graphicx}
  5. \usepackage{array,multirow,tabulary} %Usados para las tablas
  6. \usepackage[left=4cm,top=3cm,right=3cm,bottom=3cm]{geometry} %Definimos los Margenes
  7. \pagestyle{empty}
  8. % Define datos del Trabajo
  9. \newcommand{\Titulo}{Ejemplo de Portada APA}
  10. \newcommand{\Autor}{Alexis A. Sánchez O.}
  11. \newcommand{\Fecha}{Junio 2011}
  12. \title{\Titulo}
  13. \author{\Autor}
  14.  
  15.  
  16. \begin{document}
  17. \begin{tabular*}{0.8\textwidth}{@{\extracolsep{\fill}} cc }
  18.  \multirow{6}{*}{\includegraphics[width=0.125\textwidth]{img/UNY.png}}
  19.  & \\
  20.  & UNIVERSIDAD YACAMBÚ \\
  21.  & VICERECTORADO ACADEMICO \\
  22.  & FACULTAD DE INGIENERIA \\
  23.  & \\
  24. \end{tabular*}
  25. \vspace{9cm}
  26. % Imprimimos el Titulo
  27. \begin{center}
  28. \Titulo\\
  29. \end{center}
  30. \vspace{9cm}
  31. %Mostramos el Autor
  32. \raggedleft
  33. \begin{tabular}{l}
  34. \textbf{Autor:}\\
  35. \Autor
  36. \end{tabular}
  37. \vspace{1cm}
  38. \begin{center}
  39. Cabudare, Junio 2011\\
  40. \end{center}
  41.  
  42. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement