mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add notes on rst2pdf pdf builder.
This commit is contained in:
parent
360bcbcfbb
commit
adad88b429
@ -65,6 +65,11 @@ The builder's "name" must be given to the **-b** command-line option of
|
||||
|
||||
Its name is ``latex``.
|
||||
|
||||
Note that a direct PDF builder using ReportLab is available in `rst2pdf
|
||||
<http://rst2pdf.googlecode.com>`_ version 0.12 or greater. You need to add
|
||||
``'rst2pdf.pdfbuilder'`` to your :confval:`extensions` to enable it, its name is
|
||||
``pdf``.
|
||||
|
||||
.. module:: sphinx.builders.text
|
||||
.. class:: TextBuilder
|
||||
|
||||
|
@ -9,6 +9,11 @@ suggest new entries!
|
||||
How do I...
|
||||
-----------
|
||||
|
||||
... create PDF builds without LaTeX?
|
||||
You can use `rst2pdf <http://rst2pdf.googlecode.com>`_ version 0.12 or greater
|
||||
which comes with built-in Sphinx integration. See the :ref:`builders`
|
||||
section for details.
|
||||
|
||||
... get section numbers?
|
||||
They are automatic in LaTeX output; for HTML, give a ``:numbered:`` option to
|
||||
the :dir:`toctree` directive where you want to start numbering.
|
||||
|
Loading…
Reference in New Issue
Block a user