Advertisement
Guest User

GarciaPL

a guest
Jul 16th, 2013
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 1.61 KB | None | 0 0
  1. \documentclass[11pt]{article}
  2.  
  3. \usepackage[english]{babel}
  4. \usepackage{polski}
  5. \usepackage[cp1250]{inputenc}
  6. \usepackage[none]{hyphenat}
  7. \usepackage{graphicx}
  8.  
  9. \begin{document}
  10.  
  11. \begin{titlepage}
  12.  
  13. \newcommand{\HRule}{\rule{\linewidth}{0.5mm}} % Defines a new command for the horizontal lines, change thickness here
  14.  
  15. \center % Center everything on the page
  16.  
  17. %----------------------------------------------------------------------------------------
  18. %   HEADING SECTIONS
  19. %----------------------------------------------------------------------------------------
  20.  
  21. %\textsc{\LARGE Dane rachunku bankowego}\\[1.5cm] % Name of your university/college
  22. %\textsc{\Large Major Heading}\\[0.5cm] % Major heading such as course name
  23. %\textsc{\large Minor Heading}\\[0.5cm] % Minor heading such as course title
  24.  
  25. %----------------------------------------------------------------------------------------
  26. %   TITLE SECTION
  27. %----------------------------------------------------------------------------------------
  28.  
  29. \HRule \\[0.7cm]
  30. { \huge \bfseries Company Name}\\[0.4cm]
  31. \HRule \\[0.9cm]
  32.  
  33. %----------------------------------------------------------------------------------------
  34. %   AUTHOR SECTION
  35. %----------------------------------------------------------------------------------------
  36.  
  37. \large\emph{Details About Company}\\\vspace{0.5cm}
  38. \large\emph{Facebook.com/CompanyPage }\\\vspace{0.5cm}
  39. \large\emph{Twitter.com/CompanyPage}\\\vspace{0.5cm}
  40.  
  41. %----------------------------------------------------------------------------------------
  42.  
  43. \vfill % Fill the rest of the page with whitespace
  44.  
  45. \end{titlepage}
  46. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement