mirror of
https://github.com/almet/notmyidea.git
synced 2025-04-29 12:02:39 +02:00
--HG-- rename : associatif/amap-medias-paniers-bio-a-5e.rst => asso/amap-medias-paniers-bio-a-5e.rst rename : associatif/le-temps-de-graces-courrez-y.rst => asso/le-temps-de-graces-courrez-y.rst rename : associatif/semaine-de-lenvironnement-consommation-etudiante.rst => asso/semaine-de-lenvironnement-consommation-etudiante.rst rename : python/a-distutils2-gsoc.rst => dev/a-distutils2-gsoc.rst rename : python/a-distutils2-month-pypi-simple-index-ready.rst => dev/a-distutils2-month-pypi-simple-index-ready.rst rename : python/a-distutils2-sprint-in-tours.rst => dev/a-distutils2-sprint-in-tours.rst rename : python/an-amazing-summer-of-code-working-on-distutils2.rst => dev/an-amazing-summer-of-code-working-on-distutils2.rst rename : misc/bebox-reboot.rst => dev/bebox-reboot.rst rename : python/distutils2-paris-sprint-wrapup.rst => dev/distutils2-paris-sprint-wrapup.rst rename : python/distutils2-paris-sprint.rst => dev/distutils2-paris-sprint.rst rename : python/dynamically-change-your-gnome-wallpapers.rst => dev/dynamically-change-your-gnome-wallpapers.rst rename : python/gsoc-distutils-first-report.rst => dev/gsoc-distutils-first-report.rst rename : python/pypioncouch.rst => dev/pypioncouch.rst rename : python/python-go.rst => dev/python-go.rst rename : misc/use-restructured-text-rest-to-power-your-presentations.rst => dev/use-restructured-text-rest-to-power-your-presentations.rst rename : python/writing-pelican.rst => dev/writing-pelican.rst rename : freebsd/php5-nginx.rst => system/php5-nginx.rst
35 lines
1.4 KiB
ReStructuredText
35 lines
1.4 KiB
ReStructuredText
Use Restructured Text (ReST) to power your presentations
|
|
#########################################################
|
|
|
|
:date: 2010-06-25
|
|
|
|
Wednesday, we give a presentation, with some friends, about the
|
|
CouchDB Database, to
|
|
`the Toulouse local LUG <http://www.toulibre.org>`_. Thanks a lot
|
|
to all the presents for being there, it was a pleasure to talk
|
|
about this topic with you. Too bad the season is over now an I quit
|
|
Toulouse next year.
|
|
|
|
During our brainstorming about the topic, we
|
|
used some paper, and we wanted to make a presentation the simpler
|
|
way. First thing that come to my mind was using
|
|
`restructured text <http://docutils.sourceforge.net/rst.html>`_, so
|
|
I've wrote a simple file containing our different bullet points. In
|
|
fact, there is quite nothing to do then, to have a working
|
|
presentation.
|
|
|
|
So far, I've used
|
|
`the rst2pdf program <http://code.google.com/p/rst2pdf/>`_, and a
|
|
simple template, to generate output. It's probably simple to have
|
|
similar results using latex + beamer, I'll try this next time, but
|
|
as I'm not familiar with latex syntax, restructured text was a
|
|
great option.
|
|
|
|
Here are
|
|
`the final PDF output <http://files.lolnet.org/alexis/rst-presentations/couchdb/couchdb.pdf>`_,
|
|
`Rhe ReST source <http://files.lolnet.org/alexis/rst-presentations/couchdb/couchdb.rst>`_,
|
|
`the theme used <http://files.lolnet.org/alexis/rst-presentations/slides.style>`_,
|
|
and the command line to generate the PDF::
|
|
|
|
rst2pdf couchdb.rst -b1 -s ../slides.style
|
|
|