Package: wims / 2:4.29a+dfsg1-3

mathml.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: wims/src/config.c
===================================================================
--- wims.orig/src/config.c
+++ wims/src/config.c
@@ -591,7 +591,7 @@ void module_configure(void)
   setvar("wims_texsize","0");
   setvar("disable_zoom","0");
   setvar("disable_mathml","0");
-  setvar("force_mathml","0");
+  setvar("force_mathml","1");
   /* if 'force_mathml=yes' , a check should be done on the value of 'disable_mathml'.
      so it's not fool-proof.
   */