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
- Host: GitHub
- URL: https://github.com/sifis-home/wp2-documents
- Owner: sifis-home
- Created: 2021-02-01T12:39:54.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-17T16:39:13.000Z (about 2 years ago)
- Last Synced: 2025-01-13T06:44:11.762Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 3.22 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)