资 源 简 介
Python on Documents (PoD) is a document preparation system that is inspired by LaTeX but with a focus on simplicity. There is very little mark-up that is required with most of the work off-loaded to Python macros. Both the available macros and their subsequent output can be controlled entirely by the user.
Instead of using a custom macro language, like LaTeX, PoD uses Python thus allowing it access to many pre-existing libraries with very little work. Some examples of such functionality are macros that do code-highlighting with Pygment, LaTeX equations with Matplotlib, and diagrams with Graphviz.