Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alexkalderimis/tech-talk-citeproc


https://github.com/alexkalderimis/tech-talk-citeproc

Last synced: 20 days ago
JSON representation

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)
- npm

Then install `reveal.js`:

```
npm install
```

Then `make` the slides:

```
make
```