Skip to content

rjrivero/rst2ing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rst2ing

Set of libraries, images and stylesheets needed to produce a proper PDF (according to Consulting Services templates) from a RST document, using rst2pdf.

To generate a PDF from the RST file, you will need:

Once the prerequisites are installed, run:

rst2pdf -e src/filter.py -s doc/document_type/style.js -o .pdf .rst

To include the default cover into your document, begin your rst file with:

.. include:: doc/<document_type>/<language>.rst

.. |Title|	replace:: <Title>
.. |ref|    replace:: <Document_reference>
.. |rev|    replace:: <Rev_number>
.. |date| 	replace:: <Date>
.. |doc|    replace:: <Document_code_(short_snippet)>
.. |dept|   replace:: <Departament name>

language is the template language to use; en for English, es for Spanish.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published