Crossmark: Difference between revisions

From OLPC
Jump to navigation Jump to search
m (formatted links with bullets)
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:


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

{{Status box
|activity=Crossmark
|status=unknown
|version=unknown
|source=unknown
|contributors=unknown
}}



=Software=
=Software=
Line 16: Line 7:


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

* [http://www.wikicreole.org/wiki/Crossmark Crossmark page] at WikiCreole: discussion of unification with Creole.
[http://svn.abisource.com/libcrossmark/trunk/README Libcrossmark README]

[http://www.wikicreole.org/wiki/Crossmark Crossmark page] at WikiCreole: discussion of unification with Creole.


[[Category:Software]]
[[Category:Software]]

Latest revision as of 03:27, 26 May 2008

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


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