skeleton.Rmd 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. ---
  2. title: Title here
  3. subtitle: Do you have a subtitle? If so, write it here
  4. titlerunning: Short form of title (if too long for head)
  5. authorrunning: Short form of author list if too long for running head
  6. thanks: |
  7. Grants or other notes about the article that should go on the front
  8. page should be placed here. General acknowledgments should be placed at the
  9. end of the article.
  10. authors:
  11. - name: Äüthör 1
  12. address: Department of YYY, University of XXX
  13. email: abc@def
  14. - name: Âuthóř 2
  15. address: Department of ZZZ, University of WWW
  16. email: djf@wef
  17. keywords:
  18. - key
  19. - dictionary
  20. - word
  21. #PACS:
  22. #- PAC1
  23. #- superPAC
  24. MSC:
  25. - MSC code 1
  26. - MSC code 2
  27. abstract: |
  28. The text of your abstract. 150 -- 250 words.
  29. bibliography: bibliography.bib
  30. output: rticles::springer_article
  31. ---
  32. # Introduction {#intro}
  33. Your text comes here. Separate text sections with
  34. # Section title {#sec:1}
  35. Text with citations by @Galyardt14mmm, [@Mislevy06Cog].
  36. ## Subsection title {#sec:2}
  37. as required. Don't forget to give each section
  38. and subsection a unique label (see Sect. \ref{sec:1}).
  39. #### Paragraph headings
  40. Use paragraph headings as needed.
  41. \begin{align}
  42. a^2+b^2=c^2
  43. \end{align}
  44. # References