Advertisement
Guest User

Untitled

a guest
Apr 25th, 2015
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.80 KB | None | 0 0
  1. \documentclass[leqno,a4paper]{article}
  2. \usepackage[utf8]{inputenc}
  3. \usepackage[spanish,english,es-tabla]{babel}
  4. \usepackage{amsmath}
  5. \usepackage{amsfonts}
  6. \usepackage{amsthm}
  7. \usepackage[left=2.5cm,right=2.5cm,top=2.5cm,bottom=2cm]{geometry}
  8. \usepackage{titlesec}
  9. \usepackage{graphicx}
  10. %\usepackage{auto-pst-pdf}
  11. \usepackage{makeidx}
  12. \usepackage{boxedminipage}
  13.  
  14. \graphicspath{
  15.  {.}
  16.  {figuras/}
  17.  {figuras/texfiles/}
  18.  {figuras/epsfiles/}
  19. }
  20. \makeatletter
  21. \def\input@path{{figuras/}{figuras/texfiles/}}
  22. \makeatother
  23.  
  24. \titleformat*{\section}{\Large\scshape\centering}
  25. \titleformat*{\subsection}{\large\scshape}
  26. \titleformat{\part}[display]
  27.   {\LARGE\scshape\centering}
  28.   {}
  29.   {0em}
  30.   {}
  31.  
  32. \numberwithin{equation}{section}
  33. \date{}
  34. \begin{document}
  35. \section{Introducción}
  36. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement