Advertisement
frentzy

Untitled

Apr 16th, 2018
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. \documentclass[11pt,a4paper]{article}
  2.  
  3.  
  4. \usepackage[english]{babel}
  5. \usepackage{blindtext}
  6. \usepackage{geometry}
  7. \usepackage{lipsum}
  8. \geometry{
  9. a4paper,
  10. total={170mm,257mm},
  11. left=20mm,
  12. top=20mm,
  13. }
  14.  
  15.  
  16. %\date{\today}
  17.  
  18. \begin{document}
  19.  
  20. \title{ \textbf{ Un titlu remarcabil de unic}}
  21. \author{ Frentescu Stefan}
  22. \maketitle
  23.  
  24. \abstract
  25. \noindent \blindtext
  26. }
  27. \section{Section 1}
  28. \lipsum
  29. \section{Section 2}
  30. \lipsum
  31. \section{Section 3}
  32. \lipsum
  33.  
  34.  
  35. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement