Advertisement
Guest User

Untitled

a guest
Dec 5th, 2019
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.53 KB | None | 0 0
  1. ---
  2. title: Short Paper
  3. author:
  4. - name: Alice Anonymous
  5. affiliation: Some Institute of Technology
  6. footnote: 1
  7. - name: Bob Security
  8. affiliation: Another University
  9. - name: Cat Memes
  10. affiliation: Another University
  11. footnote: 2
  12. - name: Derek Zoolander
  13. affiliation: Some Institute of Technology
  14. footnote: 2
  15. address:
  16. - code: Some Institute of Technology
  17. address: Department, Street, City, State, Zip
  18. - code: Another University
  19. address: Department, Street, City, State, Zip
  20. footnote:
  21. - code: 1
  22. text: "Corresponding Author"
  23. - code: 2
  24. text: "Equal contribution"
  25. abstract: |
  26. This is the abstract.
  27.  
  28. It consists of two paragraphs.
  29. journal: "An awesome journal"
  30. date: "`r Sys.Date()`"
  31. bibliography: mybibfile.bib
  32. #linenumbers: true
  33. #numbersections: true
  34. csl: elsevier-harvard.csl
  35. output: rticles::elsevier_article
  36. ---
  37.  
  38.  
  39. _Text based on elsarticle sample manuscript, see [http://www.elsevier.com/author-schemas/latex-instructions#elsarticle](http://www.elsevier.com/author-schemas/latex-instructions#elsarticle)_
  40.  
  41.  
  42. The Elsevier article class
  43. ==========================
  44.  
  45. #### Installation
  46.  
  47. If the document class *elsarticle* is not available on your computer,
  48. you can download and install the system package *texlive-publishers*
  49. (Linux) or install the LaTeX package *elsarticle* using the package
  50. manager of your TeX installation, which is typically TeX Live or MikTeX.
  51.  
  52. #### Usage
  53.  
  54. Once the package is properly installed, you can use the document class
  55. *elsarticle* to create a manuscript. Please make sure that your
  56. manuscript follows the guidelines in the Guide for Authors of the
  57. relevant journal. It is not necessary to typeset your manuscript in
  58. exactly the same way as an article, unless you are submitting to a
  59. camera-ready copy (CRC) journal.
  60.  
  61. #### Functionality
  62.  
  63. The Elsevier article class is based on the standard article class and
  64. supports almost all of the functionality of that class. In addition, it
  65. features commands and options to format the
  66.  
  67. - document style
  68.  
  69. - baselineskip
  70.  
  71. - front matter
  72.  
  73. - keywords and MSC codes
  74.  
  75. - theorems, definitions and proofs
  76.  
  77. - lables of enumerations
  78.  
  79. - citation style and labeling.
  80.  
  81. Front matter
  82. ============
  83.  
  84. The author names and affiliations could be formatted in two ways:
  85.  
  86. (1) Group the authors per affiliation.
  87.  
  88. (2) Use footnotes to indicate the affiliations.
  89.  
  90. See the front matter of this document for examples. You are recommended
  91. to conform your choice to the journal you are submitting to.
  92.  
  93. Bibliography styles
  94. ===================
  95.  
  96. There are various bibliography styles available. You can select the
  97. style of your choice in the preamble of this document. These styles are
  98. Elsevier styles based on standard styles like Harvard and Vancouver.
  99. Please use BibTeX to generate your bibliography and include DOIs
  100. whenever available.
  101.  
  102. Here are two sample references: @Feynman1963118 [@Dirac1953888].
  103.  
  104. References {#references .unnumbered}
  105. ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement