-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.yaml
36 lines (30 loc) · 1.31 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
---
title: Project Proposal
subtitle: >
Accessible, open source constituent relationship and
service program management system for blindness organizations
author:
- Aser Tolentino
- Attila Gulyas
org: Society For The Blind
date: September 30, 2017
# I found the biblatex style the most straight-forward but the standard
# pandoc citation style messy so using a .bib file to keep the bibliography
# but use a Zotero csl to format it. The only hitch is that it .bib needs
# manual formatting to CSL JSON but fortunately `pandoc-citeproc --bib2json`
# does that
#
# pandoc-citeproc --bib2json bibliography.bib > bibliography.json
#
# TODO:
# 1. create issue at pandoc on github (feature request)
# 2. write a small package to create proposals
bibliography: slate2_proposal.json
csl: ieee-with-url.csl
link-citations: true
urlcolor: blue
# The current build command so far:
# pandoc --smart --standalone --self-contained --table-of-contents --bibliography bibliography.json --filter pandoc-citeproc --csl ieee-with-url.csl slate2_proposal.md meta.yaml -o output/out.pdf
### old command
# pandoc --smart --standalone --table-of-contents --bibliography bibliography.json --filter pandoc-citeproc --csl ieee-with-url.csl slate2_proposal.md meta.yaml -o output/out.pdf
...