Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. % arara: pdflatex
  2. documentclass[10pt,twocolumn]{article}
  3. usepackage[margin=0.5in,showframe]{geometry}
  4. usepackage[T1]{fontenc}
  5. usepackage[utf8]{inputenc}
  6. usepackage{authblk}
  7. usepackage{setspace}
  8. renewcommand{familydefault}{sfdefault}
  9. usepackage{helvet}
  10. usepackage{lipsum}
  11.  
  12. makeatletter
  13. def@maketitle{%
  14. newpage
  15. null
  16. vskip 2em%
  17. begin{center}%
  18. let footnote thanks
  19. {LARGE @title par}%
  20. vskip 1.5em%
  21. {large
  22. lineskip .5em%
  23. begin{tabular}[t]{c}%
  24. baselineskip=12pt
  25. @author
  26. end{tabular}par}%
  27. vskip 1em%
  28. {large @date}%
  29. end{center}%
  30. par
  31. vskip 1.5em}
  32. makeatother
  33.  
  34. begin{document}
  35. large
  36. title{Title}
  37. scriptsize
  38. setstretch{0.1}
  39. author[1]{Author 1}
  40. author[2]{Author 2}
  41. author[3]{Author 3}
  42. author[4]{Author 4}
  43. author[5]{Author 5}
  44. author[1]{Author 6}
  45. author[1]{Author 7}
  46. author[1]{Author 8}
  47. author[1]{Author 9}
  48. author[1]{Author 10}
  49. author[1]{Author 11}
  50. author[1]{Author 12}
  51. author[1]{Author 13}
  52. author[1]{Author 14}
  53. author[1]{Author 15}
  54. author[1]{Author 16}
  55. author[1]{Author 17}
  56. author[1]{Author 18}
  57. author[1]{Author 19}
  58. author[1]{Author 20}
  59. author[1]{Author 21}
  60. author[1]{Author 22}
  61. author[1]{Author 23}
  62. author[1]{Author 24}
  63. author[1]{Author 25}
  64. author[1]{Author 26}
  65. author[1]{Author 27}
  66. author[1]{Author 28}
  67. author[1]{Author 29}
  68. affil[1]{Affiliation 1}
  69. affil[2]{Affiliation 2}
  70. affil[3]{Affiliation 3}
  71. affil[4]{Affiliation 4}
  72. affil[5]{Affiliation 5}
  73. date{}
  74. {letclearpagerelax%
  75. maketitle }
  76. lipsum[1-10]
  77. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement