skeleton.Rmd 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. ---
  2. title: Short Paper
  3. author:
  4. - name: Alice Anonymous
  5. email: [email protected]
  6. affiliation: Some Institute of Technology
  7. footnote: Corresponding Author
  8. - name: Bob Security
  9. email: [email protected]
  10. affiliation: Another University
  11. address:
  12. - code: Some Institute of Technology
  13. address: Department, Street, City, State, Zip
  14. - code: Another University
  15. address: Department, Street, City, State, Zip
  16. abstract: |
  17. This is the abstract.
  18. It consists of two paragraphs.
  19. journal: "An awesome journal"
  20. date: "`r Sys.Date()`"
  21. bibliography: mybibfile.bib
  22. output: rticles::elsevier_article
  23. ---
  24. _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)_
  25. The Elsevier article class
  26. ==========================
  27. #### Installation
  28. If the document class *elsarticle* is not available on your computer,
  29. you can download and install the system package *texlive-publishers*
  30. (Linux) or install the LaTeX package *elsarticle* using the package
  31. manager of your TeX installation, which is typically TeX Live or MikTeX.
  32. #### Usage
  33. Once the package is properly installed, you can use the document class
  34. *elsarticle* to create a manuscript. Please make sure that your
  35. manuscript follows the guidelines in the Guide for Authors of the
  36. relevant journal. It is not necessary to typeset your manuscript in
  37. exactly the same way as an article, unless you are submitting to a
  38. camera-ready copy (CRC) journal.
  39. #### Functionality
  40. The Elsevier article class is based on the standard article class and
  41. supports almost all of the functionality of that class. In addition, it
  42. features commands and options to format the
  43. - document style
  44. - baselineskip
  45. - front matter
  46. - keywords and MSC codes
  47. - theorems, definitions and proofs
  48. - lables of enumerations
  49. - citation style and labeling.
  50. Front matter
  51. ============
  52. The author names and affiliations could be formatted in two ways:
  53. (1) Group the authors per affiliation.
  54. (2) Use footnotes to indicate the affiliations.
  55. See the front matter of this document for examples. You are recommended
  56. to conform your choice to the journal you are submitting to.
  57. Bibliography styles
  58. ===================
  59. There are various bibliography styles available. You can select the
  60. style of your choice in the preamble of this document. These styles are
  61. Elsevier styles based on standard styles like Harvard and Vancouver.
  62. Please use BibTeX to generate your bibliography and include DOIs
  63. whenever available.
  64. Here are two sample references: @Feynman1963118 [@Dirac1953888].
  65. References {#references .unnumbered}
  66. ==========