Davide P. Cervone
|
4263db98d3
|
Merge pull request #527 from fred-wang/issue482
This resolves issue #482.
|
2013-08-02 04:05:13 -07:00 |
|
Davide P. Cervone
|
1326cbdf44
|
Merge pull request #528 from fred-wang/issue481
This resolves issue #481
|
2013-08-02 04:03:43 -07:00 |
|
Frédéric Wang
|
108cda6097
|
Address second review.
|
2013-08-02 10:15:13 +02:00 |
|
Frédéric Wang
|
4ec11da1f1
|
Address review comments.
|
2013-08-02 09:58:58 +02:00 |
|
Davide P. Cervone
|
02261ae99f
|
Merge remote-tracking branch 'dpvc/issue485' into develop
REsolves issue #485.
|
2013-07-31 15:03:47 -04:00 |
|
Frédéric Wang
|
30cb4b3961
|
Remove debug logging. Address review comment of issue #485.
|
2013-06-12 16:11:30 +02:00 |
|
Frédéric Wang
|
1cc5064462
|
Avoid accessing data[0] with under/over scripts and mlabeledtr too. Address review command of issue #486.
|
2013-06-12 16:06:56 +02:00 |
|
Frédéric Wang
|
bc9443b252
|
Expose some annotations to the Show Math As menu. Fix issue #357.
|
2013-06-03 17:12:11 +02:00 |
|
Frédéric Wang
|
96f16e1868
|
Address review comments for issue #481.
|
2013-05-31 09:14:47 +02:00 |
|
Frédéric Wang
|
cc34c39def
|
Replace nonstandard MJX-arrow class by an "updiagonalarrow" menclose notation. Fix issue #481.
|
2013-05-30 12:17:19 +02:00 |
|
Frédéric Wang
|
d0e795705b
|
WebKit NativeMML: only apply lspace/rspace in non-embellised mrow and set them to 0 otherwise.
|
2013-05-30 11:26:50 +02:00 |
|
Davide P. Cervone
|
2b1948f252
|
Force cases environment to use textstyle rather than displaystyle. Resolves issue #485.
|
2013-05-29 12:32:01 -04:00 |
|
Davide P. Cervone
|
681405debc
|
Avoid accessing data[0] when not defined. Resolves issue #486.
|
2013-05-29 11:56:41 -04:00 |
|
Frédéric Wang
|
93065ef055
|
Native MathML: add workarounds for mi, mo (lspace/rspace), mmultiscripts and mspace (width) elements in WebKit. Fix issue #482.
|
2013-05-29 15:45:58 +02:00 |
|
Davide P. Cervone
|
12bb8ef92a
|
Merge remote-tracking branch 'dpvc/issue468' into v2.2-latest
Resolves issue #468
|
2013-05-22 15:08:22 -04:00 |
|
Davide P. Cervone
|
4e01303dee
|
Rename mfenced() to fenced() since the mrow is not really equivalent (the mo's are forced to have stretchy=true). Resolves Fred's concerns for issue #475 for now.
|
2013-05-22 14:03:38 -04:00 |
|
Davide P. Cervone
|
bf14e19cf9
|
Bump version number for previous commit.
|
2013-05-21 19:54:36 -04:00 |
|
Davide P. Cervone
|
a147a9ac32
|
Make sure mfenced delimiters are stretchy. Resolves issue #475.
|
2013-05-21 19:53:28 -04:00 |
|
Davide P. Cervone
|
2cbb068d9f
|
Make stretchy characters contribute to height/depth of the proper row (was using the wrong index). Resolves issue #468.
|
2013-05-21 19:45:36 -04:00 |
|
Davide P. Cervone
|
084385b640
|
Update Safe.js to filter mathsize and not throw error for \mmlToken attributes that are filtered.
|
2013-05-11 17:02:59 -04:00 |
|
Davide P. Cervone
|
25a10d733d
|
Correct typo in stroke-width (was stroke-thickness). Resolves issue #461.
|
2013-05-11 15:29:02 -04:00 |
|
Davide P. Cervone
|
f966b736a3
|
Part of the fix for issue #373 caused ref-test failures. This fixes that regression.
|
2013-05-03 09:45:51 -04:00 |
|
Davide P. Cervone
|
e724a2559c
|
I have made the style change and noInheritAttribute change requested in pull #433.
|
2013-05-01 15:42:46 -04:00 |
|
Davide P. Cervone
|
b4dc4d1616
|
Add Greek Delta to SVG fonts
|
2013-05-01 15:24:53 -04:00 |
|
Davide P. Cervone
|
6e9199efa1
|
Add formatting headers to all hand-edited files.
|
2013-05-01 14:49:11 -04:00 |
|
Davide P. Cervone
|
4053d7acab
|
Set versions to 2.2 and update copyright notice
|
2013-05-01 14:37:39 -04:00 |
|
Davide P. Cervone
|
4f40c0eed6
|
Fix some crashes when elements are missing their children.
|
2013-05-01 13:21:10 -04:00 |
|
Davide P. Cervone
|
7db3195c0b
|
Merge branch 'issue373' into develop
Resolves issue #373.
|
2013-05-01 09:05:19 -04:00 |
|
Davide P. Cervone
|
5fb89ab1bc
|
Remove extra comma that is confusing IE.
|
2013-04-30 18:37:14 -04:00 |
|
Davide P. Cervone
|
7968896c8b
|
Fix width problem with zoom box in Firefox.
|
2013-04-30 16:12:10 -04:00 |
|
Davide P. Cervone
|
ee49484a3f
|
Fix typo in comments
|
2013-04-30 16:11:54 -04:00 |
|
Davide P. Cervone
|
9394d32571
|
Handle empty child nodes better.
|
2013-04-30 15:24:59 -04:00 |
|
Davide P. Cervone
|
6b43f76e6b
|
Avoid infinite loops in \mathchoice Get() calls. Resolves problems reported in issue #373.
|
2013-04-30 10:34:42 -04:00 |
|
Davide P. Cervone
|
f6d716b444
|
Add error message for when an evironment closes with unbalanced braces. Resolves issue #454.
|
2013-04-30 08:49:25 -04:00 |
|
Davide P. Cervone
|
23edb8c49b
|
Fix undefined variable (due to a name change; missed one). Resolves issue #428.
|
2013-04-30 08:17:16 -04:00 |
|
Davide P. Cervone
|
167d7ab328
|
Remove b8561b0 accidentaly pasted into the NativeMML/jax.js file
|
2013-04-30 08:12:01 -04:00 |
|
Davide P. Cervone
|
a7ed50a474
|
Repack and recombine. Fix some variable scoping and other issued detected by the packer.
|
2013-04-29 20:14:12 -04:00 |
|
Davide P. Cervone
|
e0dd867713
|
Merge branch 'safe-mode' into develop
Conflicts:
unpacked/extensions/TeX/bbox.js
|
2013-04-29 19:55:33 -04:00 |
|
Davide P. Cervone
|
a843a9494a
|
Fix missing colon in styles
|
2013-04-29 19:31:56 -04:00 |
|
Davide P. Cervone
|
b8561b07bf
|
Merge branch 'localization' into develop
|
2013-04-29 19:25:03 -04:00 |
|
Davide P. Cervone
|
cb3542b296
|
Use a service routine in MathML input to filter attributes (rather than override AddAttributes). Also, make fontsize default allow all (authors can restrict if they want to).
|
2013-04-29 16:54:53 -04:00 |
|
Davide P. Cervone
|
4f28b81b08
|
Merge branch 'issue428' into develop
Resolves issue #428.
|
2013-04-29 16:28:33 -04:00 |
|
Davide P. Cervone
|
8437d9d404
|
Merge branch 'issue444' into develop
Resolves issue #444.
|
2013-04-29 16:25:20 -04:00 |
|
Davide P. Cervone
|
9b485668e1
|
Test value for boolean using toLowerCase()
|
2013-04-29 16:13:04 -04:00 |
|
Davide P. Cervone
|
05c93de747
|
Merge branch 'issue451' into develop
Resolves issue #451.
|
2013-04-29 16:10:54 -04:00 |
|
Davide P. Cervone
|
d09d4d7067
|
Merge branch 'issue449' into develop
Resolves issue #449.
|
2013-04-29 16:09:07 -04:00 |
|
Davide P. Cervone
|
62236bb26f
|
Merge branch 'issue364' into develop
Resolves issue #364.
|
2013-04-29 16:04:18 -04:00 |
|
Davide P. Cervone
|
5c8919bc3c
|
Merge branch 'issue443' into develop
Resolves issue #443.
|
2013-04-29 16:01:33 -04:00 |
|
Davide P. Cervone
|
0891402b88
|
Merge branch 'issue359' into develop. Improves MathML rendering for mfenced and mlabeldtr elements.
|
2013-04-29 15:57:29 -04:00 |
|
Davide P. Cervone
|
de15c6c514
|
Fixes to make zoom work properly with expressions that have full width (e.g., tagged equations).
|
2013-04-29 14:06:48 -04:00 |
|
Davide P. Cervone
|
d6b6aa8111
|
Add min-width to displayed equations with labels so that they cause their containers to have non-zero width (like when they are in a table cell). Resolves issue #428.
|
2013-04-29 10:48:45 -04:00 |
|
Davide P. Cervone
|
9752fd6e11
|
Add HTMLCSS.parentNode() that returns a span's parentNode, skipping over <a> tags. Resolves issue #364.
|
2013-04-28 17:31:34 -04:00 |
|
Davide P. Cervone
|
4c9c6da10c
|
Add a Safe extension that allows you to restrict potentially dangerous features of MathJax when it is used in a shared environment (e.g., href to javascript, styles and classes, etc.)
|
2013-04-27 07:34:41 -04:00 |
|
Davide P. Cervone
|
9d9fc3d063
|
Convert true and fals attributes to booleans. Resolves issue #451.
|
2013-04-26 14:41:42 -04:00 |
|
Davide P. Cervone
|
94e92dcfff
|
Try to isolate MathJax from CSS transitions. Resolves issue #449.
|
2013-04-26 07:48:52 -04:00 |
|
Davide P. Cervone
|
9d7ff33bd2
|
Use a single routine to construct the mrow that replaces mfenced. Fix up some uses of var (not using it twice for the same variable in a function). Fix up some spacing and comments. Don't use .trim(). Use firstChild rather than firstElementChild (not supported by all browsers), etc.
|
2013-04-26 07:01:28 -04:00 |
|
Davide P. Cervone
|
607b1031a3
|
Merge remote-tracking branch 'fred/content-mathml' into develop
Add Content MathML support.
|
2013-04-24 15:20:17 -04:00 |
|
Frédéric Wang
|
c3ad51d2e1
|
Merge branch 'issue356' into issue359
Conflicts:
unpacked/jax/output/NativeMML/jax.js
|
2013-04-23 08:28:59 +02:00 |
|
Davide P. Cervone
|
2d33f1d348
|
Call MATML.Parse.prototype directly rather than make a special flag for preprocessing. Use MATHML variable rather than full reference.
|
2013-04-22 15:44:58 -04:00 |
|
Davide P. Cervone
|
594043e330
|
Use ems (rounded to nearest pixel) for Chrome. Rounding makes the placement work more reliably, while still being in relative units. Resolves issue #443.
|
2013-04-22 08:26:38 -04:00 |
|
Davide P. Cervone
|
f4cc34706a
|
Merge branch 'issue386' into develop
Resolves issue #386.
|
2013-04-19 09:35:50 -04:00 |
|
Davide P. Cervone
|
ce8c8882ea
|
Merge branch 'issue427' into develop
Resolves issue #427.
|
2013-04-19 09:31:42 -04:00 |
|
Davide P. Cervone
|
ea849af1ae
|
Merge branch 'issue441' into develop
Resolves issue #441.
|
2013-04-19 09:27:21 -04:00 |
|
Davide P. Cervone
|
edd353458b
|
Merge branch 'issue380' into develop
Resolves issue #380.
|
2013-04-19 09:18:33 -04:00 |
|
Davide P. Cervone
|
d758ebcaaa
|
Fixed typo in comments.
|
2013-04-19 09:16:48 -04:00 |
|
Davide P. Cervone
|
9e5fbb7e6f
|
Merge branch 'issue402' into develop
Resolves issue #402.
|
2013-04-19 09:11:42 -04:00 |
|
Davide P. Cervone
|
9e65b9ce74
|
Move mjx-svg-href class to <a> rather than its child. Resolves issue #427.
|
2013-04-19 08:08:59 -04:00 |
|
Davide P. Cervone
|
5c39699371
|
Make sure textSVG is attached during zooming (prevents error when math contains characters outside of the MathJax fonts). Resolves issue #441.
|
2013-04-18 17:11:47 -04:00 |
|
Davide P. Cervone
|
debc24047f
|
Make final math size be in relative units so that it prints even if print media has a different font size. Resolves issue #386.
|
2013-04-17 17:21:09 -04:00 |
|
Davide P. Cervone
|
486cd40424
|
Make href class specific to SVG (in case we need to have one for other output jax)
|
2013-04-17 09:05:24 -04:00 |
|
Davide P. Cervone
|
557e93e505
|
Allow \color to override link color in SVG output. Resolves issue #427.
|
2013-04-17 09:02:33 -04:00 |
|
Davide P. Cervone
|
779be27960
|
Process \$ in \text arguements. Resolves issue #349.
|
2013-04-17 07:36:28 -04:00 |
|
Davide P. Cervone
|
bea2f8b755
|
Fix monospace space character to be the same width as the other monospace characters. Resolves issue #380.
|
2013-04-16 20:17:12 -04:00 |
|
Davide P. Cervone
|
3367b54c3e
|
Remap ` to back-quote. Resolves issue #402.
|
2013-04-16 19:20:21 -04:00 |
|
Davide P. Cervone
|
173c501eae
|
Fixed localization issues pointed out by fred (this creates some new messages that need to be translated).
|
2013-04-10 10:16:14 -04:00 |
|
Davide P. Cervone
|
7cd9180b0b
|
Fix a number of message ID's and message texts. Add menuTitle to fr.js file.
|
2013-04-09 13:13:25 -04:00 |
|
Davide P. Cervone
|
535c033e24
|
Handle HTML snippets better, and fix up messages in FontWarnings and v1.0-warning extensions. Fix French menu items and a few others (thanks Fred). Fix scale-all-math dialog.
|
2013-04-05 18:45:50 -04:00 |
|
Davide P. Cervone
|
660f38959a
|
Make constant messages be translated when they are used rather than when they are defined. Rework About box, add menu ID's. Make TeX.Error() and MathML.Error() handle localization. Break up Fred's French data into separate files. Make localization data load on demand. Other miscellaneous updates.
|
2013-04-03 17:24:14 -04:00 |
|
Davide P. Cervone
|
c4da088220
|
Merge branch 'issue350' into develop
Resolves issue #350.
|
2013-04-01 09:05:02 -04:00 |
|
Davide P. Cervone
|
a9c65c3d28
|
Remove commented out code and bump version number
|
2013-04-01 08:51:20 -04:00 |
|
Davide P. Cervone
|
ffb9b53034
|
Merge remote-tracking branch 'fred/issue367-bis' into develop
Resolves issues #367.
|
2013-04-01 08:38:44 -04:00 |
|
Frédéric Wang
|
8803b00446
|
Ignore linebreak attribute on mspace when dimensional attributes are set. Fix issue #388.
|
2013-03-25 16:57:05 +01:00 |
|
Frédéric Wang
|
332642c659
|
Fix processing errors with various table and menclose attributes. Issue #367.
|
2013-03-25 15:16:36 +01:00 |
|
Frédéric Wang
|
66ebcf2c46
|
Fix a processing error when an empty <mo> is used as a fence. #359
|
2013-03-21 17:32:46 +01:00 |
|
Davide P. Cervone
|
5709ab189b
|
Merge remote-tracking branch 'fred/issue365' into develop
Resolves issue #365.
|
2013-03-21 09:17:55 -04:00 |
|
Davide P. Cervone
|
a0e0567028
|
Merge remote-tracking branch 'fred/issue366' into develop
Resolves issue #366.
|
2013-03-21 09:12:10 -04:00 |
|
Frédéric Wang
|
883d7a9e92
|
Use this.HTMLzeroBBox instead of the explicit object in the HTML-CSS output.
|
2013-03-21 11:29:15 +01:00 |
|
Davide P. Cervone
|
3ab428a985
|
Merge remote-tracking branch 'fred/issue363' into develop
Resolves issue #363.
|
2013-03-20 17:13:05 -04:00 |
|
Davide P. Cervone
|
06235f4cb5
|
Merge remote-tracking branch 'fred/issue410' into develop
Resolves issue #410
|
2013-03-20 16:19:01 -04:00 |
|
Davide P. Cervone
|
0efe5e6f2c
|
Merge branch 'issue383' into develop
Resolves issue #383
|
2013-03-20 14:00:11 -04:00 |
|
Davide P. Cervone
|
3a5a0a6910
|
Remove commented code and add comment for change to Ex(). Issue #383.
|
2013-03-20 13:58:48 -04:00 |
|
Davide P. Cervone
|
7f5097436b
|
Merge remote-tracking branch 'fred/issue362' into develop
Resolves issue #362
|
2013-03-20 13:54:29 -04:00 |
|
Davide P. Cervone
|
1702034cd8
|
Merge branch 'issue351' into develop
Resolves issue #351
|
2013-03-20 13:46:12 -04:00 |
|
Davide P. Cervone
|
e6ba42a94a
|
Merge branch 'issue412' into develop
Resolves issue #412.
|
2013-03-20 13:40:52 -04:00 |
|
Davide P. Cervone
|
73d7791820
|
Merge branch 'issue414' into develop
|
2013-03-20 13:40:04 -04:00 |
|
Davide P. Cervone
|
0724a8ea06
|
Bump version number and add comments referring to issue #414.
|
2013-03-20 09:26:08 -04:00 |
|
Davide P. Cervone
|
fd38b7a891
|
Bump version number and add comment referencing issue #412.
|
2013-03-20 09:05:20 -04:00 |
|
Davide P. Cervone
|
990e3c6007
|
Don't scale line thickness for menclose (so lines won't disapear in scripts). Resolves issue #414.
|
2013-03-19 11:45:23 -04:00 |
|
Davide P. Cervone
|
4a024c2984
|
Wait for SVG to set the fontDir value before setting up the loadhooks or calling loadCompete. This allows fontdata.js to be included in combined configuration files. Resolves issue #413.
|
2013-03-18 19:09:54 -04:00 |
|
Davide P. Cervone
|
477e7e96d5
|
Call setTeXclass on toolips (makes sure they will format properly when rendered). Resolves issue #412.
|
2013-03-18 19:00:20 -04:00 |
|
Frédéric Wang
|
eeb63895ae
|
Fix Math Processing Error with ApplyFunction (issue 410)
|
2013-03-14 13:37:33 +01:00 |
|
Frédéric Wang
|
276b7751dc
|
Implement the XSLT for IE <= 8.
|
2013-03-05 15:15:45 +01:00 |
|
Frédéric Wang
|
ca718359cc
|
Handle parsing of the <math> source better.
|
2013-03-05 12:30:48 +01:00 |
|
Frédéric Wang
|
1e9ade71bf
|
Update more names to follow our coding style.
|
2013-02-28 10:19:17 +01:00 |
|
Frédéric Wang
|
503f997064
|
Finishing to find all the strings to localize
|
2013-02-25 18:05:33 +01:00 |
|
Frédéric Wang
|
dd019796b0
|
More translations...
|
2013-02-25 16:09:17 +01:00 |
|
Frédéric Wang
|
e1761573bf
|
Translation of messages from jax/input/TeX/jax.js
|
2013-02-22 18:58:16 +01:00 |
|
Frédéric Wang
|
4fdb68a080
|
More attempts to translate messages.
|
2013-02-22 13:56:52 +01:00 |
|
Frédéric Wang
|
bf1157fce4
|
Rename some variables to follow Davide's convention ; use DOM element interface to browse the table.
|
2013-02-13 14:15:51 +01:00 |
|
Frédéric Wang
|
aeefb6cf5b
|
Save SVG data for an empty mtable. Fix issue392.
|
2013-02-11 15:46:16 +01:00 |
|
Frédéric Wang
|
d0b024243b
|
Better construct empty frames when maction@selection is invalid
|
2013-02-11 14:29:09 +01:00 |
|
Frédéric Wang
|
4fefa49080
|
Do not display maction when the selection is out of range. Fix issue 365.
|
2013-02-08 16:32:24 +01:00 |
|
Frédéric Wang
|
492f378ff8
|
Enable the mlabeledtr workaround for Opera
|
2013-02-06 23:02:01 +01:00 |
|
Frédéric Wang
|
65c9b8234e
|
Better handle mathvariant for unknown/invalid values or values not supported by generic fonts.
|
2013-02-06 18:10:33 +01:00 |
|
Frédéric Wang
|
4c28f5f7c6
|
Merge branch 'issue356' into issue359
Conflicts:
unpacked/jax/output/NativeMML/jax.js
|
2013-02-06 15:40:28 +01:00 |
|
Frédéric Wang
|
89845b909b
|
Some improvements to Davide's work ; make the rowspacing/columnspacing workaround work on Webkit too.
|
2013-02-06 15:20:56 +01:00 |
|
Frédéric Wang
|
b9e919499b
|
Add a HTMLCSS.maxStretchyParts property.
|
2013-02-06 14:29:26 +01:00 |
|
Frédéric Wang
|
684b81a022
|
Implement rowspacing/columnspacing for the native MathML output, using cell padding.
|
2013-02-06 12:05:13 +01:00 |
|
Frédéric Wang
|
64a9eb0506
|
Workaround mfenced support for Opera too ; add open/close properties on the element jax generated by the TeX/MathML input jax ; generate mfenced element for <mrow> elements with open/close properties.
|
2013-02-04 12:55:49 +01:00 |
|
Frédéric Wang
|
5a5205e013
|
Make the input TeX jax generate mrow+mo rather than mfenced.
|
2013-02-01 12:22:55 +01:00 |
|
Davide P. Cervone
|
caa965d23d
|
Add a pixel extra around the SVG image to accommodate antialiasing pixels. Also, try to work around truncation versus rounding issue in Chrome for ex-sizes (may not work well in other browsers, though). Addresses issue #383.
|
2013-01-31 15:39:21 -05:00 |
|
Davide P. Cervone
|
6c1dd91f13
|
Handle mlabeledtr in Firefox and other browsers by making a more complicated table with extra columns.
|
2013-01-31 15:33:25 -05:00 |
|
Frédéric Wang
|
07c5ee1121
|
Rename AsciiMath config option "decimal" to "decimalsign".
|
2013-01-31 16:35:09 +01:00 |
|
Frédéric Wang
|
b58c14b557
|
Replace "decimal" by "decimalsign" in AsciiMath input jax. Fix issue 384.
|
2013-01-31 10:54:54 +01:00 |
|
Frédéric Wang
|
9ae9306264
|
Scan mmultiscripts children to find the first element with a spanID, as suggested by Davide.
|
2013-01-28 08:36:00 +01:00 |
|
Frédéric Wang
|
24f7626290
|
change the order again in menclose.js
|
2013-01-15 17:19:02 +01:00 |
|
Frédéric Wang
|
a84763522d
|
mmultiscripts: take into account the <none/> case (probably need a better selection of sscale)
|
2012-12-26 19:41:10 +01:00 |
|
Frédéric Wang
|
d3be78023d
|
Fix Math Processing Error for msubsup/msub/msup element.
|
2012-12-26 15:27:55 +01:00 |
|
Frédéric Wang
|
b7bf3be64e
|
workaround for issue366: limit the number of repetition to build stretchy chars in HTML-CSS
|
2012-12-26 12:23:21 +01:00 |
|
Frédéric Wang
|
ec105af431
|
mmultiscripts/menclose: ensure that HTMLgetScale is not called before HTMLcreateSpan. Fix Math Processing errors described in issue 362.
|
2012-12-25 15:46:35 +01:00 |
|
Davide P. Cervone
|
c52a35e7a2
|
Bump versions, repack, and recombine previous commit
|
2012-11-27 14:43:34 -05:00 |
|
Davide P. Cervone
|
07a557324b
|
Bump versions, repack, and recombine previous commit.
|
2012-11-27 14:42:07 -05:00 |
|
Davide P. Cervone
|
86c5f1bb56
|
Make \big and its relatives use script or scriptscript fonts (although size is still absolute, as it is in TeX) so that it balances the text weight in scripts. Resolves issue #350.
|
2012-11-27 14:21:54 -05:00 |
|
Davide P. Cervone
|
6ef9fb6d87
|
Make tool tips appear above zoom boxes (resolves issue #351).
|
2012-11-27 14:19:48 -05:00 |
|
Davide P. Cervone
|
e0273d1704
|
Fix problem with OS X Lion STIX font fix being applied to all platforms when Chrome is used.
|
2012-10-17 17:52:58 -04:00 |
|
Davide P. Cervone
|
b1abd818bd
|
Fix problem with adding widths when child node is empty that causes linebreaking to produce math processing errors. (Reported by StackExchange community.)
|
2012-10-03 06:22:19 -04:00 |
|
Davide P. Cervone
|
235c5dc40b
|
Fix problem with table frames in IE with zero-height tables. Also fix problem with HTMLboxChild when child is is empty and the container doesn't have a bbox. Resolves issues found by Fred's test framework.
|
2012-10-03 06:20:57 -04:00 |
|
Davide P. Cervone
|
ca34855b25
|
Fix a problem with SVG linebreaking where the lines would get farther and farther apart when there are multiple breaks within an equation.
|
2012-10-01 16:56:20 -04:00 |
|
Davide P. Cervone
|
5921c8cb84
|
Make IE9 and IE10 use SVG for menclose rather than SVG (when in a document mode that supports it). Resolves issue #324.
|
2012-09-29 15:54:22 -04:00 |
|
Davide P. Cervone
|
e7b29726b6
|
Merge branch 'issue317' into develop
|
2012-09-29 15:06:36 -04:00 |
|
Davide P. Cervone
|
aa5829849f
|
Update version numbers to v2.1
|
2012-09-24 21:06:28 -04:00 |
|
Davide P. Cervone
|
beff612f53
|
Use web-fonts by default for unknown browsers. Addresses issue #317.
|
2012-09-24 20:19:11 -04:00 |
|
Davide P. Cervone
|
8ef21276b4
|
Merge issue 'issue296' into develop
|
2012-09-10 19:14:49 -04:00 |
|
Davide P. Cervone
|
8d0b6f5189
|
Merge branch 'issue305' into develop
|
2012-09-10 19:12:39 -04:00 |
|
Davide P. Cervone
|
278d7f2e12
|
Merge branch 'issue309' into develop
|
2012-09-10 19:10:39 -04:00 |
|
Davide P. Cervone
|
544f16042a
|
Bump version number and repack previous commit
|
2012-09-09 07:05:38 -04:00 |
|
Davide P. Cervone
|
af2ae01e9b
|
Fix problem with SVG output disappearing during line breaks when equation numbers are also present. Resolves issue #296
|
2012-09-09 07:04:19 -04:00 |
|
Davide P. Cervone
|
9025855ce2
|
Merge branch 'issue310' into develop
|
2012-09-09 06:56:22 -04:00 |
|
Davide P. Cervone
|
064e053140
|
Fix problem with potential infinite loop when an mspace is an embellished operator that causes a linebreak to occur. Also fix alignment problem in msubsup where svg.y wasn't taken into account (after a removeable group is removed). Might need similar treatment in moverunder and perhaps others as well. Issue #305.
|
2012-09-09 00:19:35 -04:00 |
|
Davide P. Cervone
|
0ed7629df9
|
Fix an undeclared variable (notices by the packer).
|
2012-09-08 21:32:24 -04:00 |
|