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
Change the default font-family for undefined character to be a configuration parameter
f002f4924bcdcbba47eee5f76404b2608dcaa4cd authored over 13 years ago
f002f4924bcdcbba47eee5f76404b2608dcaa4cd authored over 13 years ago
Add explicit ltr CSS styling for MathJax output (resolves issue #114).
0d31246321a8bbc2decef57139e58acf9306bf09 authored over 13 years ago
0d31246321a8bbc2decef57139e58acf9306bf09 authored over 13 years ago
Update entity table to conform with http://www.w3.org/2003/entities/2007/htmlmathml-f.ent (fixes a number of wrong values, and adds some missing entities). (Resolves issue #37.)
74d7db9e78a7fc3ab325c2b7ec9852606e9b0022 authored over 13 years ago
74d7db9e78a7fc3ab325c2b7ec9852606e9b0022 authored over 13 years ago
Add \begingroup and \endgroup commands to make it possible to have local macros. Add the \let and \renewenvironment commands. Add \global and \gdef now that there are local namespaces
d5416ceb10d02b21c4ada19476977a2183bee75b authored over 13 years ago
d5416ceb10d02b21c4ada19476977a2183bee75b authored over 13 years ago
Properly handle missing </math> tags in IE. Properly handle non-MathML tags that are included within the <math> element (e.g., from a <semantics> annotation or due to missing </math>). Resolves issue #113.
326b107118d7105886bf8f0c577a3581fe9b9c34 authored over 13 years ago
326b107118d7105886bf8f0c577a3581fe9b9c34 authored over 13 years ago
Fix problem with character being skipped following a \ref or \eqref in \text{} inside math mode (index was off by one)
fd3ff2979ead67cd09b50d00b2c089daf36e64c2 authored over 13 years ago
fd3ff2979ead67cd09b50d00b2c089daf36e64c2 authored over 13 years ago
Have TeX input jax load AMSmath if auto equation numbering is requested in the TeX configuration
94a2dc3389735b635d93b9f15f47303840b6a99b authored almost 14 years ago
94a2dc3389735b635d93b9f15f47303840b6a99b authored almost 14 years ago
Add comments and use variables for shortcuts to structures
f4f5263e2be267f0442cfca123c1b4869dbd9705 authored almost 14 years ago
f4f5263e2be267f0442cfca123c1b4869dbd9705 authored almost 14 years ago
Fix reference to texError that was mistyped as isError. Also repacked tex2jax, which was not included in the previous commit (for some reason)
70b8f84a3a6f2a604417a12cc75845d1c24953f4 authored almost 14 years ago
70b8f84a3a6f2a604417a12cc75845d1c24953f4 authored almost 14 years ago
Add missing font files (they were left out because they were less than 1KB is size, which the packer used to ignore). These represent only one character each, and none is crititcal, which is why no one noticed the problem.
ab14c945b5db0517005e4289b61650061a1abbb7 authored almost 14 years ago
ab14c945b5db0517005e4289b61650061a1abbb7 authored almost 14 years ago
Add support for automatic line numbers, and the \label and \ref macros (resolves issue #71)
7e2ed03750d0246a19f89e2257310180e005b6e7 authored almost 14 years ago
7e2ed03750d0246a19f89e2257310180e005b6e7 authored almost 14 years ago
Mark top-level math element as having a texError when it is one (to make it easier to recognize)
c23c21443ebe90e51324015f39e99c7188863c19 authored almost 14 years ago
c23c21443ebe90e51324015f39e99c7188863c19 authored almost 14 years ago
Mark TEX.Parse() call as Inner if it occurs within the processing of an equation (needed for automatics equation numbering), and initialize the global data as the start STACKING is created
e23b8b475654de06d7b044093564f757435cdf03 authored almost 14 years ago
e23b8b475654de06d7b044093564f757435cdf03 authored almost 14 years ago
Convert pre- and post-filters to Callback.Hook lists
07ab955fe2fdcfebc6f3776840bc8abf9839465a authored almost 14 years ago
07ab955fe2fdcfebc6f3776840bc8abf9839465a authored almost 14 years ago
Break the processing phase into two separate phases to do input processing separately from output processing (they used to be interleaved). This makes it easier to implement forward references for the \ref macro
84ed248395ab5ff5a80f27a1c4bab4c647a9aeb5 authored almost 14 years ago
84ed248395ab5ff5a80f27a1c4bab4c647a9aeb5 authored almost 14 years ago
Have Update() method ask ElementJax to determine if it needs updating (which in turn asks the associated input jax). Make Remove() work for just clearing output (without detaching) if desired.
fa7673e03d905c4d1132c718c17f5a0cd5fe9074 authored almost 14 years ago
fa7673e03d905c4d1132c718c17f5a0cd5fe9074 authored almost 14 years ago
Have ElementJax store input and output jax ID's rather than pointers (to help avoid circular references for cleanup purposes)
944aed1ac1514e152890b99b07058eadf0ab6a54 authored almost 14 years ago
944aed1ac1514e152890b99b07058eadf0ab6a54 authored almost 14 years ago
Move input/output jax and preprocessor registries from Hub.config to Hub itself (they are not user configurable through Hub.Config, and so even though they are configurations, they don't belong there).
98c56a56ab5a2f4b8455627204b02993f76ff4ce authored almost 14 years ago
98c56a56ab5a2f4b8455627204b02993f76ff4ce authored almost 14 years ago
Abstract lists of (prioritiezed) callbacks into an object, and use it to replace ExecuteHooks, and to allow priorities for callback hooks (StartupHook, MessageHook, LoadHook, and PreProcessors). This can also be used to provide hooks for other actions, like pre- and post-filtering math or errors, etc.
c5c01bd60b5c9d9c51d737b424d8589a629d97aa authored almost 14 years ago
c5c01bd60b5c9d9c51d737b424d8589a629d97aa authored almost 14 years ago
Add new action extension for \mathtip, \texttip, and \toggle macros, giving TeX access to the maction MathML tag
21a8e54d0620c5c506381c9a6e1d7e9ce56fc6d2 authored almost 14 years ago
21a8e54d0620c5c506381c9a6e1d7e9ce56fc6d2 authored almost 14 years ago
Use new element jax Update() method to handle updating of toggle maction
a31559a819ef0642751a605f6dbc73cdf3917c41 authored almost 14 years ago
a31559a819ef0642751a605f6dbc73cdf3917c41 authored almost 14 years ago
Merge branch 'hub-update' into htmlcss-fixes
af15b0631bce9e322ab771f3ed019c3bb1e5e82d authored almost 14 years ago
af15b0631bce9e322ab771f3ed019c3bb1e5e82d authored almost 14 years ago
Mark the root math element with the source ID so you can look up the jax from within the math tree
bea67bcb8fa5791146c3d5b76d8073d1cfb7e8c9 authored almost 14 years ago
bea67bcb8fa5791146c3d5b76d8073d1cfb7e8c9 authored almost 14 years ago
Add an Update() method to ElementJax to force output to be updated (but not reprocess input). To be used if the contents of the element jas changes by hand (e.g. through maction)
92c0a9f9a5302dfac7348ea5aeb71042d8ac032c authored almost 14 years ago
92c0a9f9a5302dfac7348ea5aeb71042d8ac032c authored almost 14 years ago
Add new generic signals around the math processing, so that it is easier to trap notification of the beginning or ending of math processing
d4c2c0971438ce5e82962ae4502bffe4c77f4779 authored almost 14 years ago
d4c2c0971438ce5e82962ae4502bffe4c77f4779 authored almost 14 years ago
Add ability to reprocess only the output (can be used by maction to better handle the toggle actiontype)
ea88cc5a5b0f498a6e535bac1a1d8d5c8fd6decc authored almost 14 years ago
ea88cc5a5b0f498a6e535bac1a1d8d5c8fd6decc authored almost 14 years ago
Removed debugging code accidentally left in previous version. Repack and recombine.
27fe28261fd868e11af8c8ccb9283195aebbfa39 authored almost 14 years ago
27fe28261fd868e11af8c8ccb9283195aebbfa39 authored almost 14 years ago
If a stretchy character exists without a non-stretched version, use the minimal stretched version for the unstretched one. Also, fix munderover to recompute the width after stretching the stretchy elements. (Resolves issue #112.)
7680604b231395e64fdc232f1c13d230571b2609 authored almost 14 years ago
7680604b231395e64fdc232f1c13d230571b2609 authored almost 14 years ago
Remove wait for NativeMML selection signal, and just use the onLoad signal (so that existing pages that change the renderer by hand will continue to work). It would be nice to avoid setting up the namespace when not needed, but it doesn't seem to hurt, and doesn't cause MathPlayer to start up, so it should be OK.
fd0c9236a2c339ce4fe2c65a71e34bdec4b3e42c authored almost 14 years ago
fd0c9236a2c339ce4fe2c65a71e34bdec4b3e42c authored almost 14 years ago
Make renderer change via MathMenu post the renderer select message (so NativeMML configuration will complete for IE/MathPlayer in combined configurations)
fc2964dda7e21ae9d561ff80cc485f6dccf125d2 authored almost 14 years ago
fc2964dda7e21ae9d561ff80cc485f6dccf125d2 authored almost 14 years ago
Bump the version number and repack/recombine
1740640ea5b85b092e81e2d4cbc11fd2793b29be authored almost 14 years ago
1740640ea5b85b092e81e2d4cbc11fd2793b29be authored almost 14 years ago
Fix a timing issue where setting up MathPlayer can cause IE to crash (resolves issue #110).
ae55a2f570362ec6c860d20ba25d25c4236a62dc authored almost 14 years ago
ae55a2f570362ec6c860d20ba25d25c4236a62dc authored almost 14 years ago
Fix a problem with redrawing maction toggle elements (the size and spacing were off)
876e96d80f7d4860b7aeb087db65cdfe1634e013 authored almost 14 years ago
876e96d80f7d4860b7aeb087db65cdfe1634e013 authored almost 14 years ago
Remove wrong second parameter to InternalMath call for text in \cases
dfdaabe5f658c3cd16501c1a951230df5335e2a4 authored almost 14 years ago
dfdaabe5f658c3cd16501c1a951230df5335e2a4 authored almost 14 years ago
Recombine config files (forgot to do it for the last commit)
c3d122db71ec7f9bb312214694505c2091741bd0 authored almost 14 years ago
c3d122db71ec7f9bb312214694505c2091741bd0 authored almost 14 years ago
Convert xlink:href to href and ignore all other namespace attributes (resolves issue #68).
ba355d10bbfdadff988eb67b70eef083df9e70e7 authored almost 14 years ago
ba355d10bbfdadff988eb67b70eef083df9e70e7 authored almost 14 years ago
Make \cases automatically use \text on the second entry in each row (so that it works like the real TeX \cases macro)
86ed491787ccc97fb213ab15d0c3d934d4017e32 authored almost 14 years ago
86ed491787ccc97fb213ab15d0c3d934d4017e32 authored almost 14 years ago
Add \bbox macro that allows you to set background colors, padding, and borders for math formulas
18734b5cce6a2895f0e0ebf947491b5e217aed01 authored almost 14 years ago
18734b5cce6a2895f0e0ebf947491b5e217aed01 authored almost 14 years ago
Make style attributes work on mstyle elements
8aa2e2a3f2cc6c394e4489a0a4706fb3f6a9b029 authored almost 14 years ago
8aa2e2a3f2cc6c394e4489a0a4706fb3f6a9b029 authored almost 14 years ago
Make padding and border width configurable, and use new ability to set border in style (but stick with mpadded for padding, since neither MathPlayer nor Firefox seem to implement padding style settings)
e48efbbd357e0a140f604fb83b66f5f5d3852ec2 authored almost 14 years ago
e48efbbd357e0a140f604fb83b66f5f5d3852ec2 authored almost 14 years ago
Merge branch 'issue109' into issue38
2407d6dafdc1c4d5e940990e73ec825c6e46a0bd authored almost 14 years ago
2407d6dafdc1c4d5e940990e73ec825c6e46a0bd authored almost 14 years ago
Add ability for HTML-CSS output to handle explicit border and padding style settings on math elements (resolves issue #109).
55d6161c9908f3a58ecc7b60d42300939858ca64 authored almost 14 years ago
55d6161c9908f3a58ecc7b60d42300939858ca64 authored almost 14 years ago
Make \color work as a switch, as in LaTeX, and add the other features from the color package (\definecolor, other color models, LaTeX named colors, \colorbox, \fcolorbox, etc.). (Resolves issue #38.)
4b2d568822b483b605b3e9a52ceff3021ccf2d1c authored almost 14 years ago
4b2d568822b483b605b3e9a52ceff3021ccf2d1c authored almost 14 years ago
Better treatment of rfuzz (resolves issue #108 better)
edd68a415a0a4a61ddb7854aba710aebcd12c98c authored almost 14 years ago
edd68a415a0a4a61ddb7854aba710aebcd12c98c authored almost 14 years ago
Half the rfuzz for WebKit (resolves issue #108)
57a6db4aaf788c0a066e750678621efba690684f authored almost 14 years ago
57a6db4aaf788c0a066e750678621efba690684f authored almost 14 years ago
Fix \mathop to produce <mi> rather than <mo> and add ⁡ when needed. This also handles \operatorname.
eb793637663b4816d9f84fa4c16587e59a504803 authored almost 14 years ago
eb793637663b4816d9f84fa4c16587e59a504803 authored almost 14 years ago
Make functions (like \sin) be <mi> rather than <mo>, and insert ⁡ after their use (resolves issue #56).
3a8c20b3727b42987962828e18ac6ac7776caaf0 authored almost 14 years ago
3a8c20b3727b42987962828e18ac6ac7776caaf0 authored almost 14 years ago
Make \sqrt\frac{}{} not produce an error (resolves issue #75, at least for the example given).
afc36aac445af625bceda3071c37577941c39ec8 authored almost 14 years ago
afc36aac445af625bceda3071c37577941c39ec8 authored almost 14 years ago
TeXAtom was used too often on embellished operators, so move it to the individual macros that need it.
a2d695c0127eb9bca5e3a57c114b58367cdfe3a3 authored almost 14 years ago
a2d695c0127eb9bca5e3a57c114b58367cdfe3a3 authored almost 14 years ago
Bump version number
f0c0cc3d3aac303c1173e7de96479229821d7e41 authored almost 14 years ago
f0c0cc3d3aac303c1173e7de96479229821d7e41 authored almost 14 years ago
Fix incorrect positioning of maction tooltips (resolves issue #107)
bf4e73ddf35d8dfe35a76a96aaa4d592e2bafee8 authored almost 14 years ago
bf4e73ddf35d8dfe35a76a96aaa4d592e2bafee8 authored almost 14 years ago
Refactor code that builds outerHTML string by hand, since it needs to be used by Opera as well in order to fix unquoted special characters in attributes. This also fixes the self-closing tag problems for IE and Opera. (Resolves issue #106 and issue #99)
3732851167691a014d4b4c52b4e8631def1c84ab authored almost 14 years ago
3732851167691a014d4b4c52b4e8631def1c84ab authored almost 14 years ago
Make the message system wait for the styles to be set before using the in-page message area (resolves issue #98)
2066e68531a4048c92d0ed6d745e5633382eb127 authored almost 14 years ago
2066e68531a4048c92d0ed6d745e5633382eb127 authored almost 14 years ago
Make sure embelished large ops are type OP not ORD to get spacing right
edd14c6258b3cf1f4a3a24460baf15382c794c79 authored almost 14 years ago
edd14c6258b3cf1f4a3a24460baf15382c794c79 authored almost 14 years ago
Fix error with size of \: space
2860efd5232f5c15ebf2dded134cdd3c6997644b authored almost 14 years ago
2860efd5232f5c15ebf2dded134cdd3c6997644b authored almost 14 years ago
Fix problem with escaped dollars being unescaped the next time the page is typeset (resolves issue #97)
07a2014e0e8ca38e988a551a722487f95714cc13 authored almost 14 years ago
07a2014e0e8ca38e988a551a722487f95714cc13 authored almost 14 years ago
Resolve a conflict with Mathjax and Slidy (its sets window.opera, which confused the browser detection)
bb09608b23b7c8b8fabb0ef58773f1cf2b92dc95 authored almost 14 years ago
bb09608b23b7c8b8fabb0ef58773f1cf2b92dc95 authored almost 14 years ago
Merge dpvc/issue85 (fixes for element configuration option)
4a2969c45b4da874f39c55192b0ca8b02f12a8cb authored almost 14 years ago
4a2969c45b4da874f39c55192b0ca8b02f12a8cb authored almost 14 years ago
Recombine to make sure configs are up to date
d485393f882b606ea4e3267b5af3c372a157f15d authored almost 14 years ago
d485393f882b606ea4e3267b5af3c372a157f15d authored almost 14 years ago
Merge remote branch 'dpvc/issue89'
f9e9165835d8ad73d5a96d4c5d1c9bfbeb000b2e authored almost 14 years ago
f9e9165835d8ad73d5a96d4c5d1c9bfbeb000b2e authored almost 14 years ago
Merge remote branch 'dpvc/issue87'
7900c136e43cecb085e39e1304365cd65e563dc9 authored almost 14 years ago
7900c136e43cecb085e39e1304365cd65e563dc9 authored almost 14 years ago
Merge remote branch 'dpvc/issue86'
ea00136979a9899c71c1e54074cf4877e882e521 authored almost 14 years ago
ea00136979a9899c71c1e54074cf4877e882e521 authored almost 14 years ago
Merge remote branch 'dpvc/docs-update'
0e698717b524135a93dd369b6a3c6357e5c5d33e authored almost 14 years ago
0e698717b524135a93dd369b6a3c6357e5c5d33e authored almost 14 years ago
Fixed typo in about box (Fred reported in issue #47)
91fca00e4feadef919ccaa6be76b89edf84d4033 authored almost 14 years ago
91fca00e4feadef919ccaa6be76b89edf84d4033 authored almost 14 years ago
Fixed location of .htaccess file for shared installations
2ac603fa4ade51e2a7bb79d5fd30b92c1309960d authored almost 14 years ago
2ac603fa4ade51e2a7bb79d5fd30b92c1309960d authored almost 14 years ago
Partial work-around for issue#89: have <br> insert a newline in IE when documentMode < 9
af0b052702674277e7092cd600de4392fd52708e authored almost 14 years ago
af0b052702674277e7092cd600de4392fd52708e authored almost 14 years ago
Fixed typo in documentation
827c4b3e3236208462fa1859b30de0c9f36ae947 authored almost 14 years ago
827c4b3e3236208462fa1859b30de0c9f36ae947 authored almost 14 years ago
Fix problem with accents not having the correct mathvariant (resolves issue 87)
a418d0748a6d1a8ad6642d120e66661b5ed0ea80 authored almost 14 years ago
a418d0748a6d1a8ad6642d120e66661b5ed0ea80 authored almost 14 years ago
Last round of typos from Carol (I think)
4b35e6e4f08306413b3bb7cce376ef143b9e4e9e authored almost 14 years ago
4b35e6e4f08306413b3bb7cce376ef143b9e4e9e authored almost 14 years ago
Fix delimiters used in example, since defaults now don't include single dollars.
41cdadab9a3e0907407b2c25be5a91aa10abb14e authored almost 14 years ago
41cdadab9a3e0907407b2c25be5a91aa10abb14e authored almost 14 years ago
More of Carol's typo corrections. She probably has two more days to go!
683fa0291db5a6c49aa94a962ef4264cee1dc1b2 authored almost 14 years ago
683fa0291db5a6c49aa94a962ef4264cee1dc1b2 authored almost 14 years ago
Fix a bunch of documentation typos (from Carol Fisher)
fe11cb980710e66625e570e601d30691cf2c126b authored almost 14 years ago
fe11cb980710e66625e570e601d30691cf2c126b authored almost 14 years ago
Fix some references to the old config/MathJax.js file which is now config/default.js
2cd3e23b58c6b895ca575fc7f7b77d21d1aeb55e authored almost 14 years ago
2cd3e23b58c6b895ca575fc7f7b77d21d1aeb55e authored almost 14 years ago
Fix more typos (from Carol Fisher)
c90cf9d2851350406b1f9e6be3df54102e01a180 authored almost 14 years ago
c90cf9d2851350406b1f9e6be3df54102e01a180 authored almost 14 years ago
Worked around crippled VML implementaion in IE8 and IE9
288907d29b25b0a390c20b3daddddc440953d050 authored almost 14 years ago
288907d29b25b0a390c20b3daddddc440953d050 authored almost 14 years ago
Added more details about using the CDN with a local configuration file
8f2a215067b261f00389734d7e4ea74ea79c264a authored almost 14 years ago
8f2a215067b261f00389734d7e4ea74ea79c264a authored almost 14 years ago
More typo fixes in the documentation (from Carol Fisher -- I'm sure there are more to come)
46d64e2030d27fb11204a5bef5d711eb2e4347b0 authored almost 14 years ago
46d64e2030d27fb11204a5bef5d711eb2e4347b0 authored almost 14 years ago
Move version numbers to 1.1 (this were missed when the other files' versions were changed)
2b7e966959bec109af79492d613ee943a261bbfb authored almost 14 years ago
2b7e966959bec109af79492d613ee943a261bbfb authored almost 14 years ago
Update documentation to reflect new situation for element(s) parameters
f46cc5c6b4747afa1bfe0621abf28c320c2e93ce authored almost 14 years ago
f46cc5c6b4747afa1bfe0621abf28c320c2e93ce authored almost 14 years ago
Remove element parameters from the preprocessor configuration blocks (they are not longer used, now that there is a global elements parameter)
4d9007ca9e1ea69b4d05cf0e6fbfbfde1ee425bf authored almost 14 years ago
4d9007ca9e1ea69b4d05cf0e6fbfbfde1ee425bf authored almost 14 years ago
Fix problem with element parameter to the preprocessors (by making a global parameter instead, so there is only one place it needs to be set). Also make it an array so that more than one element can be specified.
536eece1b15ed0f7ff7c019dcbfdcd381bc975ce authored almost 14 years ago
536eece1b15ed0f7ff7c019dcbfdcd381bc975ce authored almost 14 years ago
More typos
4dd789801cc7dc62d248d4e9bad11e9fcb9eb300 authored almost 14 years ago
4dd789801cc7dc62d248d4e9bad11e9fcb9eb300 authored almost 14 years ago
Fix a bunch of typos
4730cf1403932dd07267f9dafb5d109388c9cae1 authored almost 14 years ago
4730cf1403932dd07267f9dafb5d109388c9cae1 authored almost 14 years ago
Fix typos in documentation
6cdc942ff99bb5e8035ce6d9042e8d40fcea0ecd authored almost 14 years ago
6cdc942ff99bb5e8035ce6d9042e8d40fcea0ecd authored almost 14 years ago
Merge branch 'docs-update'
2051c9aa58ee199b63ec11e4dccb36e25d2a4642 authored almost 14 years ago
2051c9aa58ee199b63ec11e4dccb36e25d2a4642 authored almost 14 years ago
Fix regression where background color obscures foreground text in IE
34f3a8302c7d29c920ee02d0412f6d67eeef37b7 authored almost 14 years ago
34f3a8302c7d29c920ee02d0412f6d67eeef37b7 authored almost 14 years ago
Fixed example of loading local configuration file and added one for a cross-server configuration using the CDN
a8bd127414dfb663b7be0835308d0d567fbd3f4b authored almost 14 years ago
a8bd127414dfb663b7be0835308d0d567fbd3f4b authored almost 14 years ago
Merge remote branch 'dpvc/issue82'
e5550393a0242c4fd4dce103686fa801ee99fdb0 authored almost 14 years ago
e5550393a0242c4fd4dce103686fa801ee99fdb0 authored almost 14 years ago
Update Git download instructions
039fdf248189bc4d5533a80b0143961b93a8d06a authored almost 14 years ago
039fdf248189bc4d5533a80b0143961b93a8d06a authored almost 14 years ago
Work around issue82 by not trying to load MathPlayer in IE9
a4633101ab799b3d2410496ae3ae3f904c897c3a authored almost 14 years ago
a4633101ab799b3d2410496ae3ae3f904c897c3a authored almost 14 years ago
Fix layout and CSS to duplicate www.mathjax.org in all browsers
ae4773bb5036a4555f824132e48192e9609a85fc authored almost 14 years ago
ae4773bb5036a4555f824132e48192e9609a85fc authored almost 14 years ago
Typo fixes as suggested by Robert
498c18a609bf50351996468b1a3c8578e6ffa813 authored almost 14 years ago
498c18a609bf50351996468b1a3c8578e6ffa813 authored almost 14 years ago
Add info on checking out a release branch via git
592394fbcf09e33cf102e83ab385c242126339f4 authored almost 14 years ago
592394fbcf09e33cf102e83ab385c242126339f4 authored almost 14 years ago
Fix spelling for AMSsymbols (reported by Fred)
d5b6366f371d27826d49303a8caa3907ef426d9a authored almost 14 years ago
d5b6366f371d27826d49303a8caa3907ef426d9a authored almost 14 years ago
Fix spelling of 'version' in mml2jax (argh!)
072bcdd1bdbfc80196b25cbaaa0a0d00e66dcab4 authored almost 14 years ago
072bcdd1bdbfc80196b25cbaaa0a0d00e66dcab4 authored almost 14 years ago
Change URL of docs page in docs menu layout
4eba6476a8ce1f6b4d7f8579435a160326a32e94 authored almost 14 years ago
4eba6476a8ce1f6b4d7f8579435a160326a32e94 authored almost 14 years ago
Reformat code block in documentation
282804ba1f772528905933694a4eb5710d827e88 authored almost 14 years ago
282804ba1f772528905933694a4eb5710d827e88 authored almost 14 years ago
Fix formatting (more)
9aff988fe93123c8903149a6090f15fad8bfff56 authored almost 14 years ago
9aff988fe93123c8903149a6090f15fad8bfff56 authored almost 14 years ago
Fix formatting
c1fc69f9c5c5249c6bd38fbcea2aee451cb5e795 authored almost 14 years ago
c1fc69f9c5c5249c6bd38fbcea2aee451cb5e795 authored almost 14 years ago
Update TeX macro and environment list
1206de87df52a5b2632bd4404dac075579b94228 authored almost 14 years ago
1206de87df52a5b2632bd4404dac075579b94228 authored almost 14 years ago