mirror of
https://github.com/almet/notmyidea.git
synced 2025-04-28 19:42:37 +02:00
92 lines
No EOL
3.9 KiB
HTML
92 lines
No EOL
3.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<title>
|
|
Use Restructured Text (ReST) to power your 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>
|
|
<li>
|
|
<a class=""
|
|
href="https://blog.notmyidea.org/projets.html">Projets</a>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
<header>
|
|
<h1 class="post-title">Use Restructured Text (ReST) to power your presentations</h1>
|
|
<time datetime="2010-06-25T00:00:00+02:00">25 juin 2010</time>
|
|
</header>
|
|
<article>
|
|
|
|
<ul>
|
|
<li>
|
|
<p>date<br> 2010-06-25</p>
|
|
</li>
|
|
<li>
|
|
<p>category<br> 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 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’ve wrote a simple
|
|
file containing our different bullet points. In fact, there is quite
|
|
nothing to do then, to have a working presentation.</p>
|
|
<p>So far, I’ve used <a href="http://code.google.com/p/rst2pdf/">the rst2pdf
|
|
program</a>, 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.</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 alt="RSS Logo" src="/theme/rss.svg" />
|
|
</a>
|
|
</footer>
|
|
</div>
|
|
</body>
|
|
</html> |