Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/sagemath/MathJax

Beautiful math in all browsers
https://github.com/sagemath/MathJax

Updated README to include AsciiMath input

5612b3f296f44d56e433358164e0cdf281d42e16 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Change help-2-0 to help-v2 in URL references (I think this looks better)

4174acf5ac792efc4b843b31907aa421adcde69c authored almost 13 years ago by Davide P. Cervone <[email protected]>
Move help files to help-2-0 since menu setup is different, and if we edit the on0line docs, then sites that are still uwing v1.1 will point to the new docs instead of the ones appropriate for their version

66058ed1e73e9cc37c7aa19802ec7313979306b7 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Bring AsciiMath up to version 2.0.1 (by modifying two lines in the 1.4.7 version)

3f415603d8087606c79beb8eac4292b7fcbf3d6e authored almost 13 years ago by Davide P. Cervone <[email protected]>
Incorporate Ivan's edits, fix the zipball name that he changed, and update SVG description to list the browsers that it doesn't support

4d61d199cae64843dedf1f2153c372c4b191d185 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Merge pull request #1 from ivanistheone/v2.0-candidate

Small fixes for v2.0 docs

db3c5e7abad71beed69c3cec24f737462330f274 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Small updates documentations. One or two phrase simplifications and took out some references to 1.1 release

8bd6ed195eb27d61a63619fc4c04dbed362bbd30 authored almost 13 years ago by Ivan Savov <[email protected]>
Make SVG style handling be the same as HTML-CSS (don't inherit styles). This needs to be reworked so that some styles do get inherited

c1fe3577335fc77c2bb9ace0bdfd034953035734 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Add missing DefineColor macro to autoload-all extension

3a2b03a605b2c11a6e1d1b12a950d2c1aa57446a authored almost 13 years ago by Davide P. Cervone <[email protected]>
Repack all javascript files (to update the copyright notice) and recombine (make sure all combined files are current)

152d31182e8f528cecff004c3d1d35a85c37f40d authored almost 13 years ago by Davide P. Cervone <[email protected]>
Merge branch 'doc-update' into v2.0-candidate

50d1f45668bc77f982f66f80eb5ae2c2eb713490 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Don't do bolding if width is not readable (e.g., inside a container with display:none). Resolves issue #194.

ab487a051c4224e1edd8b38ab861bb4f1f7a7c11 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Merge branch 'v2.0-candidate' of https://github.com/dpvc/MathJax into doc-update

ae27155ff7e74c2e8a99ff536290f0996abd3f12 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Fix problem with indentShift when indentAlign is not 'center' and the equation is tagged

d82b3be4fb079196f0717e59ae4620cb7fb9d706 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Add MathJax.InputJax.TeX.resetEquationNumbers() routine to allow reprocessing of pages that have equation numbers and labels

c1ab649925ee3b525c783d139c6de0edb58f9b58 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Add a little more about line breaking, and link the what's new documentation to the linebreaking and equation numbering sections

5ef1f65b7786498479eb8526cdcf94c8c9d39bb6 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Add automatic line breaking to output format documentation

fde404b8dca4b0ffdd880e3c54d97edf7cfd19fb authored almost 13 years ago by Davide P. Cervone <[email protected]>
Add section on automatic line numbering to the TeX documentation

7496626a894c8202d5c943415157cde905227199 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Added v2.0 what's new document

6e65afd4a127eeee1c37ac887bc04f2fcdd89abe authored almost 13 years ago by Davide P. Cervone <[email protected]>
Merge branch 'v2.0-candidate' of https://github.com/dpvc/MathJax into doc-update

e238e7cabda75d175094272e549aef2bdbd32987 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Add autoload-all extension to predefine macros to autoload the extensions that define them (so MathJax will be able to access all the macros it knows about); update color extension so that it works with this extension better

52ed4f80261b94abadfc11174270066d60daffb3 authored almost 13 years ago by Davide P. Cervone <[email protected]>
More updates to the TeX documentation

da3a15a43996dfe82ce1eb0d6645bf1df853ee79 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Add more to TeX documentation, and include new examples

90f9948e19229aae5e050b0dcae40bbd104078dc authored almost 13 years ago by Davide P. Cervone <[email protected]>
Fixed some comments and default values, and added MathEvents section to default.js

0bc0a8cadad424f53e81eca1a340492f17017f99 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Updated configuration options documentaiton and added SVG and MathEvents documentation

39b78b1477b3ac56e8e0bc2efc6684806d9c9795 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Move preProcess from base jax to OutputJax, since that is the only place it is used. Don't copy Translate and cousins for ElementJax. Properly handle the loader in InputJax (avoinds infinite lops if input jax fails to compile)

4fb5de2200f73a240b35770e4f26f81f05c30dd9 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Continues updating documentation, in particular the Advanced Topics and API documents. Added a number of new example files.

4332291f58936f07d87b173d2ea10b1e35779d5f authored almost 13 years ago by Davide P. Cervone <[email protected]>
Merge branch 'v2.0-candidate' into doc-update

77e84ff8947ea097018fdda7e688cd39e6c8ade4 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Fix a whitespace issue in token elements with IE/quirks mode (MathML input jax)

7ce521293c10945fd729ff6f5f3c210a952b3719 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Fix an infinite loop in IE/quirks mode when linebreaking is performed (HTML-CSS output)

c3b149c921b82c4c8691e1ba78286fb1f3484bd0 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Make sure height is above depth when making spaces and rules in HTML-CSS and SVG output

4522a15f50815c182d222c153e4d5f63499eeaa0 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Remove some commas that cause problems in IE

fd3dd8b070e011dd035f57a0e89e6e17f0ec9a50 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Changed MISSINGFONT to undefinedFamily in SVG output in order to be consistent with HTML-CSS output

f0efb3451c2a219ea621fe9d8596111ed710c029 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Don't use borders on background colors; fix error with recent changes to linebreaking (spacelimit was in em's but should be in em's*1000)

f3ed39a9ad6574bea7d65c994ead0c21ed34a472 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Merge branch 'v2.0-candidate' into doc-update

70898d0d41b4d0003657cce0b5480f8f9db3d2d0 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Make font test against default font also include height, not just width, to help avoid the case where the test string is the same in the default font as the web font. Also, update the test strings to include characters that should help distinguish them better. Update the data files to the current versions of the fonts (lots of tiny differences, but nothing crucial)

104775c795d9ad190eef057439120d13e64ff252 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Firefox NativeMML still doesn't get the width right even if we set it properly on the <math>, so set it on the containing <span> instead. Resolves issue #88 again (and finally, I hope).

89f0f9d3071f0c5786caf7e8ca3fc2f1de5e8506 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Fix the AsciiMath block name in default.js, and fix a number of comments in extensions

70ea836047c3d655526d7398178ae1fa9ea73480 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Allow attributes to have values enclosed in quotes

cfa168e64282ddb8d28bb4d4789a12bbf5d38644 authored almost 13 years ago by Davide P. Cervone <[email protected]>
First pass at updating documentation for v2.0. Added docs for AsciiMath input and SVG output, plus some examples. Still need to go through configuration options to update those, and advanced topics, particularly the API documents.

3e5c8181f71e4b89a4988ad08b9c07fb5f236951 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Fix problem with zoom box in Firefox NativeMML mode (FF doesn't get the size of the <math> element correct). Resolves issue #88 (I hope).

7ca14b773aa1b71491cd45577b09bc1b41200e68 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Fixed problem with pattern in wrapper function that affected Opera when MathJax is minified (discovered by Fred's tests)

9ff6d9a321fecf10df6d4c30dd04fc0650a351a2 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Fix SVG problems reported by Fred (error in mtd background colors and maction stretching embelished operators)

e96dd07e371cccd60ba72b08ec11455a9ed1c111 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Fix a problem with NativeMML output where require.push() could cause an error when used in the combined configuration files

7c58066b7e462f3635a12cd3ee46946fdf8d89ea authored almost 13 years ago by Davide P. Cervone <[email protected]>
Merge remote branch 'mathjax/v2.0-candidate' into doc-update

9d1480b1c9bcac3560734d22d04ffd9c96c8d52d authored almost 13 years ago by Davide P. Cervone <[email protected]>
Actually delete the previews rather than just hide them (some screen readers don't properly handle them)

301c7d1f2e314e0cd7585bb308866374e34df34e authored almost 13 years ago by Davide P. Cervone <[email protected]>
Add NoMathPlayer parameter to prevent the MathPlayer setup when the page is loaded (users can still switch to NativeMML and the setup will be done at that point).

5cafb84908a966629cdd0941709f7e5057abb05e authored almost 13 years ago by Davide P. Cervone <[email protected]>
Updated character data for STIX v1.1 (one character added since beta version)

30db94c01efe20aafd6fa121634538fffee478cc authored almost 13 years ago by Davide P. Cervone <[email protected]>
Make a separate routine to get the contents of a script, and make it work in IE for XHTML files.

1698f9c33cac4298d5da365e91941185df9ee72c authored almost 13 years ago by Davide P. Cervone <[email protected]>
Isolate MathJax images from page's float CSS

a8e844c1e7b63b1c5415eb91d6f92618dbd9cbbc authored almost 13 years ago by Davide P. Cervone <[email protected]>
Move code that prevents numbers from being treated as a unit for super- and subscripts to the super- and subscript routines (instead of prefiltering for it). Resolves issue #192.

b5ab1e96c0f5c03e3c382d0938179d313aec07fc authored almost 13 years ago by Davide P. Cervone <[email protected]>
Make mml2jax work better with IE namespaces (IE9 no longer seems to list the xmlns entries on the html element)

388595f4fe27945e7e2d4b4c23a0e2926aba341f authored almost 13 years ago by Davide P. Cervone <[email protected]>
Prevent breaks right before a closing fence or right after an open fence.

1f5b1854e56a3b74af9c257cd7e293550a64fd51 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Improve linebreaking to work better when the equation doesn't have nesting to help group terms that shouldn't be broken. Also make breaks at large spaces more desireable.

5968ef8b74d3f0ea25ac71157aa53373a53e5b38 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Make lspace and voffset handle bad unit better in SVG (corresponding correction to HTML-CSS is 6e8ff20e07eb79a128be7868f6c45ebb98e65ac0). Resolves issue #191 for SVG

ac512fd1a7d8c5a266c114f73ca28af335096511 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Work around Opera's translation of font-weight:normal to font-weight:400

fe8c5b989952a6b704aee14a1b77a893de184638 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Handle offsets within the fontdata-extra data in SVG output

69bd9305c90e0d9146938beb206f6bf9be6086d1 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Additional changes to fix STIX font problems in Safari (the NonUnicode fonts also needed to be adjusted). Resolves issues #152 and #178.

1955ebb0d6265dbe4e2f994ddb8f682f01864673 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Fix problem with handling of initial negative spaces when initialSpaceBug is true (Opera and IE).

e3e843fd7a8ee200396cf5f7522f0510eb3d66f9 authored almost 13 years ago by Davide P. Cervone <[email protected]>
In SVG output, remove blackness from HW when looking for delimiter (since the delimiter sizes don't include that). Fixes problem with parens stretching when they should be their natural size (in some of Fred's tests).

29c8ff2b414dd4e9e56d7a280700546b2a4c361b authored almost 13 years ago by Davide P. Cervone <[email protected]>
Handle conflicts between inherited mathvariant and fontfamily properly. (Fixes problem with ms having default mathvariant='monospace' when fontfamily is specified). Fix bold for stretched operators when weight is specified numerically.

d21d0754634d79f7f186f248c9e84e2815416b39 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Handle mixed mathvariant and styles in SVG output (like in HTML-CSS) and make explicit fontfamily, fontweight, or fontstyle (even inherited) override style setting. Finally, handle numeric font-wieght (Opera converts bold that 700)

0b1f9dc0c31f91c72129d28e597f919944832c48 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Fix font message for SVG output

db4f476301ddfa52a12da94f5ff6ab5b842feeff authored almost 13 years ago by Davide P. Cervone <[email protected]>
Handle mixing of mathvariant with style settings better (but this does mean that variants without the proper weight or style will remain unchanged)

54c6d4314091e3b0387a5514efa128a57bb2f0a5 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Make lspace and voffset handle bad unit better

6e8ff20e07eb79a128be7868f6c45ebb98e65ac0 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Handle mode='display' attribute on math elements properly, now that is has been moved to a separate attr property internally

49e7bc5e9e8728abf775e6acdf75b0e9b5688a95 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Fix mtable align parameter to be the default (rather than center) when it is incorrectly specified (resolves error in issue #165)

81c90700448da4c47cfecc6892a6768f9123beff authored almost 13 years ago by Davide P. Cervone <[email protected]>
Fixed an alignment problem when mpadded is used (and its contents has a removeable <g> contatining a <rect>)

0fe2bbfa52595db2f45dc4e6a5dc0f61741b6873 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Fix SVG's mpadded container to not be removable, since the size no longer corresponds to the contents

93a29050248153dd8ed528482183c2217c9815df authored almost 13 years ago by Davide P. Cervone <[email protected]>
Use z-index=0 rather than 1 for Opera (that seems to be the default for positioned elements, but it needs to be specified for colored backgrounds to show up properly)

bbac5d10acd85774ca1ca620dc20148a41f2e7f8 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Use mathvariant rather than fontfamily to set the font for <ms> elements (make it consistent with SVG jax)

cc1c05bdd2c2277996ce89e804f2ba9680c98b6d authored almost 13 years ago by Davide P. Cervone <[email protected]>
Add a missing space in the font warning message (spotted by Fred)

10399b42b721dfd11ea51d48fa554afa3552cbdf authored almost 13 years ago by Davide P. Cervone <[email protected]>
Adjust for extra pixels above and below (now that they are added to the SVG object), and remove font-size CSS since it is handled in the scaling of the text by hand.

fc4ce3748facc3365b9628191488709fdef64d66 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Allow background colors to be shown properly in Opera (this may need additional checks)

0a070ff628e72d2ee7a5aa13fda64e6f9d48ae86 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Fix problem with <ms> not passing the svg element to handleSpace()

5b7b6982027def5ffbfd541923b754eece330fb7 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Fix centering for forced linebreaks in SVG output when linebreaking isn't specified. Still need to work out how to make this work better ifor in-line math, and for parts of equations (like fraction numerators, etc.)

77c52073b18efc36075c8d46affa492433096d74 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Fix a spacing problem in SVG output introduced by the previous commit.

3c18798e50661070a5c12d987f07cabe5ad3d84f authored almost 13 years ago by Davide P. Cervone <[email protected]>
Fix a problem with the vertical size of mspace when it has a background color. Don't add colored backgrounds for semantics elements.

ef50282a32fa7037811020871418d57bfdfa2d16 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Fix problem with size of colored background when padding-left is present (discovered from Fred's testing).

f30f917c2228a11d00b4c7c96b3c6ffe691d2ffa authored almost 13 years ago by Davide P. Cervone <[email protected]>
Fix problem with forced linebreaks in SVG mode, and a typo in one of the variable names

db4640d1f4cb3968f753a6dadd528549b0145eb7 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Fix HTML-CSS tooltip to be work properly when a restart occurs within the tooltip.

028d280a7d268d91ede2689d2c836f3b3aa6f95c authored almost 13 years ago by Davide P. Cervone <[email protected]>
Fix SVG tooltip to be able to style the padding, to fix typo with name of SetData() method, and to make restarting work when it occurs within the tooltip.

daa1f31403051c4e2fd06b1bea4f7ebc230c0805 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Fix problem with size of tooltip box (needed to change the em and ex measurements to use height not width of test divs, since the direction was changed)

2b991b95e9e19fbb4d2feeb34bf7c9c21db5a935 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Fix typo that causes italics to be lost in some circumstances

99bb83a86f937501b8c567038d7afd5accaf3646 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Get scaling correct when fontfamily is specified (need two spans so that fontsize can be multiplied by factor to adjust for scaling of math)

a9a3635ec01f17b1e841ad89467b90df0412a1cc authored almost 13 years ago by Davide P. Cervone <[email protected]>
Get size to work properly when style sets the font size

99d782883953a7db0edc078f82da9acf05481510 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Another try at getting elements with text coming from multiple fonts to work properly.

5694332a99a5f50f800c6bdf4e3c5b57e8be87fb authored almost 13 years ago by Davide P. Cervone <[email protected]>
Make \ulcorner, etc. use more approprate unicode positions, and remap those positions to the locations in the MathJax_AMS fonts.

0d2d066b3738a89d44e3884b0078560de68dda5e authored almost 13 years ago by Davide P. Cervone <[email protected]>
Add xmlns attribute for all browsers (not just Chrome), since Safari and IE seem also to leave it out

e25e07a8bac27da6dcd5487968a7d42856c4158f authored almost 13 years ago by Davide P. Cervone <[email protected]>
A second try at fixing the FF callback error. Had the null in the wrong place, and apparently null doesn't do it anyway (though I could have sworn it had worked in testing). In any case, empty object for callback will work.

4b21f3a8e013b577c45280ecbe0335c6ba94719a authored almost 13 years ago by Davide P. Cervone <[email protected]>
Fix problem with Firefox getting errors about not being able to make callbacks (it was due to Gecko passing an extra parameter to the funciton called by setTiemout)

90e23901cded85e6d0ab7debcdb5383389cff276 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Delete the loading data for preloaded files when they call loadComplete()

6cfecb670045956cf20a0c65c377f993d0a2547a authored almost 13 years ago by Davide P. Cervone <[email protected]>
Add U+2032 through U+2037 to the STIX characters that must come from the variants font; don't special case U+2032 in TeX input or STIX font tables.

23472e3f87303ff7d46b95bcc43b5b4847adcb05 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Make \dots produce mo with stretchy=false to correspond to the other mathchar0mo elements

8b49255547db3689bfcbce45bec193f56ac43ff6 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Remove unneeded semicolon in Firefox style parameter when width is specified

876eb56c364df6e406afc6435e7de7e458117d96 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Fix problem with \mathop adding invisible times when the following isn't what the operator is being applied to (e.g., an <mspace>, or a BIN or REL operator)

15aa6674b72640cb12da0e2e2bd45eaa003e1715 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Make EqnChunk smaller for mobile devices, and implement the chunk delay (inadvertantly left out)

2a3608ee37054ab1774ab543f4998536e97f3967 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Fix problem with extra space being added to class name (was causing mspace with background color to to show up properly)

9d7b67a10c4f2c0b7c80b4210793fbb88229ccc0 authored almost 13 years ago by Davide P. Cervone <[email protected]>
Fix typo in EqnChunkDelay

b1233d332c26d66cb8aac7705c2f5c95aaaf5e5c authored almost 13 years ago by Davide P. Cervone <[email protected]>
Fix positioning when <mroot> is missing its second argument

b651ab18578c6cbb6377485f2eda6edc0dd632a2 authored almost 13 years ago by Davide P. Cervone <[email protected]>