/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: 2007-10-25 07:18:39 UTC
  • Revision ID: distler@golem.ph.utexas.edu-20071025071839-5qk7wd33pomcda57
Angle Brackets
In the stream filter, the default behaviour is now to allow angle bracket in itex equations.
To forbid them, use the --forbid-markup commandline flag.

Show diffs side-by-side

added added

removed removed

1
 
/*             itex2MML 1.1.8
2
 
 *   itex2MML.h last modified 9/14/2005
 
1
/*             itex2MML 1.3.1
 
2
 *   itex2MML.h last modified 10/24/2007
3
3
 */
4
4
 
5
5
#ifndef ITEX2MML_H
23
23
  extern int    itex2MML_filter (const char * buffer, unsigned long length);
24
24
 
25
25
  extern int    itex2MML_html_filter (const char * buffer, unsigned long length);
 
26
  extern int    itex2MML_strict_html_filter (const char * buffer, unsigned long length);
26
27
 
27
28
 
28
29
  /* To change output methods: