Guest User

Untitled

a guest
Dec 22nd, 2017
326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. documentclass[preprint,12pt]{elsarticle}
  2. usepackage{epsfig}
  3. usepackage{subcaption}
  4. captionsetup{compatibility=false}
  5. %% The amssymb package provides various useful mathematical symbols
  6. usepackage{amssymb}
  7. usepackage{mathptmx}
  8. usepackage{amsmath}
  9. newtheorem{thm}{Theorem}
  10. newproof{pf}{Proof}
  11. DeclareMathOperator*{argmin}{arg,min}
  12. DeclareMathOperator{sign}{sign}
  13. journal{X}
  14.  
  15. begin{document}
  16.  
  17. begin{frontmatter}
  18.  
  19. title{The title of the paper are placed here}
  20.  
  21.  
  22. author{author1}
  23. ead{author1_ family@yahoo.com}
  24.  
  25. author{author2corref{cor}}
  26. ead{author2@yahoo.com}
  27.  
  28. author{author3}
  29. ead{author3@yahoo.com}
  30.  
  31. address{The affiliations and adresses}
  32. cortext[cor]{Corresponding author}
  33.  
  34. begin{abstract}
  35. %% Text of abstract
  36. Some text are presented here.
  37. end{abstract}
  38.  
  39. begin{keyword}
  40. %% keywords here, in the form: keyword sep keyword
  41. Keyword1 sep Keyword2 sep Keyword3
  42.  
  43. end{keyword}
  44.  
  45. end{frontmatter}
  46.  
  47. section{Introduction}
  48. label{intro}
  49. Introduction goes here.
  50.  
  51. bibliographystyle{elsarticle-num}
  52. bibliography{Bibiliography}
  53. end{document}
Add Comment
Please, Sign In to add comment