Guest User

Untitled

a guest
Dec 19th, 2017
624
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 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. journal{X}
  12.  
  13. begin{document}
  14. begin{frontmatter}
  15. title{Something as a title}
  16. author{Someone}
  17. ead{someone@gmail.com}
  18. address{}
  19.  
  20. begin{abstract}
  21. %% Text of abstract
  22. end{abstract}
  23.  
  24. begin{keyword}
  25. %% keywords here, in the form: keyword sep keyword
  26. Keyword1 sep Keyword2 sep Keyword3 sep Keyword4
  27. %% PACS codes here, in the form: PACS code sep code
  28.  
  29. %% MSC codes here, in the form: MSC code sep code
  30. %% or MSC[2008] code sep code (2000 is the default)
  31.  
  32. end{keyword}
  33.  
  34. end{frontmatter}
  35.  
  36. %% main text
  37. section{Introduction}
  38. label{}
  39. Here goes introduction of the paper
  40.  
  41. bibliographystyle{elsarticle-num}
  42. bibliography{Bibiliography}
  43.  
  44. end{document}
  45. endinput
  46. %% End of file `elsarticle-template-num.tex'.
  47.  
  48. documentclass[preprint,12pt]{elsarticle}
  49. usepackage{epsfig}
  50. usepackage{subcaption}
  51. captionsetup{compatibility=false}
  52. %% The amssymb package provides various useful mathematical symbols
  53. usepackage{amssymb}
  54. usepackage{mathptmx}
  55. usepackage{amsmath}
  56. newtheorem{thm}{Theorem}
  57. newproof{pf}{Proof}
  58. journal{X}
  59.  
  60. begin{document}
  61. begin{frontmatter}
  62. title{Something as a title}
  63. author{Abbas Karamali Ravandi}
  64. ead{abbas_karamali@gmail.com}
  65. address{}
  66.  
  67. begin{abstract}
  68. %% Text of abstract
  69. end{abstract}
  70.  
  71. begin{keyword}
  72. %% keywords here, in the form: keyword sep keyword
  73. Keyword1 sep Keyword2 sep Keyword3 sep Keyword4
  74. %% PACS codes here, in the form: PACS code sep code
  75.  
  76. %% MSC codes here, in the form: MSC code sep code
  77. %% or MSC[2008] code sep code (2000 is the default)
  78.  
  79. end{keyword}
  80.  
  81. end{frontmatter}
  82.  
  83. %% linenumbers
  84.  
  85. %% main text
  86. section{Introduction}
  87. label{}
  88. Here goes introduction of the paper
  89.  
  90. bibliographystyle{elsarticle-num}
  91. bibliography{Bibiliography}
  92.  
  93. end{document}
  94.  
  95. defead{@ifnextchar[{@uad}{@ead}}
  96. gdef@ead#1{bgroup%
  97. def_{stringunderscorecharspace}% % <--- crucial
  98. def{{stringlbracecharspace}%
  99. def~{hashcharspace}%
  100. def}{stringrbracecharspace}%
  101. edeftmp{the@eadauthor}
  102. immediatewrite@auxout{stringemailauthor
  103. {#1}{expandafterstrip@prefixmeaningtmp}}%
  104. egroup
  105. }
  106. newcounter{ead}
  107. gdefemailauthor#1#2{stepcounter{ead}%
  108. g@addto@macro@elseads{raggedright%
  109. letcorref@gobble
  110. eadseptexttt{#1} (#2)%
  111. defeadsep{unskip,space}}%
  112. }
  113.  
  114. ead{abbas_karamali@gmail.com}
Add Comment
Please, Sign In to add comment