-
Notifications
You must be signed in to change notification settings - Fork 3
/
meta.yaml
119 lines (117 loc) · 3.79 KB
/
meta.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
---
## required meta-data -------------------------------------
output: example
title: markdown-memo example document
titleshort: markdown-memo example document
subtitle: make writing easier and more productive
authorshort: R. Reece and J. Coauthor
author1: Ryan Reece
email1: [email protected]
homepage1: http://rreece.github.io
affiliation1: University of California, Santa Cruz
author2: Jane Coauthor
email2: [email protected]
homepage2: http://jane.blah.com
affiliation2: Joe University
#author3: Joe Coauthor
#email3: [email protected]
#homepage3: http://joe.blah.com
#affiliation3: Joe University
author:
- |
[Ryan Reece](http://rreece.github.io/)[^ReeceSCIPP]
[^ReeceSCIPP]: University of California, Santa Cruz / <[email protected]> / <http://rreece.github.io>
- |
Jane Coauthor[^Jane]
[^Jane]: Joe University, Joeville / <[email protected]> / <http://jane.joe.edu>
# - |
# Joe Coauthor[^Joe]
#
# [^Joe]: Joe University, Joeville / <[email protected]> / <http://joe.joe.edu>
date: \today
#date: 'January 1, 2017'
docid: EXAMPLE-DOC-000 # arXiv:1606.09150 # ATLAS-COM-PHYS-2010-200
draft: true
#license: ''
#license: '© 2015-2021 [Ryan Reece](http://rreece.github.io/). All rights reserved.'
license: '<span class="copy-left">©</span> 2015-2021 [Ryan Reece](http://rreece.github.io/). Licensed for sharing under [CC-BY-4.0](http://creativecommons.org/licenses/by/4.0/).'
dorefs: true
submitted: ''
#submitted: 'Submitted to My Favorite Journal'
#submitted: 'Journal reference: *Phys. Rev. D 92*, 072001 (2015)'
## optional -----------------------------------------------
abstract: |
This is an example document discussing and demonstrating
how to use the markdown-memo package,
meant to aid quick development of quality html and pdf
documents from simple Markdown markup.
Markdown-memo is developed by Ryan Reece at
[https://github.com/rreece/markdown-memo](https://github.com/rreece/markdown-memo).
keywords: academic writing, blogging, digital humanities, LaTeX, Markdown, open publishing, open science, productivity, technical writing, typesetting, writing
citation-style: templates/apa-no-doi-no-issue-with-notes.csl
figureTitle: "Figure"
tableTitle: "Table"
figPrefix: "Figure"
eqnPrefix: "eq."
secPrefix: "Section"
tblPrefix: "Table"
## html options -------------------------------------------
css:
- 'templates/markdown-memo.css'
# - 'https://use.fontawesome.com/releases/v5.2.0/css/all.css'
email: '<img class="email" src="img/my-email.png" alt="my email address"/>'
#email: '<img class="email" src="img/my-email-alt.png" alt="my email address"/>'
#disqus_shortname: 'my-sites-disqus-name'
#description: 'Write a description of this page.'
favicon: 'img/markdown-favicon-196x196.png'
#google_analytics_tracking_id: 'UA-XXXXXXXX-X'
mathjax: true
navigation: true
#thumbnail: 'http://rreece.github.io/sw/markdown-memo/img/ATLAS-local-p0-vs-mH.png'
## pdflatex options ---------------------------------------
documentclass: 'article'
#documentclass: 'revtex4-1'
revtex: false
classoption:
# - 'a4paper'
- 'letterpaper'
- 'openany'
- 'twoside'
## revtex options ##
# - 'aps'
# - 'prl'
## - 'aip'
## - 'apl'
## - 'twocolumn'
# - 'preprint'
## - 'reprint'
# - 'nofootinbib'
# - 'superscriptaddress'
# - 'showkeys'
#extrapackages:
# - 'jheppub'
fancyhdr: true
fontsize: '11pt'
fontfamily: 'mathpazo'
geometry:
- 'paperwidth=8.5in'
- 'paperheight=11in'
- 'top=1in'
- 'bottom=1in'
- 'left=1.25in'
- 'right=1.25in'
- 'headheight=14pt'
- 'headsep=14pt'
hyperref: true
jhep: false
#linestretch: '1.1'
lof: false
lot: false
maketitle: true
numbersections: true
parskip: '11pt'
secnewpage: false
#spacing: '1.2'
toc: true
tocdepth: 3
...