Crossmark: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (added categories) |
||
Line 2: | Line 2: | ||
=Software= |
=Software= |
||
* Libcrossmark is a |
* Libcrossmark is a C++ library to support parsing and creation of crossmark documents. Python bindings are provided as well. It's currently in prototype state. |
||
=External Links= |
=External Links= |
||
Line 9: | Line 9: | ||
[http://svn.abisource.com/libcrossmark/trunk/README Libcrossmark README] |
[http://svn.abisource.com/libcrossmark/trunk/README Libcrossmark README] |
||
[[Category: |
[[Category:Software ideas]] |
||
[[Category:Developers]] |
Revision as of 16:16, 8 January 2007
Crossmark is a new markup format for documents with embedded macros and TeX math expressions. The macro feature in principle can support code in any interpreted programming language, but in practice the Crossmark developers want to use Python.
Software
- Libcrossmark is a C++ library to support parsing and creation of crossmark documents. Python bindings are provided as well. It's currently in prototype state.