/itexToMML

To download this project, use:
bzr branch http://golem.ph.utexas.edu/~distler/code/itexToMML/

« back to all changes in this revision

Viewing changes to itex-src/itex2MML.h

  • Committer: Jacques Distler
  • Date: 2009-10-04 08:28:37 UTC
  • Revision ID: distler@golem.ph.utexas.edu-20091004082837-bhtczlcgoob2yyam
Tags: 1.3.12
itex2MML 1.3.12: \coloneqq and its cousins

Support for:

\coloneqq
\Coloneqq
\coloneq
\Coloneq
\eqqcolon
\Eqqcolon
\eqcolon
\Eqcolon
\colonapprox
\Colonapprox
\colonsim
\Colonsim
\dblcolon

Not all of these have corresponding Unicode
characters, so may appear a little hackish.
Also, Firefox doesn't seem to set the correct
spacing for binary operators for most of these.
So we hhave to set that by hand.

Show diffs side-by-side

added added

removed removed

1
 
/*             itex2MML 1.3.5
2
 
 *   itex2MML.h last modified 2/29/2008
 
1
/*             itex2MML 1.3.12
 
2
 *   itex2MML.h last modified 10/4/2009
3
3
 */
4
4
 
5
5
#ifndef ITEX2MML_H
6
6
#define ITEX2MML_H
7
7
 
8
 
#define ITEX2MML_VERSION "1.3.5"
 
8
#define ITEX2MML_VERSION "1.3.12"
9
9
 
10
10
#ifdef __cplusplus
11
11
extern "C" {