paper.md (546B)
1 --- 2 title: | 3 This is a multiline title... 4 ...and here's the second line! 5 subtitle: 'I''ve got a subtitle too.' 6 author: 7 - First author 8 - Second author 9 10 fontsize: 12pt 11 12 csl: https://www.zotero.org/styles/ieee 13 bibliography: 14 - references.bib 15 16 link-citations: true 17 18 geometry: 19 - a4paper 20 - left=1in 21 - right=1in 22 - top=1in 23 - bottom=1in 24 25 header-includes: 26 \usepackage{fancyhdr} 27 \pagestyle{fancyplain} 28 \rhead{\textit{Subject}} 29 --- 30 \maketitle 31 32 I can also cite stuff, like this sample 'article' [@author2001]. 33 34 # References 35 ::: {#refs} 36 :::