Guest User

Untitled

a guest
Jan 23rd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. if@twocolumnelseinput twocolumn.styfi
  2. usepackage{mathptmx} % times roman, including math (where possible)
  3.  
  4. def@maketitle{
  5. % vskip -4.5cm
  6. vbox to 2.5in{
  7. vspace*{fill}
  8. vskip 2em
  9. begin{center}%
  10. {Largebf @title par}%
  11. vskip 0.375in minus 0.300in
  12. {largeit
  13. lineskip .5em
  14. begin{tabular}[t]{c}@author
  15. end{tabular}par}%
  16. end{center}%
  17. par
  18. vspace*{fill}
  19. }
  20. %vskip -2.5cm
  21. }
  22.  
  23. defabstract{begin{center}%
  24. {largebf abstractnamevspace{-.5em}vspace{z@}}%
  25. end{center}}
  26. defendabstract{}
  27.  
  28. defsection{@startsection {section}{1}{z@}{-3.5ex plus-1ex minus
  29. -.2ex}{2.3ex plus.2ex}{reset@fontlargebf}}
  30.  
  31. documentclass[letterpaper,twocolumn,10pt]{article}
  32. usepackage{sample1,epsfig,endnotes}
  33. begin{document}
  34.  
  35. title{Large bf Wonderful : A Terrific Application and Fascinating Paper}
  36.  
  37. %vskip -4.5cm
  38. maketitle
  39. %vskip -2.5cm
  40.  
  41. thispagestyle{empty}
  42.  
  43. subsection*{Abstract}
  44. Your Abstract Text Goes Here.
  45.  
  46. section{Introduction}
  47.  
  48. end{document}
Add Comment
Please, Sign In to add comment