Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. % arara: pdflatex
  2. documentclass[10pt,twocolumn]{article}
  3. usepackage[margin=0.5in]{geometry}
  4. usepackage[T1]{fontenc}
  5. usepackage[utf8]{inputenc}
  6. usepackage{amstext}
  7. usepackage{amssymb}
  8. usepackage{multirow}
  9. usepackage{amsmath,amssymb}
  10. usepackage{verbatim}
  11. usepackage{authblk}
  12. usepackage{setspace}
  13. renewcommand{familydefault}{sfdefault}
  14. usepackage{helvet}
  15.  
  16. begin{document}
  17. large
  18. title{Title}
  19. scriptsize
  20. vspace{8 pt}
  21. setstretch{0.1}
  22. author[1]{Author 1}
  23. author[2]{Author 2}
  24. author[3]{Author 3}
  25. author[4]{Author 4}
  26. author[5]{Author 5}
  27. author[1]{Author 6}
  28. author[1]{Author 7}
  29. author[1]{Author 8}
  30. author[1]{Author 9}
  31. author[1]{Author 10}
  32. author[1]{Author 11}
  33. author[1]{Author 12}
  34. author[1]{Author 13}
  35. author[1]{Author 14}
  36. author[1]{Author 15}
  37. author[1]{Author 16}
  38. author[1]{Author 17}
  39. author[1]{Author 18}
  40. author[1]{Author 19}
  41. author[1]{Author 20}
  42. affil[1]{Affiliation 1}
  43. affil[2]{Affiliation 2}
  44. affil[3]{Affiliation 3}
  45. affil[4]{Affiliation 4}
  46. affil[5]{Affiliation 5}
  47. date{}
  48. {letclearpagerelax%
  49. maketitle }
  50. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement