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

Update dependencies: less(-loader), uglifyjs-webpack-plugin, request (#1343)

github.com/KaTeX/KaTeX - ef666c18da17e74dcfb3b95169aa3cc699362b28 authored over 6 years ago by ylemkimon <[email protected]>
Add missing `v` prefix to the size badge URL (#1342)

* 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" and "tag" builders into functions/*. (#1339)

* Move "ordgroup" builders to functions/ordgroup.js.
* Move "tag" MathML builder to functions/t...

github.com/KaTeX/KaTeX - 4c3439192f34bca810dcc8039d4ffd9a8b37a53b authored over 6 years ago by Ashish Myles <[email protected]>
Cleanup MathML <mrow>, <mtext>, <mn> (#1338)

* Avoid unnecessary <mrow> wrapping

buildMathML gains two helpers:
* `makeRow` helper wraps ...

github.com/KaTeX/KaTeX - 485c50987943f20fc72c02b28d70e8ceea6422e3 authored over 6 years ago by Erik Demaine <[email protected]>
Spacing (#1335)

* 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 (#1220)

* 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. (#1334)

* 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]>
Horiz brace (#1332)

* Move "horizBrace" to functions/horizBrace.js.

* Add flow types to functions/horizBrace.js.
...

github.com/KaTeX/KaTeX - ff8ca60584295d9d68f14d3156edeca20db2f667 authored over 6 years ago by Ashish Myles <[email protected]>
Move "xArrow" into functions/arrow.js and add flow types. (#1327)

* 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]>
Move "raisebox" into functions/raisebox.js. (#1331)

github.com/KaTeX/KaTeX - 35d6181a95e500fb8d757ae812a840d535d61a72 authored over 6 years ago by Ashish Myles <[email protected]>
Move environment delimiter handling to functions/environment.js. (#1329)

github.com/KaTeX/KaTeX - ea7003ff6e5bf8844e56aa4ff51d5f4b04623b97 authored over 6 years ago by Ashish Myles <[email protected]>
Move infix operator handling into functions/genfrac.js. (#1328)

github.com/KaTeX/KaTeX - fabae7c6583c41693d8f92bc1221177d84c5e065 authored over 6 years ago by Ashish Myles <[email protected]>
Bump master to v0.11.0-pre

github.com/KaTeX/KaTeX - 5aad11eff3e691695999d5d4a75c0b7e32e57c50 authored over 6 years ago by Kevin Barabash <[email protected]>
Support \tag, \tag*, and \gdef (#1309)

* 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. (#1324)

* 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. (#1325)

* Move "mclass" node logic to functions/mclass.

github.com/KaTeX/KaTeX - f49a524da79d7185d6aeb0c323f7e85f5185dabe authored over 6 years ago by Ashish Myles <[email protected]>
Move the rest of the ops from functions.js to functions/ops.js. (#1323)

github.com/KaTeX/KaTeX - 73e0c13d109ca566fd6dd57efff3d6c8b4464260 authored over 6 years ago by Ashish Myles <[email protected]>
Move test helpers into common modules (#1318)

* Move test helpers into common modules

* helpers.js gets all the helper functions
* setup.j...

github.com/KaTeX/KaTeX - 7b22eeb64ad7acf0090a393ba339f044e5886c15 authored over 6 years ago by Erik Demaine <[email protected]>
changelog for KaTeX - complete w/ links (#1322)

github.com/KaTeX/KaTeX - 4a3d6a526ff7ae331c25da81dfa22e69c27c6b05 authored over 6 years ago by Adam Kulidjian <[email protected]>
Allow all Unicode symbols in nonstrict mode (#1217)

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. (#1312)

* 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 (#1198)

* 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; fix MacroExpander space handling (#1314)

* Strict setting controls \newline display-mode behavior

* Bug-fix space handling in macros
...

github.com/KaTeX/KaTeX - 1ed99d9ff33e108ead986d4e5f04b6285e593c52 authored over 6 years ago by Erik Demaine <[email protected]>
Implement strict mode (replacing unicodeTextInMathMode) (#1278)

* 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 (#1298)

* 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]>
throwOnError documentation bug fix (#1308)

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 (#1306)

* 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 (#1307)

* 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]>
Cleanup domTree.js to re-use code (#1305)

* Refactor span and anchor into common HtmlDomContainer superclass,
without changing internal...

github.com/KaTeX/KaTeX - 9bb48b83f16382271906a7ec77a597466126e436 authored over 6 years ago by Erik Demaine <[email protected]>
Line breaks for inline formulas (#1287)

* 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 (#1304)

* 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 (#1249)

* 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]>
Adjust \underset alignment and spacing (#1290)

* Support Unicode \ll and \lll

Fixes issue #1271

* Adjust \underset alignment and spacing
...

github.com/KaTeX/KaTeX - 7b7b532fb6df75f11dc822441a0afebac057d58c authored over 6 years ago by Ron Kok <[email protected]>
Make ParseNode `value` payload and defineFunction handler functions type-safe (#1276)

* 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]>
Document new error handling behavior (renderOnError) (#1302)

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 (#1297)

* Update texcmp

I found that the existing docker rules for texcmp did not make a working
ins...

github.com/KaTeX/KaTeX - 2ee5c684ee942bdbc2af8ba3a18c9d4709a43ecd authored over 6 years ago by Erik Demaine <[email protected]>
Fix extensible arrow sup vertical alignment (#1256)

* 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 (#1169)

* 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]>
Tilde \textasciitilde and fix ~ in \verb (#1286)

* \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]>
move retrieveBaseFontName and retrieveFontStylesName into retrieveTextFontName (#1300)

github.com/KaTeX/KaTeX - 43bfaedbc8f6bfe3a48cd9cbf7a82b8c81d091c7 authored over 6 years ago by Kevin Barabash <[email protected]>
Switch makeGlue from .mord .rule to .mspace (#1295)

* 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 (#1258)

* 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, \textregistered, \textcircled support (#1073)

* \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 (#1232)

* 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 ≘≙≚≛≝≞≟ (#1274)

* 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 (#1277)

* 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]>
Alternate approach to capital Greek letters (#1285)

Alternative to #1283 and #1284 implementing Latin-looking capital Greek
letters via symbols ins...

github.com/KaTeX/KaTeX - 98b85097ebca601b660836cb49a73944dfd023d7 authored over 6 years ago by Erik Demaine <[email protected]>
Add version to katex object (#1279)

* 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]>
Greek caps (#1283)

* 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]>
Fix typo in release.sh (#1280)

github.com/KaTeX/KaTeX - 4687aa9ec3cfba7ebc0313ec102ccb82eb499b61 authored over 6 years ago by Barry B <[email protected]>
[plugin system] Add defineSymbol to the main katex object (#1263)

* 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 (#1273)

* 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 (#1261)

* Fix space width in \texttt

Fix #1255 via https://github.com/KaTeX/katex-fonts/pull/41.
Als...

github.com/KaTeX/KaTeX - 812b350a5dd0cafef30ed891fd17dbd4e3700966 authored over 6 years ago by Erik Demaine <[email protected]>
README: Add size badge (#1253)

* 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 (#41)

* 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 (#1257)

* 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]>
More Unicode letters (#1260)

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 (#42)

* Fix width metric extraction

Fix @ylemkimon's issues reported in
https://github.com/KaTeX/k...

github.com/KaTeX/katex-fonts - f541ce8fad75b9d53beeb1b967f11fcc7d214d3f authored over 6 years ago by Erik Demaine <[email protected]>
Add "generated" warning header to fontMetricsData.js (#37)

* 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-BoldItalic (#38)

* 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 (#1252)

* 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. (#1247)

* 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]>
Change CDN links (#1243)

github.com/KaTeX/KaTeX - 0f17ac50809d106a16000f0079c1afd89812f09e authored over 6 years ago by Lukas Drgon <[email protected]>
List react-katex in Libraries (#1236)

* 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 (#1246)

* Fix anchor.toMarkup

* Add space between `a`(tag name) and `href`(attribute name)
* Remove ...

github.com/KaTeX/KaTeX - 1c5a7ed232320ec0bde06efa12ef62d2b0ee323f authored over 6 years ago by ylemkimon <[email protected]>
Treat svg-wrapping spans differently from DOM-wrapping spans. (#1239)

* 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]>
Replace CDN links (#1238)

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 (#1214)

* 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]>
Add metrics for \S and \P (#1224)

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 (#1218)

* 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]>
Correct a typo (#35)

github.com/KaTeX/katex-fonts - 2b91a1cdd1c9f64c1333470d69dcb5362a215197 authored almost 7 years ago by ylemkimon <[email protected]>
Merge pull request #34 from edemaine/SP

Add metrics for \S and \P

github.com/KaTeX/katex-fonts - 062562be19ce3b9faaa0dba979967c599d371748 authored almost 7 years ago by ylemkimon <[email protected]>
Merge pull request #33 from edemaine/install

Improve documentation for how to build metrics

github.com/KaTeX/katex-fonts - 25d4ad776b132d2169602975634509d3c655585b authored almost 7 years ago by ylemkimon <[email protected]>
Bump version number

github.com/KaTeX/katex-fonts - 9309d9b3a27570a6f6af9daef1418ac3a9fec1eb authored almost 7 years ago by Erik Demaine <[email protected]>
Add metrics for \S and \P

github.com/KaTeX/katex-fonts - 6b11657cf116a54790e8b63f2003b81661b472ef authored almost 7 years ago by Erik Demaine <[email protected]>
Improve documentation for how to build metrics

github.com/KaTeX/katex-fonts - f2ab6a79fdfb6bddcf0632cdc650c4f80e951e5d authored almost 7 years ago by Erik Demaine <[email protected]>
Support \( and fix instant mode switching for $, \(, \text (#1213)

* 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. (#1206)

* 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 (#1207)

* 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]>
Add \yen support to text mode (#1208)

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 (#1193)

* Add display/displayMode toggle on test page

* Fix #1035
* Refactor query parsing code to p...

github.com/KaTeX/KaTeX - 75b55a63b152159aef84e29d49c91bde89e9023c authored almost 7 years ago by Erik Demaine <[email protected]>
Support Unicode ° (#1203)

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 (#1200)

* 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]>
Implementing analyze script (#1197)

github.com/KaTeX/KaTeX - 017eb7b91dbd48ab6870795254f8b83031b3cb93 authored almost 7 years ago by Ryan Randall <[email protected]>
Work around negative space bug in Chrome (#1194)

* 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]>
Online screenshot diff/generation using CircleCI (#1187)

* 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. (#1195)

* 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 (#1182)

* 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]>
update title to match repo name

github.com/KaTeX/katex-test-fonts - 371f4a7947293ada30ccacdbf403d713d128c944 authored almost 7 years ago by Kevin Barabash <[email protected]>
Port delimiter.js to @flow. (#1177)

* Port delimiter.js to @flow.

* Responded to comments.

github.com/KaTeX/KaTeX - 9e220126190d4cf078e47312cdd43ad6afa8cb54 authored almost 7 years ago by Ashish Myles <[email protected]>
Switch from bower to unpkg version of KaTeX (#1183)

github.com/KaTeX/old-gh-pages - 8ef80b456cb5bf16e46f82a032b6c680214af493 authored almost 7 years ago by Erik Demaine <[email protected]>
Fix contenteditable mode (#1179)

`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 (#1117)

* unicodeTextInMathMode setting

* When `unicodeTextInMathMode` is `true`, accented letters fr...

github.com/KaTeX/KaTeX - aed1c1e5643ea80320d979cc63af4ba417de32d0 authored almost 7 years ago by Erik Demaine <[email protected]>
Nested Math in Non-Default Text Fix (#1111)

* 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]>
Add tests for __* internal interface (#1170)

Inspired by codecov

github.com/KaTeX/KaTeX - b341034d2bebe4719602b629d80399e6c899bf6b authored almost 7 years ago by Erik Demaine <[email protected]>
Bump master to v0.10.0-pre

github.com/KaTeX/KaTeX - 298b482c18536c8f69813fa558d556ffcf1255bd authored almost 7 years ago by Kevin Barabash <[email protected]>
add cedilla metrics (#31)

github.com/KaTeX/katex-fonts - 956a7f87a45938e0e15504c21cd08b9dd9788890 authored almost 7 years ago by Kevin Barabash <[email protected]>
Add a paragraph about injection safety (#1161)

* 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]>
add .codecov.yml and disable patch coverage (#1164)

github.com/KaTeX/KaTeX - 789aabe7a15dd80c14ab0c3fa6f8f7dc27f7f137 authored almost 7 years ago by Kevin Barabash <[email protected]>
Padding over \sqrt and Paths for frac-line (#1143)

* 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]>