CVSROOT: /sources/groff
Module name: groff
Changes by: Eric S. Raymond <esr> 07/02/03 05:32:49
Modified files:
src/preproc/eqn: eqn.h
Log message:
The -TMathML option for eqn.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/src/preproc/eqn/eqn.h?cvsroot=groff&r1=1.3&r2=1.4
Patches:
Index: eqn.h
===================================================================
RCS file: /sources/groff/groff/src/preproc/eqn/eqn.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- eqn.h 26 May 2005 21:02:00 -0000 1.3
+++ eqn.h 3 Feb 2007 05:32:49 -0000 1.4
@@ -29,6 +29,8 @@
#include "box.h"
+typedef enum {troff, mathml} eqnmode_t;
+
extern char start_delim;
extern char end_delim;
extern int non_empty_flag;
@@ -37,6 +39,7 @@
extern int one_size_reduction_flag;
extern int compatible_flag;
extern int nroff;
+extern eqnmode_t output_format;
void init_lex(const char *str, const char *filename, int lineno);
void lex_error(const char *message,
_______________________________________________
Groff-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/groff-commit