aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElena of Valhalla'' Grandi <valhalla@trueelena.org>2014-08-23 21:29:05 +0200
committerElena of Valhalla'' Grandi <valhalla@trueelena.org>2014-08-23 21:29:05 +0200
commitf1e21b3a3aa9d9c1b3766dc7ec45d5abd0787696 (patch)
tree46d125b587116090938ab16f0006b59cb92029b5
parentd0905f59aa0026d29a4943cefc3e9f2d916e5164 (diff)
Nuovo strumento: rst2pdf
-rw-r--r--strumenti/rst2pdf.rst29
1 files changed, 29 insertions, 0 deletions
diff --git a/strumenti/rst2pdf.rst b/strumenti/rst2pdf.rst
new file mode 100644
index 0000000..84bdd18
--- /dev/null
+++ b/strumenti/rst2pdf.rst
@@ -0,0 +1,29 @@
+rst2pdf
+-------
+
+.. contents::
+
+rst2pdf_ è uno strumento alternativo per produrre pdf a partire da
+|reST| senza passare da LaTeX ma usando direttamente la libreria
+ReportLab_.
+
+.. _rst2pdf: http://code.google.com/p/rst2pdf/
+.. _ReportLab: http://www.reportlab.com/
+
+.. |reST| replace:: reStructuredText
+
+Uso
+^^^
+
+Per usare rst2pdf con le impostazioni standard è sufficiente usare::
+
+ rst2pdf [opzioni] [-o destinazione] [documento]
+
+ad esempio, specificando anche che il documento è in italiano::
+
+ rst2html -l it -o documento.pdf documento.rst
+
+Per sfruttare a fondo le sue potenzialità è possibile fornire uno o più
+fogli di stile tramite l'opzione ``-s``; il loro formato è descritto
+dettagliatamente nella documentazione di rst2pdf.
+