Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
KaTeX
Fast typesetting for the web
Collective -
Host: opensource -
https://opencollective.com/katex
- Website: https://katex.org
- Code: https://github.com/KaTeX
github.com/KaTeX/KaTeX - ef666c18da17e74dcfb3b95169aa3cc699362b28 authored over 6 years ago by ylemkimon <[email protected]>
* Add missing `v` prefix to the size badge URL
* Add missing `v` prefix to badge URL update s...
github.com/KaTeX/KaTeX - 41ac2456f0ef2179463e205525f7417f365efe5b authored over 6 years ago by ylemkimon <[email protected]>
* Move "ordgroup" builders to functions/ordgroup.js.
* Move "tag" MathML builder to functions/t...
* Avoid unnecessary <mrow> wrapping
buildMathML gains two helpers:
* `makeRow` helper wraps ...
* Move "spacing" builders to functions/symbolsSpacing.js.
* Add flow types to functions/symbo...
github.com/KaTeX/KaTeX - ef9cd5c172c4e5331d494d3c03a8beba0e67c837 authored over 6 years ago by Ashish Myles <[email protected]>* Add regenerate option to the screenshotter
Save new screenshot when match fails
* Ignore...
github.com/KaTeX/KaTeX - 74e84e72d2ef96620660c6ee82a1e732da0161e1 authored over 6 years ago by ylemkimon <[email protected]>* Move HTML and MathML builders for symbol groups into src/functions/{symbolsOp,symbolsOrd}.js.
github.com/KaTeX/KaTeX - 34cf5c2f814b4f683e9ece20f74712eba6d154b1 authored over 6 years ago by Ashish Myles <[email protected]>* Move "horizBrace" to functions/horizBrace.js.
* Add flow types to functions/horizBrace.js.
...
* Move "xArrow" into functions/arrow.js.
* Add flow types to functions/arrow.js.
* Address...
github.com/KaTeX/KaTeX - 28dfa91fb5a1598774d8e40f93a73bc48e63e9c9 authored over 6 years ago by Ashish Myles <[email protected]>github.com/KaTeX/KaTeX - 35d6181a95e500fb8d757ae812a840d535d61a72 authored over 6 years ago by Ashish Myles <[email protected]>
github.com/KaTeX/KaTeX - ea7003ff6e5bf8844e56aa4ff51d5f4b04623b97 authored over 6 years ago by Ashish Myles <[email protected]>
github.com/KaTeX/KaTeX - fabae7c6583c41693d8f92bc1221177d84c5e065 authored over 6 years ago by Ashish Myles <[email protected]>
github.com/KaTeX/KaTeX - 5aad11eff3e691695999d5d4a75c0b7e32e57c50 authored over 6 years ago by Kevin Barabash <[email protected]>
* Tag sketch
* Drop objectAssign; already using Object.assign elsewhere
* Basic \gdef supp...
github.com/KaTeX/KaTeX - a0ddad338e05dc09209b5a79b13e665c5bf7b72e authored over 6 years ago by Erik Demaine <[email protected]>* Specify flow output types for htmlBuilder and mathmlBuilder.
* Add TODOs to refactor to imp...
github.com/KaTeX/KaTeX - 99b2afa935410c1e6c5d82617b89fcc3a74d481e authored over 6 years ago by Ashish Myles <[email protected]>* Move "mclass" node logic to functions/mclass.
github.com/KaTeX/KaTeX - f49a524da79d7185d6aeb0c323f7e85f5185dabe authored over 6 years ago by Ashish Myles <[email protected]>github.com/KaTeX/KaTeX - 73e0c13d109ca566fd6dd57efff3d6c8b4464260 authored over 6 years ago by Ashish Myles <[email protected]>
* Move test helpers into common modules
* helpers.js gets all the helper functions
* setup.j...
github.com/KaTeX/KaTeX - 4a3d6a526ff7ae331c25da81dfa22e69c27c6b05 authored over 6 years ago by Adam Kulidjian <[email protected]>
Change symbol parsing to allow all Unicode symbols when the appropriate strict setting allows it...
github.com/KaTeX/KaTeX - 369b5a8276f50d133dcbe6f4cce4ee9bee130bca authored over 6 years ago by Erik Demaine <[email protected]>* Make htmlBuilder and mathmlBuilder params type-safe.
Also correct and refine some of the Pa...
github.com/KaTeX/KaTeX - 431434258d3c106106a2a5947cb934d57a8f59d9 authored over 6 years ago by Ashish Myles <[email protected]>* Documenting String.raw
* Typo
* Rewrite String.raw doc
github.com/KaTeX/KaTeX - 7eed150c4806dafc8577fcc0df671cf5c5b19ecd authored over 6 years ago by Ryan Randall <[email protected]>* Strict setting controls \newline display-mode behavior
* Bug-fix space handling in macros
...
* Implement strict mode (replacing unicodeTextInMathMode)
Add new "strict" setting (default v...
github.com/KaTeX/KaTeX - 7ab4f76e16e3d3950062ffd6efa4a4b50f7fa5fe authored over 6 years ago by Erik Demaine <[email protected]>* Support for top-level \newline and \\ in inline math
This was a little tricky because `\\` ...
github.com/KaTeX/KaTeX - 4801ab875a3f8406149002c5e8b8717d177fd373 authored over 6 years ago by Erik Demaine <[email protected]>https://github.com/Khan/KaTeX/commit/3613885da1dd5d0fda0e2c35317938d598d02b6a#r28950405
github.com/KaTeX/KaTeX - bb1dc0c4318d0962d6f94fcf156716edbc8a4327 authored over 6 years ago by Erik Demaine <[email protected]>* Support \hline
Support `\hline`.
* Fix CSS
* Fix lint errors
* Add double \hline. ...
github.com/KaTeX/KaTeX - 74422e1462e3703ef9b93e6df63a83f64bd2bd4e authored over 6 years ago by Ron Kok <[email protected]>* One strut instead of two
As suggested in https://github.com/Khan/KaTeX/pull/1287#discussion...
github.com/KaTeX/KaTeX - 929b9bf5e70a0b6d8f78922b31e685cdd47275fc authored over 6 years ago by Erik Demaine <[email protected]>
* Refactor span and anchor into common HtmlDomContainer superclass,
without changing internal...
* Line breaks for inline formulas
* Basic support for \allowbreak and \nobreak
* Fix spaci...
github.com/KaTeX/KaTeX - 523df299e58b8c43f230ccd103be19cf5eb34de1 authored over 6 years ago by Erik Demaine <[email protected]>* Fix \underbrace
Fix the vertical alignment so that it correctly takes into account the desc...
github.com/KaTeX/KaTeX - 34e6458245979f990569057efcc1cf2df5d36024 authored over 6 years ago by Ron Kok <[email protected]>* Revert frac-lines to borders
This PR reverts the rendering of frac-lines from SVG paths bac...
github.com/KaTeX/KaTeX - c2ae9e0da6e5dab1662444bae11b08d92842865d authored over 6 years ago by Ron Kok <[email protected]>* Support Unicode \ll and \lll
Fixes issue #1271
* Adjust \underset alignment and spacing
...
* Make ParseNode `value` payload type-safe.
* Make defineFunction handlers aware of ParseNode...
github.com/KaTeX/KaTeX - 5a4aedd8827776acd737c993b9416c36302465f7 authored over 6 years ago by Ashish Myles <[email protected]>PR #1169 forgot to document itself. This fixes the README accordingly.
github.com/KaTeX/KaTeX - 3613885da1dd5d0fda0e2c35317938d598d02b6a authored over 6 years ago by Erik Demaine <[email protected]>* Update texcmp
I found that the existing docker rules for texcmp did not make a working
ins...
* Fix extensible arrow sup vertical alignment
Fixes issue #1254
* Fix lint error
* Allo...
github.com/KaTeX/KaTeX - 42f305304bafe1e01580348b7c8f9e6c6d2dd79a authored over 6 years ago by Ron Kok <[email protected]>* Stop throwing ParseError when throwOnError is false
`render`, `renderToString`, etc. now ca...
github.com/KaTeX/KaTeX - 49e673a59cd453a71aaecb8e3fe62cecd13d725e authored over 6 years ago by Erik Demaine <[email protected]>* \textasciitilde and fix ~ in \verb
* Add support for `\textasciitilde` which reproduces til...
github.com/KaTeX/KaTeX - 3e529dd5a042520128092d4c024a1bf19054afc4 authored over 6 years ago by Erik Demaine <[email protected]>github.com/KaTeX/KaTeX - 43bfaedbc8f6bfe3a48cd9cbf7a82b8c81d091c7 authored over 6 years ago by Kevin Barabash <[email protected]>
* Switch makeGlue from .mord .rule to .mspace
* Update screenshots
github.com/KaTeX/KaTeX - 5c159abfbb4d0ad558efe500ec9657d2ff6d2d67 authored over 6 years ago by Erik Demaine <[email protected]>* Remove special \verb space handling now that space is in Typewriter-Regular
* Fix screenshots
github.com/KaTeX/KaTeX - ba24d2073ba44664a3ba82d0d22c309834b60385 authored over 6 years ago by Erik Demaine <[email protected]>* \copyright support
* Implement \textcircled, \copyright, \textregistered
github.com/KaTeX/KaTeX - b74b2374e23c9c46a2a65c2f441afca22b15cf25 authored over 6 years ago by Erik Demaine <[email protected]>* Support some Unicode Mathematical Alphanumeric Symbols
This PR adds support for some of th...
github.com/KaTeX/KaTeX - f01f504cfea99136c6c6f6592f45d38d0a9c6ded authored over 6 years ago by Ron Kok <[email protected]>* Support Unicode stackrel
Supports Unicode characters ≘ ≙ ≚ ≛ ≝ ≞ ≟
* Fix lint error
*...
github.com/KaTeX/KaTeX - f25e08d6187a84be2fce73624fdc124ded5a7879 authored over 6 years ago by Ron Kok <[email protected]>* Fix \underset
This PR modifies `\underset` and `\overset` to align with LaTeX behavior when...
github.com/KaTeX/KaTeX - 7fec5ae5dc1300f3eb55a3d9c6a942b1645761fb authored over 6 years ago by Ron Kok <[email protected]>
Alternative to #1283 and #1284 implementing Latin-looking capital Greek
letters via symbols ins...
* Add version to katex object
Address khan/KaTeX#1190
* Update package.json before building
github.com/KaTeX/KaTeX - 2554f68297f8adb255d720a90e4b5350ea539d7a authored over 6 years ago by Ethan Luis McDonough <[email protected]>* Support Greek capital letters
Supports Greek letters ΑΒΕΖΗΙΚΜΝΟΡΤΧ.
Resolves issue #1282.
github.com/KaTeX/KaTeX - 5535d720dc565b7c65642c749b88178bdb280eee authored over 6 years ago by Ron Kok <[email protected]>github.com/KaTeX/KaTeX - 4687aa9ec3cfba7ebc0313ec102ccb82eb499b61 authored over 6 years ago by Barry B <[email protected]>
* Expose defineSymbol in the main KaTeX object
* More Unicode letters (#1260)
This PR serv...
github.com/KaTeX/KaTeX - bd7a97740431718243bd2cfb91f54e5a2ebe182b authored over 6 years ago by Hossein Saniei <[email protected]>* Support Unicode \ll and \lll
Fixes #1272. Consistent with `unicode-math`
* Rearranged te...
github.com/KaTeX/KaTeX - b4b57cbc2bdbd7ff7a102001846ef8029e3f388f authored over 6 years ago by Ron Kok <[email protected]>* Fix space width in \texttt
Fix #1255 via https://github.com/KaTeX/katex-fonts/pull/41.
Als...
* README: Add size badge
Add a size badge showing size of gzipped katex.min.js
* update-sr...
github.com/KaTeX/KaTeX - fe2dc1bedfcaa48ba7fd5c4491a6d889683daaa7 authored over 6 years ago by Daniel Lim Wee Soong <[email protected]>* Fix spaces in Typewriter-Regular to have same width as other characters
Manually override 0...
github.com/KaTeX/katex-fonts - c5fe19357a4311caa97d8dad93b9fdcfee9df6b0 authored over 6 years ago by Erik Demaine <[email protected]>* Include Bold-Italic fonts for \boldsymbol
Fix #1228
* Update screenshots
github.com/KaTeX/KaTeX - 933a0ee5b55ff83d26e6c1be6968fba6d5646e1f authored over 6 years ago by Erik Demaine <[email protected]>This PR serves as a complement to PR #1232 by supporting some letters that are omitted from the ...
github.com/KaTeX/KaTeX - 00538f674a7c873bcff589e2ac3aa9ffb3e27a19 authored over 6 years ago by Ron Kok <[email protected]>* Fix width metric extraction
Fix @ylemkimon's issues reported in
https://github.com/KaTeX/k...
* Add "generated" warning header to fontMetricsData.js
Fix #36
* Move printing to format_j...
github.com/KaTeX/katex-fonts - 244f03f2ad11ab320d0f1112887706acd1c4737c authored over 6 years ago by Erik Demaine <[email protected]>* CSS for KaTeX-Math-Regular and KaTeX-Math-BoldItalic
* Remove bold upright
github.com/KaTeX/katex-fonts - 169150bd668afd760a6c607ddc500a48a7122d1b authored over 6 years ago by Erik Demaine <[email protected]>* Specify height for SVG elements
I ran into an issue where a low-specificity CSS rule elsewh...
github.com/KaTeX/KaTeX - 0a2bd8878d0c7f5c386ef90aaf8434884910d6c5 authored over 6 years ago by Ian Rose <[email protected]>* Type correction to allow documentFragment to be children of span.
This is necessary because...
github.com/KaTeX/KaTeX - cbfcd57162bea2c7a8354d07396b38cb7b652115 authored over 6 years ago by Ashish Myles <[email protected]>github.com/KaTeX/KaTeX - 0f17ac50809d106a16000f0079c1afd89812f09e authored over 6 years ago by Lukas Drgon <[email protected]>
* List react-katex in Libraries
* Added react-latex
* Fix capitalization
* Move React l...
github.com/KaTeX/KaTeX - f35c41883cf11cf61fce8a1ce475df3808a5249d authored over 6 years ago by dudko <[email protected]>* Fix anchor.toMarkup
* Add space between `a`(tag name) and `href`(attribute name)
* Remove ...
* Treat svg-wrapping spans differently from DOM-wrapping spans.
In preparation for the conver...
github.com/KaTeX/KaTeX - 850a0713cb240e5717b331beeedb88956ebc34e3 authored over 6 years ago by Ashish Myles <[email protected]>github.com/KaTeX/old-gh-pages - 60634740f7392a4e99fa426bf7d83fabe52cd4ec authored almost 7 years ago by Lukas Drgon <[email protected]>
* Update function support page for release v0.9.0
* Picked up review comments.
On line 107...
github.com/KaTeX/old-gh-pages - 848926a5a673c80dc323449522aae81e3070ab97 authored almost 7 years ago by Ron Kok <[email protected]>Just updating to latest katex-fonts submodule.
github.com/KaTeX/KaTeX - e31cceed583089fcf46ab7df906aa7b5d93b0613 authored almost 7 years ago by Erik Demaine <[email protected]>* Fix cli.js: add nomnom dependency, add -u option
* Add `nomnom` dependency (not dev depende...
github.com/KaTeX/KaTeX - 95ea3e3095e33d66302248103f6363ca30337b64 authored almost 7 years ago by Erik Demaine <[email protected]>github.com/KaTeX/katex-fonts - 2b91a1cdd1c9f64c1333470d69dcb5362a215197 authored almost 7 years ago by ylemkimon <[email protected]>
Add metrics for \S and \P
github.com/KaTeX/katex-fonts - 062562be19ce3b9faaa0dba979967c599d371748 authored almost 7 years ago by ylemkimon <[email protected]>Improve documentation for how to build metrics
github.com/KaTeX/katex-fonts - 25d4ad776b132d2169602975634509d3c655585b authored almost 7 years ago by ylemkimon <[email protected]>github.com/KaTeX/katex-fonts - 9309d9b3a27570a6f6af9daef1418ac3a9fec1eb authored almost 7 years ago by Erik Demaine <[email protected]>
github.com/KaTeX/katex-fonts - 6b11657cf116a54790e8b63f2003b81661b472ef authored almost 7 years ago by Erik Demaine <[email protected]>
github.com/KaTeX/katex-fonts - f2ab6a79fdfb6bddcf0632cdc650c4f80e951e5d authored almost 7 years ago by Erik Demaine <[email protected]>
* Fix #1212 by supporting `\(...\)` in addition to `$...$` inline math nested inside `\text`. Th...
github.com/KaTeX/KaTeX - 4f29c5a94262aafca86391a1b92b6dc532823af3 authored almost 7 years ago by Erik Demaine <[email protected]>* Format buildHTML groupType definitions in preparation for adding types.
1) Collapse groupTy...
github.com/KaTeX/KaTeX - 5bcdeec4add8576df4645a2aef87314ee7d26ea8 authored almost 7 years ago by Ashish Myles <[email protected]>* Support Unicode delimiters
This PR adds support for the Unicode versions of \lfloor, \rfloo...
github.com/KaTeX/KaTeX - 65b47430b549b5b268c57984edc2e17936f353a8 authored almost 7 years ago by Ron Kok <[email protected]>Fix #1204 by adding `\yen` support to text mode.
More generally, I checked all the text+mode ...
github.com/KaTeX/KaTeX - 0d3cf000d281e5e06eeeb07ec66e578b0b0feb35 authored almost 7 years ago by Erik Demaine <[email protected]>* Add display/displayMode toggle on test page
* Fix #1035
* Refactor query parsing code to p...
Oddly, `unicode-math-table.txt` does not contain an entry for U+00B0. But `\degree` is surely th...
github.com/KaTeX/KaTeX - b148d5da71363278b771661ffd4c399498863aed authored almost 7 years ago by Ron Kok <[email protected]>* Fix \nobreakspace, refactor "regular space" checking
Fix #1199 by adding \nobreakspace to t...
github.com/KaTeX/KaTeX - abfb641d7addc91cfd55540d69c58235ca5b9d25 authored almost 7 years ago by Erik Demaine <[email protected]>github.com/KaTeX/KaTeX - 017eb7b91dbd48ab6870795254f8b83031b3cb93 authored almost 7 years ago by Ryan Randall <[email protected]>
* Work around negative space bug in Chrome
Fix #984
The screenshot test is still somewhat ...
github.com/KaTeX/KaTeX - 20b5a584516e756fe40cb72b92d9854c48aa7b0b authored almost 7 years ago by Erik Demaine <[email protected]>* Add CircleCI config for online screenshot verification/generation
* Remove `Checkout unicod...
github.com/KaTeX/KaTeX - 06e0393abc398b18228d19a9797695d1ef00d966 authored almost 7 years ago by ylemkimon <[email protected]>* Port spacingData and unicodeSymbols to @flow.
* Review fixes.
* Made Measurement an exac...
github.com/KaTeX/KaTeX - 0ce53e76310fdc2fa93415db23414071bfe18f02 authored almost 7 years ago by Ashish Myles <[email protected]>* Add unicode-fonts as submodule
Removed checkout process from screenshotter.sh.
* Rename ...
github.com/KaTeX/KaTeX - 96ad6e0f4f66045704a377bbaea5e6ed05cae21b authored almost 7 years ago by ylemkimon <[email protected]>github.com/KaTeX/katex-test-fonts - 371f4a7947293ada30ccacdbf403d713d128c944 authored almost 7 years ago by Kevin Barabash <[email protected]>
* Port delimiter.js to @flow.
* Responded to comments.
github.com/KaTeX/KaTeX - 9e220126190d4cf078e47312cdd43ad6afa8cb54 authored almost 7 years ago by Ashish Myles <[email protected]>github.com/KaTeX/old-gh-pages - 8ef80b456cb5bf16e46f82a032b6c680214af493 authored almost 7 years ago by Erik Demaine <[email protected]>
`makeVList` sets depth with an empty span for which it defines a height. But Chrome, in contente...
github.com/KaTeX/KaTeX - 56cfc7cf8662f5b5a85e8dc1e3b5fe13572605de authored almost 7 years ago by Ron Kok <[email protected]>* unicodeTextInMathMode setting
* When `unicodeTextInMathMode` is `true`, accented letters fr...
github.com/KaTeX/KaTeX - aed1c1e5643ea80320d979cc63af4ba417de32d0 authored almost 7 years ago by Erik Demaine <[email protected]>* Fixing nested math in non-default text. Added appropriate screenshot tests.
* Adding approp...
github.com/KaTeX/KaTeX - 7de91f73eb8c6981e1e0399346ec91c4b90ecda7 authored almost 7 years ago by Ryan Randall <[email protected]>Inspired by codecov
github.com/KaTeX/KaTeX - b341034d2bebe4719602b629d80399e6c899bf6b authored almost 7 years ago by Erik Demaine <[email protected]>github.com/KaTeX/KaTeX - 298b482c18536c8f69813fa558d556ffcf1255bd authored almost 7 years ago by Kevin Barabash <[email protected]>
github.com/KaTeX/katex-fonts - 956a7f87a45938e0e15504c21cd08b9dd9788890 authored almost 7 years ago by Kevin Barabash <[email protected]>
* Add a paragraph about injection safety
* Rewrite into Security and Handling errors
* min...
github.com/KaTeX/KaTeX - 0854bb9f1579f5f084a69d9483f6e22debb64f01 authored almost 7 years ago by Erik Demaine <[email protected]>github.com/KaTeX/KaTeX - 789aabe7a15dd80c14ab0c3fa6f8f7dc27f7f137 authored almost 7 years ago by Kevin Barabash <[email protected]>
* Padding over \sqrt and Paths for frac-line
This replaces two earlier PRs.
* Restore reac...
github.com/KaTeX/KaTeX - 95ffb4fad4a18c92b6300f50f43fa809c0951710 authored almost 7 years ago by Ron Kok <[email protected]>