Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akrabat/rst2pdf_example_presentation
Presentations with rst2pdf
https://github.com/akrabat/rst2pdf_example_presentation
Last synced: about 1 month ago
JSON representation
Presentations with rst2pdf
- Host: GitHub
- URL: https://github.com/akrabat/rst2pdf_example_presentation
- Owner: akrabat
- Created: 2013-01-07T16:44:52.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-10-23T08:05:25.000Z (about 7 years ago)
- Last Synced: 2024-10-17T04:41:21.018Z (3 months ago)
- Language: Makefile
- Homepage:
- Size: 1.59 MB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Presentations with rst2pdf
==========================1. Write your presentation in [rST](http://docutils.sourceforge.net/rst.html) format (presentation.rst)
2. Create appropriate syles (style-main.style in [RSON](http://code.google.com/p/rson/) format)
3. Generate PDF:$ make
4. rebuild on change:
$ make watch
That's it. I've also uploaded the [created PDF](http://akrabat.com/stuff/rst2pdf_example_presentation.pdf).
Presenting on macOS
-------------------One of the easier ways to present on a mac is to use [*Présentation*](http://iihm.imag.fr/blanch/software/osx-presentation/).
Alternatively, try converting a PDF file to Keynote format using [*PDF to Keynote* ](https://www.cs.hmc.edu/~oneill/freesoftware/pdftokeynote.html).
Useful Links:
-------------* rst2pdf: https://code.google.com/p/rst2pdf/
* reStructuredText: http://docutils.sourceforge.net/rst.html
* Pdf Presenter Console: https://github.com/davvil/pdfpc
* open-pdf-presenter: https://code.google.com/p/open-pdf-presenter
* Markdown and reStructuredText: https://gist.github.com/1855764