Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. documentclass[10pt,english]{article}
  2. usepackage{amsfonts}
  3. usepackage{infocomp}
  4. usepackage{times}
  5. usepackage{amsmath}
  6. documentclass{article}
  7. usepackage{graphicx}
  8. usepackage{amssymb}
  9. usepackage[T1]{fontenc}
  10. usepackage[english]
  11. usepackage{multirow}
  12. usepackage{lscape}
  13. usepackage{rotating}
  14. usepackage{setspace}
  15. usepackage[table,xcdraw]{xcolor}
  16. usepackage{scalefnt}
  17. usepackage{graphicx}
  18. usepackage{hyperref}
  19. usepackage{subfigure}
  20. usepackage{enumerate}
  21. usepackage{caption}
  22. usepackage[sort,compress]{cite}
  23.  
  24. def@maketitle{newpage
  25. null
  26. begin{center}
  27. vglue -6pt
  28. {Largetextsf{textbf{@title}}par}
  29. vglue 12pt plus 6pt minus 3pt
  30. {normalsizesc
  31. begin{tabular}[t]{c}@authorend{tabular}par}
  32. vglue 12pt plus 6pt minus 3pt
  33. {normalsize
  34. begin{tabular}[t]{c}@addressend{tabular}par}
  35. vglue 18pt plus 12pt minus 6pt
  36. % vspace{1cm}
  37. % {Largetextsf{textbf{@englishtitle}}par}
  38. % comment this line if the article does not have an abstract in English
  39. % {quotationnoindent{bf Resumo. }@resumoendquotation} % COMMENT THIS LINE
  40. % {quotationnoindent{bf Palavras-chaves: }@palchavesendquotation} % AND THIS LINE
  41. {quotationnoindent{bf Abstract. }@abstractendquotation}
  42.  
  43. % comment this line if the article does not have keywords in English
  44. {quotationnoindent{bf Keywords: }@keywordsendquotation}
  45. % vspace{1cm}(Received @receivedate~ / Accepted @acceptdate)
  46. end{center}par
  47. vskip 12pt}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement