https://github.com/colcarroll/reveal_to_essay
https://github.com/colcarroll/reveal_to_essay
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/colcarroll/reveal_to_essay
- Owner: ColCarroll
- Created: 2017-12-02T20:22:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-02T20:23:05.000Z (over 8 years ago)
- Last Synced: 2025-01-30T08:29:30.157Z (over 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Revealjs to Essay
=================
A helper library to turn revealjs slides into an essay skeleton.
See [here](https://github.com/hakimel/reveal.js/#instructions-1) for exporting to pdf. Roughly,
add ?print-pdf to the url (for example, http://localhost:8000/?print-pdf), then use the system
print interface to make a pdf.
After that:
```
brew install poppler
git clone https://github.com/ColCarroll/reveal_to_essay.git
cd reveal_to_essay
pip install click
python reveal_to_essay.py --out-dir ~/cool_talk --pdf-name ~/Desktop/cooltalk_slides/cool.pdf
```
Uses `poppler` to convert pdfs to pngs. See
[this talk](https://colcarroll.github.io/hamiltonian_monte_carlo_talk/bayes_talk.html)
for what the template looks like.