Advertisement
kalakay

Paket Geometry

Sep 24th, 2017
442
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.22 KB | None | 0 0
  1. \documentclass[12pt]{article}
  2. \usepackage[svgnames]{xcolor}
  3.  
  4. \usepackage{geometry}
  5. \geometry{a4paper,margin=2cm,showframe}
  6.  
  7. \usepackage{lipsum}
  8.  
  9. \begin{document}
  10.  
  11. \color{MidnightBlue}\lipsum[1-6]
  12.  
  13. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement