Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexkalderimis/tech-talk-citeproc
https://github.com/alexkalderimis/tech-talk-citeproc
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexkalderimis/tech-talk-citeproc
- Owner: alexkalderimis
- License: bsd-3-clause
- Created: 2015-10-26T10:11:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-05T14:47:05.000Z (about 9 years ago)
- Last Synced: 2024-04-09T22:22:41.421Z (10 months ago)
- Language: Makefile
- Size: 0 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tech Talk on Citeproc Processing
This project hosts the slides for Alex' tech talk about CSL and Citeproc
processing, given on 27th October 2015.## Generating the Presentation
You will need the following ingredients:
- pandoc (available at all speciality retailers)
- npmThen install `reveal.js`:
```
npm install
```Then `make` the slides:
```
make
```