Guest User

Untitled

a guest
Dec 11th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. documentclass[5p]{elsarticle}
  2.  
  3. usepackage{times}
  4.  
  5. % use to remove rules (top and bottom lines) of Abstract"
  6. usepackage{xpatch}
  7. xpatchcmd{MaketitleBox}{hrule}{}{}{}% remove first horizontal rule (above abstract)
  8. xpatchcmd{MaketitleBox}{hrule}{}{}{}% remoce second horizonral rule (below keywords)
  9.  
  10. begin{filecontents*}{mybibfile.bib}
  11. end{filecontents*}
  12. usepackage{lineno,hyperref}
  13.  
  14. %journal{Journal of LaTeX Templates}
  15.  
  16. bibliographystyle{elsarticle-num}
  17. %%%%%%%%%%%%%%%%%%%%%%%
  18.  
  19.  
  20. % use to remove footer " preprint submitted to elsevier"
  21. makeatletter
  22. defps@pprintTitle{%
  23. let@oddhead@empty
  24. let@evenhead@empty
  25. def@oddfoot{}%
  26. let@evenfoot@oddfoot}
  27. makeatother
  28.  
  29.  
  30. author{hariharancorref{cor1}*}
  31. address{normalfont{ Fukuoka, Japan\
  32. Email : hari.ac.jp }}
  33.  
  34. title{My title My title My title My title My title My title My title }
  35.  
  36. begin{document}
  37.  
  38. begin{frontmatter}
  39. begin{abstract}
  40. Some Some text text Some Some text text Some Some text text Some Some text text Some Some text text Some Some text text Some Some text text Some Some text text Some Some text text Some Some text text Some Some text text Some Some text text Some Some text text Some Some text text Some Some text text Some Some text text Some Some text text Some Some text text Some Some text text Some Some text text Some Some text text Some Some text text Some Some text text Some Some text text Some Some text text Some Some text text Some Some text text Some Some text text Some Some text text Some Some text text Some Some text text Some Some text text
  41. end{abstract}
  42.  
  43. end{frontmatter}
  44.  
  45. section{Introduction}
  46. Remove space between author affilioation and abstract in elsarticle class. Remove space between author affilioation and abstract in elsarticle class. Remove space between author affilioation and abstract in elsarticle class. Remove space between author affilioation and abstract in elsarticle class. Remove space between author affilioation and abstract in elsarticle class. Remove space between author affilioation and abstract in elsarticle class. Remove space between author affilioation and abstract in elsarticle class.
  47. end{document}
Add Comment
Please, Sign In to add comment