Advertisement
aidanhorn

Column break in multicols environment

Jul 13th, 2016
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 1.24 KB | None | 0 0
  1. \documentclass[11pt]{article}
  2. \usepackage[a5paper, twoside, hscale=0.86, hmarginratio=2:1, vscale=0.93, vmarginratio=1:2]{geometry}
  3. \setlength{\footskip}{18pt}
  4.  
  5. \usepackage{multicol}
  6. \setlength{\columnsep}{2em}
  7.  
  8. \usepackage{verse}
  9. \setlength{\leftmargini}{0em}
  10. \setlength{\vindent}{1.5em}
  11.  
  12. \begin{document}
  13. \begin{multicols}{2}
  14. \begin{verse}
  15. We praise Thee for the light\\
  16. That floats on sea and hill,\\
  17. Th'unstinted wealth of joy and health\\
  18. With which our pulses thrill:\\
  19. O may the light of heaven\\
  20. In us enkindled be,\\
  21. Heaven's glory `roll from soul to soul'\\
  22. And make us strong for thee.
  23.  
  24. We thank Thee for the grace\\*
  25. In friend and brother found;\\*
  26. For human love that points above\\*
  27. To where All Love is crowned:\\*
  28. O may such friendship here\\*
  29. To us thy sons be given\\*
  30. As shall endure, deep, fair, and pure,\\*
  31. Till all be one in heaven.
  32.  
  33. But most we bless Thee, Lord,\\
  34. That here Thy Spirit's breath\\
  35. Blows clear and strong to baffle wrong\\
  36. And win our lives from death:\\
  37. O may each heart accept\\
  38. The entrance of Thy power,\\
  39. And take Thee hence for sure defence\\
  40. And help in evil hour.
  41.  
  42. \vfill % I want the blank space to be at the end of the second column.
  43.  
  44. \end{verse}
  45. \end{multicols}
  46. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement