Guest User

Untitled

a guest
Feb 25th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. documentclass[preprint,12pt]{elsarticle}
  2. %usepackage{hyperref}
  3.  
  4. journal{Test Journal}
  5. begin{document}
  6. begin{frontmatter}
  7. title{The Title}
  8. author{Prof. Big Ol' Wanker}
  9. address{123 Happy Lane}
  10. begin{abstract}
  11. TEXT
  12. end{abstract}
  13. begin{keyword}
  14. keyword 1 sep keyword 2 sep keyword 3
  15. end{keyword}
  16. end{frontmatter}
  17.  
  18. section{SECTION1TEST}
  19. noindent cite: cite{Richards1931} \
  20. citep: citep{Richards1931} \
  21. citet: citet{Richards1931} \
  22.  
  23. bibliography{library}
  24. bibliographystyle{elsarticle-num-names}
  25.  
  26. end{document}
  27.  
  28. @article{Richards1931,
  29. author = {Richards, LA},
  30. doi = {10.1063/1.1745010},
  31. file = {:D$backslash$:/Papers/Richards - 1931 - Capillary Conduction of Liquids Through Porous Mediums - Journal of Applied Physics.pdf:pdf},
  32. issn = {01486349},
  33. journal = {Journal of Applied Physics},
  34. pages = {318},
  35. title = {{Capillary Conduction of Liquids Through Porous Mediums}},
  36. url = {http://scitation.aip.org/content/aip/journal/jap/1/5/10.1063/1.1745010},
  37. volume = {1},
  38. year = {1931}
  39. }
  40.  
  41. documentclass{elsarticle}
  42.  
  43. usepackage{hyperref}
  44.  
  45. makeatletter
  46. providecommand{doi}[1]{%
  47. begingroup
  48. letbibinfo@secondoftwo
  49. urlstyle{rm}%
  50. href{http://dx.doi.org/#1}{%
  51. doi:discretionary{}{}{}%
  52. nolinkurl{#1}%
  53. }%
  54. endgroup
  55. }
  56. makeatother
Add Comment
Please, Sign In to add comment