An open API service indexing awesome lists of open source software.

https://github.com/sifis-home/wp2-documents

WP2 Deliverables and other documents
https://github.com/sifis-home/wp2-documents

Last synced: about 2 months ago
JSON representation

WP2 Deliverables and other documents

Awesome Lists containing this project

README

        

## WP2-Deliverables

This repository saves and renders the WP2 Deliverables and some other documents
into the `Docx` and `PDF` formats automatically.

To render documents, you need to install `pandoc` and `pandoc-citeproc` on your
operating system.

To have a bibliography, change the `.md` extension of your
`BiBTex` citations file to `bib`.

## Render PDF

```
pandoc --filter=pandoc-citeproc --standalone --csl citation-style.csl --bibliography bibliography.bib -o document.pdf document.md
```

## Render Docx

```
pandoc --filter=pandoc-citeproc --standalone --csl citation-style.csl --bibliography bibliography.bib -o document.docx document.md
```

## Citation Styles

[Zotero](https://www.zotero.org/styles)