diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-12-24 16:45:17 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-12-24 16:45:17 +0000 |
commit | 618d2ff006c39c3ff4542885db89f6f90b184f5e (patch) | |
tree | 4d03befcc667de351706ae1c44e3cc8164c64d70 /src | |
parent | 5dfab2cb48e4d9c16c470a9a734e40992fbc3e4c (diff) | |
download | pandoc-618d2ff006c39c3ff4542885db89f6f90b184f5e.tar.gz |
Changed default ASCIIMathML text color to black.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@289 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'src')
-rw-r--r-- | src/ASCIIMathML.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ASCIIMathML.js b/src/ASCIIMathML.js index 216b04b3e..282cc15fb 100644 --- a/src/ASCIIMathML.js +++ b/src/ASCIIMathML.js @@ -16,7 +16,7 @@ If you use it on a webpage, please send the URL to jipsen@chapman.edu Modified July 2006 by John MacFarlane (added CODE to list of contexts in which replacement does not occur, modified AMisMathMLAvailable -to better identify Safari browser). +to better identify Safari browser, changed mathcolor to ""). This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -33,7 +33,7 @@ for more details. var checkForMathML = true; // check if browser can display MathML var notifyIfNoMathML = true; // display note if no MathML capability var alertIfNoMathML = false; // show alert box if no MathML capability -var mathcolor = "red"; // change it to "" (to inherit) or any other color +var mathcolor = ""; // change it to "" (to inherit) or any other color var mathfontfamily = "serif"; // change to "" to inherit (works in IE) // or another family (e.g. "arial") var displaystyle = true; // puts limits above and below large operators |