Crossmark: Difference between revisions
Jump to navigation
Jump to search
m (categorization) |
No edit summary |
||
Line 1: | Line 1: | ||
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]]. |
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. |
|||
=External Links= |
=External Links= |
||
[http://dev.laptop.org/git.do?p=users/krstic/docformat;a=blob;h=21fa01911b1c7781eb0aaf4deb746bd5d3bf6247;hb=b4d64bf64171e9c08f4860099e54ce550fa83dc0;f=crossmark-spec.txt Crossmark specification] |
[http://dev.laptop.org/git.do?p=users/krstic/docformat;a=blob;h=21fa01911b1c7781eb0aaf4deb746bd5d3bf6247;hb=b4d64bf64171e9c08f4860099e54ce550fa83dc0;f=crossmark-spec.txt Crossmark specification] |
||
[http://svn.abisource.com/libcrossmark/trunk/README Libcrossmark README] |
|||
[[Category:Resources]] |
[[Category:Resources]] |
Revision as of 16:07, 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.