Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2015
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. section*{Towards a Unified Theory on Brontosauruses}nopagebreak
  2. vspace{-0.35em}noindent{large Anne Elk}\[0.7em]nopagebreak
  3. nopagebreak All brontosauruses are thin at one end, much, much thicker
  4. in the middle, and then thin again at the far end. […]
  5.  
  6. vspace{0.8em}
  7.  
  8. documentclass{article}
  9.  
  10. usepackage{lipsum}
  11.  
  12. setcounter{secnumdepth}{-2} % no section is numbered
  13.  
  14. begin{document}
  15.  
  16. linepar
  17. linepar
  18. linepar
  19. linepar
  20. linepar
  21. lipsum[1-4]
  22.  
  23. section{Towards a Unified Theory on Brontosauruses}
  24. vspace{-0.35em}
  25. noindent{large Anne Elk}\*[0.7em]
  26. All brontosauruses are thin at one end, much, much thicker
  27. in the middle, and then thin again at the far end.
  28.  
  29. vspace{0.8em}
  30.  
  31. lipsum[3]
  32.  
  33. end{document}
  34.  
  35. newenvironment{conferenceabstract}[2]
  36. {section{#1}vspace{-0.35em}noindent{large #1}\*[0.7em]}
  37. {parvspace{0.8cm}}
  38.  
  39. begin{conferenceabstract}
  40. {Towards a Unified Theory on Brontosauruses}
  41. {Anne Elk}
  42. All brontosauruses are thin at one end, much, much thicker
  43. in the middle, and then thin again at the far end.
  44. end{conferenceabstract}
  45.  
  46. The full text follows
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement