blog.notmyidea.org/use-restructured-text-rest-to-power-your-presentations.html

77 lines
No EOL
3 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Use Restructured Text (ReST) to power your&nbsp;presentations - Alexis Métaireau</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://blog.notmyidea.org/theme/css/main.css?v2" type="text/css" />
<link href="https://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate"
title="Alexis Métaireau ATOM Feed" />
</head>
<body>
<div id="content">
<section id="links">
<ul>
<li><a class="main" href="/">Alexis Métaireau</a></li>
<li><a class=""
href="https://blog.notmyidea.org/journal/index.html">Journal</a></li>
<li><a class="selected"
href="https://blog.notmyidea.org/code/">Code, etc.</a></li>
<li><a class=""
href="https://blog.notmyidea.org/weeknotes/">Notes hebdo</a></li>
<li><a class=""
href="https://blog.notmyidea.org/lectures/">Lectures</a></li>
</ul>
</section>
<header>
<h1 class="post-title">Use Restructured Text (ReST) to power your&nbsp;presentations</h1>
<time datetime="2010-06-25T00:00:00+02:00">25 juin 2010</time>
</header>
<article>
<ul>
<li>
<p>date<br>&nbsp;2010-06-25</p>
</li>
<li>
<p>category<br>&nbsp;tech</p>
</li>
</ul>
<p>Wednesday, we give a presentation, with some friends, about the CouchDB
Database, to <a href="http://www.toulibre.org">the Toulouse local <span class="caps">LUG</span></a>. 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&nbsp;year.</p>
<p>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 <a href="http://docutils.sourceforge.net/rst.html">restructured
text</a>, so I&#8217;ve wrote a simple
file containing our different bullet points. In fact, there is quite
nothing to do then, to have a working&nbsp;presentation.</p>
<p>So far, I&#8217;ve used <a href="http://code.google.com/p/rst2pdf/">the rst2pdf
program</a>, and a simple template, to
generate output. It&#8217;s probably simple to have similar results using
latex + beamer, I&#8217;ll try this next time, but as I&#8217;m not familiar with
latex syntax, restructured text was a great&nbsp;option.</p>
<p>Here are <a href="http://files.lolnet.org/alexis/rst-presentations/couchdb/couchdb.pdf">the final <span class="caps">PDF</span>
output</a>,
<a href="http://files.lolnet.org/alexis/rst-presentations/couchdb/couchdb.rst">Rhe ReST
source</a>,
<a href="http://files.lolnet.org/alexis/rst-presentations/slides.style">the theme
used</a>,
and the command line to generate the <span class="caps">PDF</span>:</p>
<div class="highlight"><pre><span></span><code>rst2pdf couchdb.rst -b1 -s ../slides.style
</code></pre></div>
</article>
<footer>
<a id="feed" href="/feeds/all.atom.xml"><img src="/theme/rss.svg" /></a>
</footer>
</div>
</body>
</html>