commit dc923adf8f7db0e7c68f7051b73c065002ecdef2 parent 3619421fabed226f9374235e76f5132e4e74ec5d Author: Davide P. Cervone <dpvc@union.edu> Date: Sat, 7 Mar 2015 11:11:36 -0500 Fix comments at top of file. Diffstat:
| M | unpacked/jax/output/CommonHTML/jax.js | | | 9 | +++++---- |
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/unpacked/jax/output/CommonHTML/jax.js b/unpacked/jax/output/CommonHTML/jax.js @@ -3,11 +3,12 @@ /************************************************************* * - * MathJax/jax/output/HTML2/jax.js + * MathJax/jax/output/CommonHTML/jax.js * - * Implements the HTML2 OutputJax that displays mathematics - * using HTML to position the characters from math fonts - * in their proper locations. + * Implements the CommonHTML OutputJax that displays mathematics + * using HTML and CSS to position the characters from math fonts + * in their proper locations. Unlike the HTML-CSS output jax, + * this HTML is browswer and OS independent. * * --------------------------------------------------------------------- *