Index of /sandbox/paultremblay/python_interface

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[TXT]test.py 2018-06-17 08:52 20K 
[   ]test.sh 2018-06-17 08:52 6.6K 
[TXT]setup.py 2018-06-17 08:52 1.1K 
[   ]MANIFEST.in 2018-06-17 08:52 159  
[DIR]tools/ 2018-06-17 08:52 -  
[DIR]test_files/ 2018-06-17 08:52 -  
[DIR]scripts/ 2018-06-17 08:52 -  
[DIR]docutilsToFo/ 2018-06-17 08:52 -  
[DIR]docs/ 2018-06-17 08:52 -  

README: Docutils2fo 0.6

README: Docutils2fo 0.6

Author:

Paul Tremblay

Contact:
paulhtremblay@gmail.com
Date:
2011-09-26

Introduction

This directory contains stylesheets to convert docutils.xml to XSLFO. Once the document is converted to XSLFO, you would convert it to PDF in this way:

rst2xml.py  my_file.rst > my_file.xml
docutils_to_fo.py my_file.xml > my_file.fo
fop my_file.fo my_file.pdf

Or, to do all in one pass:

rst2xml.py my_file.rst | docutils_to_fo.py | fop -fo - -pdf my_file.pdf

Completion

TODO

Python Code

  • Develop code to read configuration file (in process of doing)

  • Develop code to check configuration file (in process of doing)

  • Develop code to output a customized XSLT stylesheet (in process)

Documentaion

  • Write a quick overview

  • Write a detailed overview

Limitations

  • Cannot do transitions as well as latex

  • Cannot put borders around page

  • Cannot do sidebars