Guest User

Untitled

a guest
Mar 22nd, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. documentclass[]{article}
  2. usepackage{lipsum}
  3. usepackage{multicol}
  4. begin{document}
  5. lipsum[1-4]
  6. begin{multicols}{2}
  7. %raggedcolumns
  8. lipsum[4]
  9. textbf{lipsum[5]}
  10. end{multicols}
  11. end{document}
Add Comment
Please, Sign In to add comment