Davide P. Cervone
|
49003fe4ac
|
Fix vertical stretchy characters to use multiple extenders rather than CSS transform. Issue #1326
|
2015-12-03 11:49:55 -05:00 |
|
Davide P. Cervone
|
458cd7a760
|
Improve heuristics for adding function-apply following operators. Issue #1312.
|
2015-12-03 07:43:00 -05:00 |
|
Davide P. Cervone
|
2307a753b2
|
Fix problem with mtext losing initial spacing when the mtext containe only one printable character. Issue #1316.
|
2015-12-02 14:58:53 -05:00 |
|
Davide P. Cervone
|
3cdcd73b01
|
Merge branch 'issue1295' into develop. Issue #1295.
|
2015-12-02 11:19:58 -05:00 |
|
Davide P. Cervone
|
aa21c9fedd
|
Merge branch 'issue1287' into develop. Issue #1287.
|
2015-12-02 11:19:08 -05:00 |
|
Peter Krautzberger
|
b28461f032
|
plainsource outpt: first commit
|
2015-11-18 13:47:36 +01:00 |
|
Davide P. Cervone
|
ea98a6e562
|
Make height/depth of horizontal stretchy characters be maximum of the height/depth of the component parts, rather than TeX's approach of using the extender's height and depth. Also, make over-brace and other over macros not set accent=false so they match TeX and the under versions better. Resolves #1255.
|
2015-11-02 09:22:36 -05:00 |
|
Davide P. Cervone
|
7c39f064d0
|
Handle scriptlevel set on arrays via an mstyle node (affects smallmatrix). Resolves issue #1295.
|
2015-11-01 19:22:11 -05:00 |
|
Davide P. Cervone
|
04bb13e932
|
Lookup stack container for stretchy operators for msubsup in CHTML. Resolves issue #1287.
|
2015-10-18 07:33:24 -04:00 |
|
Davide P. Cervone
|
ecbfb344c3
|
Move event handler to maction element rather than duplication it in two places (for HTML-CSS output).
|
2015-10-17 23:36:13 -04:00 |
|
Davide P. Cervone
|
415be7eaf7
|
Add explicit table border-spacing since Firefox seems to need this to avoid too large a space around the math when focusing. If the spacing is too small, it seems that Firefox fails to treat the inlein-table as a table, so use 3px and use the margin to remove it so there is no change in position.
|
2015-10-17 23:35:24 -04:00 |
|
Davide P. Cervone
|
83b482f4b4
|
Fix typo in bbox for mfrac, and add ability to draw debugging bounding box for a given element.
|
2015-10-17 22:19:54 -04:00 |
|
Davide P. Cervone
|
4c85dc09b9
|
Make mactions nest properly in SVG output
|
2015-10-17 06:01:15 -04:00 |
|
Davide P. Cervone
|
c68c690468
|
Make sure CHTML zoom has access to the proper container
|
2015-10-17 06:01:03 -04:00 |
|
Davide P. Cervone
|
b679e7e4df
|
Merge branch 'issue1279' into develop. Issue #1279.
|
2015-10-14 09:09:35 -04:00 |
|
Davide P. Cervone
|
48e3ed1047
|
Merge branch 'issue1283' into develop. Issue #1283.
|
2015-10-14 08:01:41 -04:00 |
|
Davide P. Cervone
|
c8d09126b5
|
Make table frame and lines respect the scaling factor for the table (so they get thicker if the table is scaled). Issue #1279
|
2015-10-13 06:23:17 -04:00 |
|
Davide P. Cervone
|
c8ea88e195
|
Make horizontal lines have minimum lickness of 1px so they don't disappear. Issue #1279.
|
2015-10-13 06:15:32 -04:00 |
|
Davide P. Cervone
|
3b8ab2e5c1
|
Round em's to nearest pixel to avoid WebKit alignment issues. Resolves issue #1283.
|
2015-10-11 18:57:38 -04:00 |
|
Davide P. Cervone
|
7c3fbd95cc
|
Mark CHTML output so that tex2jax won't re-process it. Resolves issue #1285.
|
2015-10-11 14:31:41 -04:00 |
|
Davide P. Cervone
|
225ac4680f
|
Update version numbers of changed files
|
2015-10-08 20:52:14 -04:00 |
|
Davide P. Cervone
|
974b5d34c8
|
Merge branch 'issue1281' into develop. Issue #1281.
|
2015-10-08 20:46:10 -04:00 |
|
Davide P. Cervone
|
74c7898fca
|
Merge branch 'issue1279' into develop. Issue #1279.
|
2015-10-08 20:45:59 -04:00 |
|
Davide P. Cervone
|
015c36ef84
|
Merge branch 'issue1278' into develop. Issue #1278.
|
2015-10-08 20:45:41 -04:00 |
|
Davide P. Cervone
|
bd5c6d7496
|
Scale pixels by the scaling factor in effect for node (since they are not relative units and won't be scaled automatically). Issue #1279
|
2015-10-08 08:35:59 -04:00 |
|
Davide P. Cervone
|
4765effa5f
|
Make sure horizontal lines have units in pixels rather than ems so they are less likely to disappear
|
2015-10-08 08:19:05 -04:00 |
|
Davide P. Cervone
|
9da8bc6fdb
|
Have non-token elements get the correct scaling factor (using the proper mathsize) rather than setting it to 1. This resolves issue #1281.
|
2015-10-08 08:12:29 -04:00 |
|
Davide P. Cervone
|
47163b5c70
|
Add missing ':focus' in CSS for handling outline better
|
2015-10-08 08:07:30 -04:00 |
|
Davide P. Cervone
|
1fa9bbaef0
|
Force width of mrow if there is negative space within the mrow (to work around WebKit bug). Resolves issue #1278.
|
2015-10-07 18:06:49 -04:00 |
|
Davide P. Cervone
|
4d6190c581
|
Use inline-table to make focus outline work better for all browsers. Resolves issue #1282
|
2015-10-06 20:48:15 -04:00 |
|
Davide P. Cervone
|
6535c031ed
|
Fix alignment problems with horizontal stretched characters. Resolves issue #1276.
|
2015-10-03 08:31:17 -04:00 |
|
Davide P. Cervone
|
c83db737ec
|
Fix problems found during packing of files
|
2015-09-19 17:26:48 -04:00 |
|
Davide P. Cervone
|
2557ccedae
|
Update version number to 2.6-beta for beta release
|
2015-09-19 10:08:08 -04:00 |
|
Davide P. Cervone
|
65d9ee1160
|
Change MJXf-* to MJXp-* (since we renamed FastHTML to PreviewHTML)
|
2015-09-18 15:49:41 -04:00 |
|
Davide P. Cervone
|
f0c93c2d98
|
Fix problem with fractions in quirks mode in Safari and IE. Resolves issue #1035
|
2015-09-18 15:43:01 -04:00 |
|
Davide P. Cervone
|
45817c1519
|
merge branch 'develop' into more-menu (fix conflicts with Volker's changes)
|
2015-09-14 07:27:21 -04:00 |
|
Davide P. Cervone
|
031dccee98
|
Fix CHTML issues due to change from custom tags to span-with-class approach (i.e., replace uses of getElementsByTagName). Also fix some issues found by running the test suite.
|
2015-09-13 17:48:29 -04:00 |
|
Davide P. Cervone
|
3fa5b2d2ad
|
Don't let svg element be focusable in IE.
|
2015-09-12 17:33:56 -04:00 |
|
Davide P. Cervone
|
649b7b2863
|
Properly handle left-hand space for first script after <none/> in CHTML mmultiscripts
|
2015-09-12 15:00:06 -04:00 |
|
Davide P. Cervone
|
0412d8ec7e
|
Fixed CHTML.addElement to be able to create non-span elements (e.g., the <a> needed for href attributes)
|
2015-09-12 14:23:35 -04:00 |
|
Davide P. Cervone
|
17e02d710c
|
Fix removal of previously rendered CHTML output (for Rerender, etc) to lok for class rather than node type, now that we switched to all spans again (sigh).
|
2015-09-12 14:19:37 -04:00 |
|
Davide P. Cervone
|
b1647c98e7
|
Make sure CommonHTML output is marked by isMathJax
|
2015-09-12 07:30:54 -04:00 |
|
Davide P. Cervone
|
bde96342e6
|
Move .MathJax:focus to right after .MathJax CSS, and make sure full-width equations are full width when converted to display:inline-block
|
2015-09-12 06:59:50 -04:00 |
|
Davide P. Cervone
|
3a15f83059
|
Adjust role for SVG output and put aria-label on the SVG element rather than the enclosing span; add role and aria-label to CHTML output. Resolves issue #1192.
|
2015-09-11 10:44:50 -04:00 |
|
zorkow
|
d3a4535ec8
|
Merge branch 'develop' into integrate_keyboard_events
|
2015-09-04 15:00:59 +01:00 |
|
Davide P. Cervone
|
2639c8fd44
|
Merge branch 'fast-preview' into develop
|
2015-09-03 09:48:30 -04:00 |
|
Davide P. Cervone
|
3fdbe03b2a
|
Update AsciiMath to current version. Issue #1247.
|
2015-09-03 09:39:55 -04:00 |
|
Davide P. Cervone
|
936f85b537
|
Merge branch 'issue1251' into develop. Issue #1251.
|
2015-09-03 09:36:11 -04:00 |
|
Davide P. Cervone
|
78e9737b21
|
Rename FastHTML to PreviewHTML and FHTML-preview.js to fast-preview.js
|
2015-09-01 18:45:20 -04:00 |
|
zorkow
|
0e1a33263f
|
Adds to keyboard driven menus to FastHTML.
|
2015-09-01 21:16:29 +01:00 |
|
zorkow
|
7054f37677
|
Integrates and moves improved CSS for outline.
|
2015-09-01 19:34:50 +01:00 |
|
zorkow
|
94b0d7d1ee
|
Merge branch 'develop' into integrate_keyboard_events
Conflicts:
unpacked/jax/output/CommonHTML/jax.js
|
2015-09-01 18:30:46 +01:00 |
|
Davide P. Cervone
|
07eb553f8d
|
Merge branch 'chtml' into develop. Issue #1051.
|
2015-09-01 08:13:11 -04:00 |
|
Davide P. Cervone
|
bc360cd262
|
Make sure primes are taken from the correct variant font (now that we have more than one to work with). Resolves issue #1251
|
2015-09-01 08:02:02 -04:00 |
|
Davide P. Cervone
|
e6f15a4bec
|
Convert use of custom tags to span-with-class
|
2015-08-29 08:24:44 -04:00 |
|
zorkow
|
189d4a8a81
|
Adds tabbing and menu key event for for all renderers.
|
2015-08-29 01:02:33 +01:00 |
|
Davide P. Cervone
|
944000c76f
|
Set min-width properly on tables with labels so that they don't overlap (596).
|
2015-08-26 19:21:47 -04:00 |
|
Davide P. Cervone
|
52ba4e6fa9
|
Fix default value for minlabelspacing (failed if unitless values were used)
|
2015-08-26 17:23:58 -04:00 |
|
Davide P. Cervone
|
8d4a15abc1
|
Fix problems with indentAlign='right'.
|
2015-08-26 17:17:55 -04:00 |
|
Davide P. Cervone
|
d0e4e1b8f5
|
Handle explicit width correctly for tables in SVG (don't remove extra column spacing)
|
2015-08-26 08:47:42 -04:00 |
|
Davide P. Cervone
|
f886216f2c
|
Handle explicit width correctly (don't remove extra column spacing)
|
2015-08-26 06:58:46 -04:00 |
|
Davide P. Cervone
|
3d4bc8cd0f
|
Handle indentshift properly in HTML-CSS output (don't need to scale it)
|
2015-08-26 06:39:23 -04:00 |
|
Davide P. Cervone
|
b06c7a5f20
|
Make sure transform is non-null to avoid problems when it is appended later.
|
2015-08-26 06:23:04 -04:00 |
|
Davide P. Cervone
|
c3f4606576
|
Fix problem with dahsed rowlines in mtable caused by changing to px for rules (and using top border for horizontal lines)
|
2015-08-25 16:55:33 -04:00 |
|
Davide P. Cervone
|
463c88e4be
|
Don't use monospace for MS, and use smart quotes, like CommonHTML.
|
2015-08-25 15:14:48 -04:00 |
|
Davide P. Cervone
|
0a4da7e3b4
|
Do quotes and text in one shot, like HTML-CSS and SVG (resolves some problems with the ms tests in the test suite).
|
2015-08-25 15:13:16 -04:00 |
|
Davide P. Cervone
|
930c5d3fb3
|
Make maction use the correct core node
|
2015-08-25 12:13:15 -04:00 |
|
Davide P. Cervone
|
3032239f7e
|
Make fraction spacing consistent with HTML-CSS and SVG output
|
2015-08-25 12:12:51 -04:00 |
|
Davide P. Cervone
|
37d7a91a69
|
Only use mathsize on token elements
|
2015-08-25 08:09:43 -04:00 |
|
Davide P. Cervone
|
bea44b3029
|
Avoid problem with empty base element
|
2015-08-24 19:32:27 -04:00 |
|
Davide P. Cervone
|
0714de5336
|
Force a little more space in fractions, and get the spacing right for \atop
|
2015-08-24 18:03:45 -04:00 |
|
Davide P. Cervone
|
b80e69967b
|
Add scaling factor to length2em computations (since containers set font-size, the absolute dimensions need to be adjusted to compensate). Make an mbase version to make that easier.
|
2015-08-24 18:00:28 -04:00 |
|
Davide P. Cervone
|
d139834179
|
Make sure mspace and mfrac set their scaling factors.
|
2015-08-24 13:56:58 -04:00 |
|
Davide P. Cervone
|
bf330af3f7
|
Make sure tables with labels are properly aligned (in case they are in an mrow with other stuff, though they shouldn't be).
|
2015-08-24 13:12:47 -04:00 |
|
Davide P. Cervone
|
e59f6d6484
|
Make sure parents of percentage-width elements have percentage widths.
|
2015-08-24 13:11:47 -04:00 |
|
Davide P. Cervone
|
5296f1111f
|
Make mtextFontInherit take the math scaling factor into account (issue 826).
|
2015-08-24 10:59:07 -04:00 |
|
Davide P. Cervone
|
3100f10c4a
|
Don't count spacing (in paddingLeft and Right) as part of the width of an <mo> element
|
2015-08-24 10:45:47 -04:00 |
|
Davide P. Cervone
|
d400e00812
|
Handle math italic with mtextFontInherit, record unkown character axis properly, and get correct scaling for unknown characters.
|
2015-08-24 10:08:24 -04:00 |
|
Davide P. Cervone
|
6e1301e681
|
Update CHTML to get the proper node for handling horizontal stretchy characters.
|
2015-08-24 08:23:20 -04:00 |
|
Davide P. Cervone
|
966444bc31
|
Fix zoom scaling, and fix handling over overlaps on top and bottom
|
2015-08-22 12:13:15 -04:00 |
|
Davide P. Cervone
|
5f00f6facd
|
Rename mapchars to remapchars property for consistency (was wrong in mo.CHTMLcanStretch).
|
2015-08-22 10:12:03 -04:00 |
|
Davide P. Cervone
|
fc04b1943d
|
Fix typo in handling UTF-16 characters
|
2015-08-22 09:37:39 -04:00 |
|
Davide P. Cervone
|
2cce710826
|
Handle align attribute for munderover
|
2015-08-22 07:52:25 -04:00 |
|
Davide P. Cervone
|
f5928643b8
|
Make smartquotes into regular quotes for monospaced output
|
2015-08-22 07:52:06 -04:00 |
|
Davide P. Cervone
|
e7961f0dd2
|
Make phantom background colors not disappear, make spaces be kept in char boxes, and handle mrow-enclosed atom in superscripts (still needs work, like TWO mrows, etc., and should be made part of mml jax).
|
2015-08-22 07:50:56 -04:00 |
|
Davide P. Cervone
|
787006163b
|
Don't count frame width in frame spacing, and add padding to fake td for equal heights.
|
2015-08-22 07:50:49 -04:00 |
|
Davide P. Cervone
|
94d236457c
|
Fix vertical align percentage to be of initial image height (to be consistent with others)
|
2015-08-22 07:50:39 -04:00 |
|
Davide P. Cervone
|
b5d6f31252
|
Add missind 'node' to CHTMLstretchH() call.
|
2015-08-21 07:46:01 -04:00 |
|
Davide P. Cervone
|
43f59da6b9
|
Make 'dumb quotes' into 'smark quotes'
|
2015-08-20 11:21:34 -04:00 |
|
Davide P. Cervone
|
273a96a122
|
Handle unitless linethickness in mfrac
|
2015-08-20 11:16:22 -04:00 |
|
Davide P. Cervone
|
948620fa02
|
Handle missing elements better (see issue 486)
|
2015-08-20 10:32:21 -04:00 |
|
Davide P. Cervone
|
6b399e3726
|
Remove spacing from under and over scripts (see issue 815), and handle the bbox.D value better when there are multiple elements in an mrow.
|
2015-08-20 08:50:01 -04:00 |
|
zorkow
|
7c68c1cb1c
|
WIP
|
2015-08-18 22:01:27 +01:00 |
|
Davide P. Cervone
|
9b09bd9b2d
|
Merge branch 'variable-centers' into chtml
|
2015-08-11 12:56:52 -04:00 |
|
Davide P. Cervone
|
5210dbd4c7
|
Merge branch 'issue1233' into develop. Issue #1233.
|
2015-08-11 08:36:45 -04:00 |
|
Davide P. Cervone
|
ed25f37e1d
|
Remove() method should remove display container if the jax is a displayed equation.
|
2015-08-10 19:49:54 -04:00 |
|
Davide P. Cervone
|
c43a5250f0
|
Handle centerline for stretchy characters, and add centerline data to font files.
|
2015-08-10 19:40:30 -04:00 |
|
Davide P. Cervone
|
98b748d088
|
First step in handling variable centerlines for fonts (still need to do stretchy characters and remove use of CENTERLINE)
|
2015-08-10 18:28:28 -04:00 |
|
Davide P. Cervone
|
d566b9b8bc
|
Merge branch 'issue994' into develop. Issue #994.
|
2015-08-09 15:19:39 -04:00 |
|
Davide P. Cervone
|
3f4c47b4d7
|
Make maligngroup and malignmark be self-closing in MathML input, and make them produce no output in SVG mode. Resolves issue #1233.
|
2015-08-09 15:07:42 -04:00 |
|