Michele Simionato wrote:

The interesting thing is that Sphinx uses pygments
and can highlight any code fragment, not only Python
code. For instance, last week I did some experiment
with Sphinx to convert my "Adventures of a Pythonista
in Schemeland" (which contains Scheme code) to PDF
and it worked out quite well. I have yet to fix the
images, but the result after a next-to-zero effort is
the following:

http://www.phyast.pitt.edu/~micheles/scheme/TheAdventuresofaPythonistainSchemeland.pdf

Nice.
However...any decent spell checker (or any editor with one built in) would notice things like 'dinamic', 'tecniques', and 'parenthesi' ;-).

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to