Davide P. Cervone
|
cf94772f24
|
Repack and recombine previous commit in this branch
|
2012-09-10 19:01:19 -04:00 |
|
Davide P. Cervone
|
3802fa337a
|
Repack and recombine the previous commits
|
2012-09-08 21:32:59 -04:00 |
|
Davide P. Cervone
|
0ed5d463e5
|
Merge branch 'issue217' into develop
|
2012-09-08 10:36:30 -04:00 |
|
Davide P. Cervone
|
d9e019b790
|
Merge branch 'issue297' into develop
|
2012-09-06 11:10:50 -04:00 |
|
Davide P. Cervone
|
38c2f569f9
|
Merge branch 'issue239' into develop
|
2012-09-06 10:13:11 -04:00 |
|
Davide P. Cervone
|
7ea6ce84b1
|
Merge branch 'issue304' into develop
|
2012-09-06 10:08:01 -04:00 |
|
Davide P. Cervone
|
c7e80eca6f
|
Work around Chrome bug with MathJax web fonts that affects some combining characters. Add support for spacing characters (and in particular, negative spacing) to make that easier to do. Resolves issue #239.
|
2012-09-04 16:34:26 -04:00 |
|
Davide P. Cervone
|
bf680988b9
|
Merge branch 'develop' into IE10
|
2012-09-04 09:33:06 -04:00 |
|
Davide P. Cervone
|
a30d9067fe
|
Handle positioning to a hash URL when the link is to an element within SVG output. Resolves remainder of issue #297.
|
2012-09-04 08:53:20 -04:00 |
|
Davide P. Cervone
|
7aedaa973f
|
Fix processing error when rowalign has a bad value. Fixes problem reported by Fred in issue #304.
|
2012-09-04 07:28:33 -04:00 |
|
Davide P. Cervone
|
0772d97a6a
|
Merge branch 'issue210' into develop
|
2012-09-04 06:08:15 -04:00 |
|
Davide P. Cervone
|
c9984345d6
|
Move span that holds zoom box to after the displayed math so that line breaks won't occur between the two. Adjust getJaxFromMath to compensate. Resolves second item from issue #217.
|
2012-09-03 08:40:06 -04:00 |
|
Davide P. Cervone
|
688de8ee2b
|
Remove console.log() calls that were inadvertantly left in. (argh!) Issue #210.
|
2012-09-01 12:44:13 -04:00 |
|
Davide P. Cervone
|
42998e00e5
|
Fix problem with taking style of null element reported by Fred in issue #210.
|
2012-09-01 12:27:10 -04:00 |
|
Davide P. Cervone
|
2f8a30a362
|
Handle minsize on vertical stretching as well as horizontal. Also fix a vertical placement problem with stretched elements in tables in HTML-CSS, and improve performace for placeing the extension characters by making sure we have the bbox for them. Issue #210.
|
2012-09-01 11:21:34 -04:00 |
|
Davide P. Cervone
|
076526787e
|
Merge branch 'issue300' into develop
|
2012-08-31 16:38:23 -04:00 |
|
Davide P. Cervone
|
77c65fb333
|
Ignore _moz-math-* attributes in MathML input. Addresses Fred's comments in issue #304.
|
2012-08-31 16:26:52 -04:00 |
|
Davide P. Cervone
|
2c9a585e08
|
Merge branch 'issue255' into develop
|
2012-08-31 09:41:00 -04:00 |
|
Davide P. Cervone
|
34a9af5180
|
Fix mfenced so that when it contains a line break the delimiters and separators are not lost. Resolves issue #255 (but separators currently aren't able to be breakpoints, so more needs to be done).
|
2012-08-29 23:28:20 -04:00 |
|
Davide P. Cervone
|
f86e3282ab
|
Only token elements should consider mathsize in HTMLgetScale() or SVGgetScale(). Resolves issue #251.
|
2012-08-28 20:07:07 -04:00 |
|
Davide P. Cervone
|
b58c667f8b
|
Add onclick handler to make href's work in all browsers in SVG mode. Resolves issue #297.
|
2012-08-28 19:25:38 -04:00 |
|
Davide P. Cervone
|
c1ae9afe0c
|
Only add xmlns in toMathML output if it isn't already given. Resolves issue #304.
|
2012-08-28 15:41:26 -04:00 |
|
Davide P. Cervone
|
e3943746e9
|
Merge branch 'issue119' into develop
|
2012-08-28 15:26:51 -04:00 |
|
Davide P. Cervone
|
da66d4b684
|
Remove dependencies of TeX->MathML conversion on the choice of fonts (TeX versus STIX). This no longer worked since the input and output phases have been separated (and it was never a good idea anyway). This necessiated changing some choices of characters to be produced, and which would be considered the variant form. The selections were made to match the STIX fonts, and some fancy remapping was done in the MathJax fonts to accommodate that. Should resolve issue #300.
|
2012-08-28 14:33:50 -04:00 |
|
Davide P. Cervone
|
c38e683321
|
Fix TeXatom to properly handle Core, CoreMO, and isEmbellished calls, and fix CoreParent to include TeXAtom properly. This fixes a problem with \vec not producing the correct character for \vec{\mathbf{B}} for example. Issue #119.
|
2012-08-24 10:15:35 -04:00 |
|
Davide P. Cervone
|
6e4f6f00cd
|
Merge branch 'issue267' into develop
|
2012-08-22 09:39:38 -04:00 |
|
Davide P. Cervone
|
f8ae50f4e6
|
Handle U+2061 better (after making previous node an OP, skip the <mo> containing the U+2061). Resolves Fred's new comments in issue #267.
|
2012-08-22 08:52:59 -04:00 |
|
Davide P. Cervone
|
55f735c65f
|
Merge branch 'issue267' into develop
|
2012-08-21 10:41:48 -04:00 |
|
Davide P. Cervone
|
3558241ca7
|
Don't be so aggressive about turning <mi> into texClass OP. Change back if followed by BIN or REL, and change anything to OP if followed by U+2061.
|
2012-08-20 19:08:26 -04:00 |
|
Davide P. Cervone
|
f47dbc4cc0
|
Merge branch 'issue119' into develop
|
2012-08-20 10:13:25 -04:00 |
|
Davide P. Cervone
|
d38774b014
|
Repack AMSmath and recombine
|
2012-08-20 09:54:26 -04:00 |
|
Davide P. Cervone
|
91df5dae5b
|
Combine multiple primes into single unicode characters. Issue #216.
|
2012-08-20 09:05:57 -04:00 |
|
Davide P. Cervone
|
c1097dc29c
|
Merge branch 'issue213' into develop
|
2012-08-20 08:49:35 -04:00 |
|
Davide P. Cervone
|
e325cf9acf
|
Merge branch 'issue229' into develop
|
2012-08-20 08:49:18 -04:00 |
|
Davide P. Cervone
|
81ce9ec446
|
Merge 'issue249' into develop
|
2012-08-20 08:41:57 -04:00 |
|
Davide P. Cervone
|
abaa72e102
|
Remove unwanted 'em' from eqnarray columnwidth (reported by Fred). Issue #229.
|
2012-08-20 08:33:05 -04:00 |
|
Davide P. Cervone
|
e25d84d30f
|
Make <mi> with more than one letter have tex class OP rather than ORD so it will space as a function. This takes care fo things like sin and cos, and should not interfer with other uses like variables with multi-character names. Resolves issue # 267.
|
2012-08-19 14:53:07 -04:00 |
|
Davide P. Cervone
|
9340a02d72
|
Prevent align attribute on mtable from applying to mover/munder/munderover elements. Resolves issue #249
|
2012-08-19 09:28:24 -04:00 |
|
Davide P. Cervone
|
939c1dc034
|
Bump version, repack, and recombine previous commit. Issue #213.
|
2012-08-19 09:12:06 -04:00 |
|
Davide P. Cervone
|
085ecf46b2
|
Bump version, pack and recombine previous commit
|
2012-08-19 09:04:07 -04:00 |
|
Davide P. Cervone
|
0236ee5a54
|
Merge branch 'issue286' into develop
|
2012-08-18 19:33:54 -04:00 |
|
Davide P. Cervone
|
9fe3f9eb15
|
Merge branch 'issue226' into develop
|
2012-08-18 19:33:33 -04:00 |
|
Davide P. Cervone
|
1fc8929667
|
Repack and recombine (missed a packing somewhere along the line). Fixes the problem Fred reports with tests using packed versions.
|
2012-08-18 08:43:44 -04:00 |
|
Davide P. Cervone
|
4f722d050f
|
Make mtextFontInherit use the style and weight indicated in the math, so that \textbf and \textit will work properly. Resolves issue #226.
|
2012-08-17 19:35:50 -04:00 |
|
Davide P. Cervone
|
c481c9f375
|
Allow decimal scale values. Fix setting of scale to work with SVG. Resolves issue #286.
|
2012-08-17 18:40:17 -04:00 |
|
Davide P. Cervone
|
f8e3f3557f
|
Use variant form for more primes in SVG output (match HTML-CSS output). Resolves problem identified by Fred in issue #268.
|
2012-08-17 10:35:46 -04:00 |
|
Davide P. Cervone
|
c8b9755caf
|
Fix for problem reported by Fred in issue #278.
|
2012-08-16 14:18:09 -04:00 |
|
Davide P. Cervone
|
481373994f
|
Merge 'issue225' into develop
|
2012-08-16 11:42:23 -04:00 |
|
Davide P. Cervone
|
332dad309c
|
Merge 'issue268' into develop
|
2012-08-16 11:39:47 -04:00 |
|
Davide P. Cervone
|
b40ca8cde4
|
Make the changes to font handling to SVG (just like HTML-CSS) so that ′ will be displayed better in AsciiMath output.
|
2012-08-16 11:35:14 -04:00 |
|