Crossmark: Difference between revisions

From OLPC
Jump to navigation Jump to search
m (Reverted edits by Admini (Admini); changed back to last version by Jacobolus)
No edit summary
Line 1: Line 1:
{{Translations}}

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]].



Revision as of 21:40, 18 April 2007

  english | 한국어 HowTo [ID# 34333]  +/-  


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

Crossmark specification

Libcrossmark README

Crossmark page at WikiCreole: discussion of unification with Creole.