Davide P. Cervone
|
c30dd6647b
|
Merge branch 'issue829' into develop. Issue #829.
|
2014-09-11 06:50:13 -04:00 |
|
Davide P. Cervone
|
177eade964
|
Use delimitershortfall and delimiterfactor for stretching vertical delimiters for SVG.
|
2014-09-08 15:27:31 -04:00 |
|
Davide P. Cervone
|
3ae1a46217
|
Take vertical offset into account in mpadded background color in SVG output. Resolves issue #800.
|
2014-09-04 19:41:19 -04:00 |
|
Davide P. Cervone
|
13b16f9b26
|
Merge branch 'node-issue3' into develop. Issue mathjax/MathJax-node#3.
|
2014-09-04 05:57:14 -04:00 |
|
Davide P. Cervone
|
d74208ef1f
|
Merge branch 'node-issue18' into develop. Issue mathjax/MathJax-node#18.
|
2014-09-04 05:56:27 -04:00 |
|
Davide P. Cervone
|
5e14383a59
|
For glyphs with empty paths (e.g., space characters), just move the x position by the width of the character. Resolves mathjax/MathJax-node#3.
|
2014-09-03 14:47:57 -04:00 |
|
Davide P. Cervone
|
a4c6eb6753
|
Simplify output when SVG output extends beyond the top or bottom of the bounding box (makes the SVG entirely self-contained for MathJax-node output). Issue mathjax/MathJax-node#18.
|
2014-09-03 13:13:10 -04:00 |
|
Davide P. Cervone
|
e090b7821a
|
Make SVG output not include emtpy attributes for unknown characters. Issue #898 and mathjax/MathJax-node#6.
|
2014-09-03 10:23:10 -04:00 |
|
Davide P. Cervone
|
3848ac329b
|
Fix scaling for text when mtextFontInherit is in effect and Scale All Math is not 100%. Issue #826
|
2014-08-24 18:23:37 -04:00 |
|
Davide P. Cervone
|
b7fbcc73b6
|
Fix scaling of unknown characters to handle 'Scale All Math' values properly. Issue #826.
|
2014-08-20 12:10:28 -04:00 |
|
Davide P. Cervone
|
ddb96b1b66
|
Move CoreParent, CoreText, remap, and remapChars to element jax (since shared among the output jax), and fix positioning of double accents like \vec{\vec{x}}. Resolves issue #877.
|
2014-08-19 16:55:36 -04:00 |
|
Davide P. Cervone
|
7aab884fd0
|
Merge pull request #874 from pkra/nodejs
merging @dpvc's Nodejs branch into develop.
|
2014-07-21 10:06:35 -04:00 |
|
Davide P. Cervone
|
d06675ae89
|
Mark SVG spans as MathJax ones properly.
|
2014-06-24 16:40:52 -04:00 |
|
Davide P. Cervone
|
f9afa15ecc
|
Correct ID for global glyph lookup
|
2014-06-08 21:08:31 -04:00 |
|
Davide P. Cervone
|
668585f591
|
Fix several problems with stretchy delimiters in SVG output (minsize didn't always get processed, stretched characters weren't marked as such).
|
2014-05-30 12:17:09 -04:00 |
|
Davide P. Cervone
|
11e4ba5101
|
Make glyph data be part of BBOX.GLYPH, and make sure that resets don't increment the counter for local <defs> elements.
|
2014-05-22 13:14:29 -04:00 |
|
Davide P. Cervone
|
3c98ab81dd
|
Change where ID is modified so that the cache properly accounts for it.
|
2014-05-17 13:47:58 -04:00 |
|
Davide P. Cervone
|
2a11309edd
|
Add options useFontCache and useGlobalCache to control use of <use> elements. Also add Fixed() method to make shorter values for scale and viewport.
|
2014-05-14 14:30:28 -04:00 |
|
Davide P. Cervone
|
267a9a90eb
|
Use width and height attributes rather than styles.
|
2014-05-14 09:30:05 -04:00 |
|
Davide P. Cervone
|
2c3a5f0b79
|
Apparently, node.js uses uppercase nodeName, so use toLowerCase() to change it.
|
2014-05-14 09:29:09 -04:00 |
|
Davide P. Cervone
|
5538982def
|
Remove space around accent operators (resolves issue #815).
|
2014-05-12 15:47:01 -04:00 |
|
Davide P. Cervone
|
e92f3f2718
|
Change copyright and version numbers
|
2014-05-07 17:02:28 -04:00 |
|
Davide P. Cervone
|
3ebb153763
|
Ignore mathsize for non-token elements when figuring scales.
|
2014-05-05 11:18:44 -04:00 |
|
Davide P. Cervone
|
81cec74252
|
Fix scaling problem with mpadded.
|
2014-05-04 15:23:50 -04:00 |
|
Davide P. Cervone
|
462be1eaeb
|
Make sure that <mo> with minsize or maxsize set are stretched.
|
2014-04-25 17:31:11 -04:00 |
|
Davide P. Cervone
|
cb04ee618c
|
Fix problems with linebreaks in fractions (scaling of lineleading, proper detection of auto indentalign, etc.)
|
2014-04-21 18:16:31 -04:00 |
|
Davide P. Cervone
|
1e8ae72201
|
Merge branch 'zoom-fix' into develop. Issues #749, #460, #423.
|
2014-04-11 07:56:49 -04:00 |
|
Davide P. Cervone
|
662023bed4
|
Merge branch 'issue703' into develop. Issue #703.
|
2014-04-11 07:55:31 -04:00 |
|
Davide P. Cervone
|
46ba400ad6
|
Work around WebKit bug with SVG sizes. Resolves issue #749.
|
2014-04-10 22:45:35 -04:00 |
|
Davide P. Cervone
|
6ba5f2a624
|
Make absolute sizes scale when zoomed. Resolves issue #460.
|
2014-04-10 20:48:28 -04:00 |
|
Davide P. Cervone
|
c33e0f06b8
|
Fix scaling for SVG (similar to HTML-CSS fixes). Issue #703
|
2014-04-09 16:00:10 -04:00 |
|
Davide P. Cervone
|
13d79045b5
|
Add check that font name is valid. Resolves issue #615.
|
2014-03-19 12:05:33 -04:00 |
|
Davide P. Cervone
|
0f659f5b3e
|
Add support for dotted borders. Resolves issue #770.
|
2014-03-18 12:54:29 -04:00 |
|
Davide P. Cervone
|
24b57ec75e
|
Fix problem with not having all borders specified.
|
2014-03-18 12:17:56 -04:00 |
|
Davide P. Cervone
|
8b4176fc1c
|
Move styling from mtext to merror, and allow the styles to be specified in the configuration. Resolves #387.
|
2014-03-16 08:55:29 -04:00 |
|
Davide P. Cervone
|
ff8e052806
|
Simplify font selection code for SVG output.
|
2014-02-23 14:52:44 -05:00 |
|
Davide P. Cervone
|
3614cd1671
|
Merge branch 'develop' into issue703
|
2014-02-21 11:06:47 -05:00 |
|
Davide P. Cervone
|
6e46adc08f
|
Merge branch 'issue547' into develop. Issue #547.
|
2014-02-20 10:18:45 -05:00 |
|
Davide P. Cervone
|
7eaedb4639
|
Handle adding of nulldelimiterspace so taht it is properly included in the width of the fraction. Resolves issue #547.
|
2014-02-19 19:20:24 -05:00 |
|
Davide P. Cervone
|
bc19088423
|
Prevent mo's from being stretched more often than needed (check that they aren't already the right size when matching mrow size). Also, allow TeXAtom to stretch properly when part of an embellished operator. Issue #701.
|
2014-02-17 11:17:29 -05:00 |
|
Davide P. Cervone
|
46ce16d9ba
|
Merge branch 'issue619' into develop. Issue #619.
|
2014-02-15 12:36:39 -05:00 |
|
Davide P. Cervone
|
b85d23d9a5
|
Fix incorrect index in mtable (issue #468 wasn't fixed for SVG), and make bounding box information correct for stretched character. Resolves issue #619.
|
2014-02-14 11:04:15 -05:00 |
|
Davide P. Cervone
|
3d68051118
|
Only set width to full for top-level math elements, and make svg.Align() handle expanding the box to accommodate larger lines. Resolves issue #391.
|
2014-02-14 10:02:06 -05:00 |
|
Davide P. Cervone
|
6b6623bc5c
|
Merge branch 'issue473' into develop. Issue #473.
|
2014-02-14 08:32:48 -05:00 |
|
Davide P. Cervone
|
a3fd08bb7a
|
Add text-indent:0 to SVG and HTML-CSS output. Resolves issue #473.
|
2014-02-13 14:29:38 -05:00 |
|
Davide P. Cervone
|
002917e559
|
Make remapping from REMAP and variant.remap work the same, and when string value is used, go back and check for variant changes again. Resolves isse #684.
|
2014-02-13 06:55:59 -05:00 |
|
Davide P. Cervone
|
ed624f333d
|
Merge branch 'issue459' into develop. Issue #459.
|
2014-02-10 08:40:06 -05:00 |
|
Davide P. Cervone
|
0c8fdca0e6
|
Remove unneeded space in class name.
|
2014-02-10 08:37:53 -05:00 |
|
Davide P. Cervone
|
bcceb08590
|
Add \texttt and \textsf macros, and make them work with mtextFontInherit. Resolves issue #459.
|
2014-02-09 13:45:58 -05:00 |
|
Davide P. Cervone
|
70bbd42c9d
|
Handle nested <math> elements without error. Resolves issue #614.
|
2014-02-08 13:02:56 -05:00 |
|