Advertisement
Guest User

Untitled

a guest
Aug 21st, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. documentclass[twocolumn]{article}
  2. usepackage[fontsize=12pt,baseline=14.4pt]{grid}
  3. usepackage[top=25mm, bottom=25mm,left=40mm, right=25mm]{geometry}
  4. setlength{columnsep}{20pt}
  5. usepackage{ragged2e}
  6. usepackage{blindtext}
  7. usepackage{setspace}
  8.  
  9. doublespacing
  10.  
  11. begin{document}
  12. section{Blah! Blah!}
  13. blindtext
  14. parsinglespacing
  15. begin{quotation}
  16. noindent This is direct, displayed quotation or verbatim word-to-word copy from referenced material, when I am too lazy to paraphrase. This is done when the words exceed 40 words or so, but bfseries{I want this to be singlespaced}.
  17. end{quotation}
  18. pardoublespacing
  19. blindtext
  20. section{Another Blurb}
  21. blindtext
  22. parsinglespacing
  23. begin{gridenv}
  24. begin{eqnarray}
  25. frac{sum^X_Y}{prod'_C} = x'' + y^{2} + z_{i}^{n}label{eq1}\
  26. frac{int^sum}{int_prod'} = x'' + y^{2} + z_{i}^{n}label{eq2}
  27. end{eqnarray}
  28. end{gridenv}
  29. pardoublespacing
  30. blindtext
  31. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement