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

Fix handling of Unicode characters ð, Å, å (#1157)

* Fix double handling of ð (math maps to \eth, not special Unicode character)
* Remove Åå speci...

github.com/KaTeX/KaTeX - bceb7bd1635706ed471faedd11669a2259ac3581 authored almost 7 years ago by Erik Demaine <[email protected]>
Support \underline in text mode (#1159)

* Support \underline in text mode

Fix #1158

* Add to LowerAccent test

github.com/KaTeX/KaTeX - 627fc11f1b3dd03be66f63d88c5b71e03c72c349 authored almost 7 years ago by Erik Demaine <[email protected]>
Improve JS spacing (#1103)

* Remove dummy spans for spacing around \href

Spacing around \href is handled in the `buildHT...

github.com/KaTeX/KaTeX - 439cea3e6e7a39ee625999bcce65add13c5f0227 authored almost 7 years ago by ylemkimon <[email protected]>
move metrics to katex-fonts submodule (#1134)

* move metrics to katex-fonts submodule

* update katex-fonts submodule

* update katex-font...

github.com/KaTeX/KaTeX - 9b2101f6b4f0d7bd369af9be3aa6076e1e1a2a5e authored almost 7 years ago by Kevin Barabash <[email protected]>
Update NPM scripts and documentation (#1146)

* Group more test npm scripts into `test:`

* Update documentations on the development workflo...

github.com/KaTeX/KaTeX - 3f69de503615fd102b627fcd488f08b18a95d51c authored almost 7 years ago by ylemkimon <[email protected]>
Support Unicode colon equals (#1151)

* Support Unicode colon equals

This PR adds support for three Unicode characters: `≔` `≕` `⩴`...

github.com/KaTeX/KaTeX - d80be860154adb4259a35df9dd45d6e4219bb156 authored almost 7 years ago by Ron Kok <[email protected]>
Remove Makefile and migrate to NPM scripts (#1135)

* Remove Makefile and migrate to NPM scripts

* Update documentation/.arclint

* Check node ...

github.com/KaTeX/KaTeX - 383a68b9356454f53240dbe069f62df668336acb authored almost 7 years ago by ylemkimon <[email protected]>
Add \nobreakspace (#1145)

github.com/KaTeX/KaTeX - 73d80f595c1fbc319fdeda5e50475b0f81e45994 authored almost 7 years ago by Ron Kok <[email protected]>
set up code coverage (#1140)

* set up code coverage

* add coverage badge

github.com/KaTeX/KaTeX - f977c25d0d229f25f77ad6bc04aed925145038ed authored almost 7 years ago by Kevin Barabash <[email protected]>
Merge pull request #30 from KaTeX/move_metrics_2

move metrics (take 2)

github.com/KaTeX/katex-fonts - d7693fe99d14914c567cf47b8eebc2d6a09d38af authored almost 7 years ago by ylemkimon <[email protected]>
Support Reaction Arrows (#1078)

* Support Reaction Arrows

This PR is written to supply reaction arrows for a future `mhchem` ...

github.com/KaTeX/KaTeX - 2aee354ca2aea47bc739a4a788f734bafb710211 authored almost 7 years ago by Ron Kok <[email protected]>
add buildMetrics.sh and update files in src/metrics appropriately

github.com/KaTeX/katex-fonts - 37c7a6a145ae9dbd06a4d83799af938c00f10610 authored almost 7 years ago by Kevin Barabash <[email protected]>
Merge branch 'KaTeX' into move_metrics_2

github.com/KaTeX/katex-fonts - ed1a1574bbd917f32a33b2f81b7ff7a6bb6addd5 authored almost 7 years ago by Kevin Barabash <[email protected]>
move metrics pipeline to src/metrics

github.com/KaTeX/katex-fonts - bd6ae58deab55afb0c0cd461e73fe35efe2afd30 authored almost 7 years ago by Kevin Barabash <[email protected]>
Enable spacing functions in text mode (#1139)

* Enable spacing functions in text mode

Spacing functions such as `\;` or `\quad` should be a...

github.com/KaTeX/KaTeX - ea3b6abe327bf8290a9456b1f84758dda8e96f1d authored almost 7 years ago by Ron Kok <[email protected]>
Enable hot module replacement(HMR) (#1100)

* Use ES6 in static/main.js

+ Lint static/main.js

* Enable hot module replacement(HMR) in ...

github.com/KaTeX/KaTeX - 30854eb866a49b989915acc36bd45327126d559a authored almost 7 years ago by ylemkimon <[email protected]>
add cedilla (#26)

* add cedilla

* remove duplicate entry

github.com/KaTeX/katex-fonts - bdbdb6f0cf5664e798dd03596c5aec76f922f9d2 authored almost 7 years ago by Kevin Barabash <[email protected]>
add support for unicode angle brackets, single vertical bar, double vertical bar (#1123)

* add support for unicode angle brackets

* add tests, remove vertical bar changes

* fix 'm...

github.com/KaTeX/KaTeX - 603f12df8d5769b77c008d1e20cff3c3e8f3c378 authored almost 7 years ago by Kevin Barabash <[email protected]>
Add support for \mathring (#1125)

Fix #1124. \mathring is the math-mode equivalent to the \r accent.
Support follows from a rathe...

github.com/KaTeX/KaTeX - 684df05a86989d56796f85cb24ce0516bc19258a authored almost 7 years ago by Erik Demaine <[email protected]>
Set webpack-dev-server host to 0.0.0.0 (#1122)

webpack-dev-server CLI has a default value of localhost, which only
allows accessing locally. S...

github.com/KaTeX/KaTeX - 58c4c7c4a472379c3721e400e0451622712d0031 authored almost 7 years ago by ylemkimon <[email protected]>
extract font functions and implicit color function (#1119)

* extract font functions and implicit color function

* remove oldFontFuncs from Parser.js

...

github.com/KaTeX/KaTeX - 4bec90be0cd4f85d53042a7ac857584af7b71298 authored almost 7 years ago by Kevin Barabash <[email protected]>
move katex.less into src (#1120)

* move katex.less into src

* fix remaining paths for katex.less

github.com/KaTeX/KaTeX - 7b635f79cfc28c46dcbf814d47f6977e6712797b authored almost 7 years ago by Kevin Barabash <[email protected]>
Italic Greek capital letters (#1118)

github.com/KaTeX/KaTeX - 95d5c59d31a77c8d43d85fbc98bd26d4914ca5d3 authored almost 7 years ago by Erik Demaine <[email protected]>
extract sizing and styling implicit functions (#1116)

* extract sizing and styling implicit functions

* add BreakToken type

github.com/KaTeX/KaTeX - f80d0afee83ee565a8285ca23197d692b13b87bd authored almost 7 years ago by Kevin Barabash <[email protected]>
add perf tests, fixes #1053 (#1054)

github.com/KaTeX/KaTeX - 03c5ce7f8750d96ecca00e44dc00c35f058cce62 authored almost 7 years ago by Kevin Barabash <[email protected]>
Bump master to v0.10.0-pre

github.com/KaTeX/KaTeX - cf6743b2a8e0d8694f48d1c70afde03d47a73b94 authored almost 7 years ago by Kevin Barabash <[email protected]>
update package-lock.json so that release.sh will work

github.com/KaTeX/KaTeX - 2f88b093fbb3283fcd1a565c618f41d1ee1b4479 authored almost 7 years ago by Kevin Barabash <[email protected]>
remove symlink to support devs using Windows (#1090)

github.com/KaTeX/KaTeX - bf080cd6a4ad1650803199e5593bc0600ab2c72e authored almost 7 years ago by Kevin Barabash <[email protected]>
Merge pull request #10 from KaTeX/fonts_less

Move fonts.less from Khan/KaTeX

github.com/KaTeX/katex-fonts - 28bac265ded3222e8f37c4311c27134c10daa61d authored almost 7 years ago by Kevin Barabash <[email protected]>
add \S and \P (#1110)

github.com/KaTeX/KaTeX - 0eae99fb08c46779a31ca2ef91b72303342de44a authored almost 7 years ago by Kevin Barabash <[email protected]>
Merge branch 'KaTeX' into font_less

github.com/KaTeX/katex-fonts - b16404e9b9ee6e35da91e1a8387b30540f5b4ca8 authored almost 7 years ago by Kevin Barabash <[email protected]>
Add glyphs for \P and \S (#23)

github.com/KaTeX/katex-fonts - 58a6f22506aceb1254a57ff19c402d77de055463 authored almost 7 years ago by Kevin Barabash <[email protected]>
Merge pull request #1101 from Khan/bolditalic

add Main-BoldItalic font to allow nesting of \textit and \textbf

github.com/KaTeX/KaTeX - 64d776eb4ec4578d6cffd77eeb0e45f63a570a31 authored almost 7 years ago by Ryan Randall <[email protected]>
Merge branch 'master' into bolditalic

github.com/KaTeX/KaTeX - 097d592b475818216478e05fee56fb97c98165f6 authored almost 7 years ago by Ryan Randall <[email protected]>
Merge pull request #16 from KaTeX/bolditalic

Add Main-BoldItalic font

github.com/KaTeX/katex-fonts - 6c4d037d7343a12075739f72f88a8b3c9b256d0b authored almost 7 years ago by Ryan Randall <[email protected]>
use correct spacing with tight styles (#1106)

github.com/KaTeX/KaTeX - c627de04d9f63278fec5f04135d0d4405f0daf01 authored almost 7 years ago by Kevin Barabash <[email protected]>
add Main-BoldItalic font to allow nesting of \textit and \textbf

github.com/KaTeX/KaTeX - ea7a56019192eeb5058c43244473e5f07f932908 authored almost 7 years ago by Kevin Barabash <[email protected]>
add Main-BoldItalic font to allow nesting of \textit and \textbf

github.com/KaTeX/katex-fonts - acb68af488a666b3504ffc6c266589e344750409 authored almost 7 years ago by Kevin Barabash <[email protected]>
add Main-BoldItalic font to allow nesting of \textit and \textbf

github.com/KaTeX/katex-fonts - 22ffe0473d308aaee4f4bc2b6dc5216421574386 authored almost 7 years ago by Kevin Barabash <[email protected]>
add Main-BoldItalic font

github.com/KaTeX/katex-fonts - 864fa3e37971c930fbe304c6b1c81c4c1eb00273 authored almost 7 years ago by Kevin Barabash <[email protected]>
Fixes #1093 (non-portable use of String method .includes) (#1097)

github.com/KaTeX/KaTeX - e4fe1c89d48585252e96b0f7d414b37d883aed70 authored almost 7 years ago by ccorn <[email protected]>
update fonts and metrics so that accents are positioned correctly (#1094)

* update fonts and metrics so that accents are positioned correctly

* fix degree symbol, move...

github.com/KaTeX/KaTeX - f03849c83141ab2ee1859cd069c9bf0922a8d802 authored almost 7 years ago by Kevin Barabash <[email protected]>
update fonts and metrics so that accents are positioned correctly (#1094)

* update fonts and metrics so that accents are positioned correctly

* fix degree symbol, move...

github.com/KaTeX/katex-fonts - 1157aec7b4584d5dc241073fb9eccbb522a22af5 authored almost 7 years ago by Kevin Barabash <[email protected]>
add double acute non-combining accent, remove combining accents (#5)

* remove combining accents, add missing non-combining accents

* remove modifier letter entrie...

github.com/KaTeX/katex-fonts - dc1d7d41d68d8769d4dd4877305cc4f71d1ecbe1 authored almost 7 years ago by Kevin Barabash <[email protected]>
Merge pull request #13 from KaTeX/add_license_and_package_json

Add LICENSE file and package.json with version string for semver

github.com/KaTeX/katex-fonts - 9d7912593206aeaf18cc980f5fd4223e95804857 authored almost 7 years ago by Kevin Barabash <[email protected]>
Add LICENSE file and package.json with version string for semver

github.com/KaTeX/katex-fonts - feee984b451fea029d921ea0d41b917f56c8b7f6 authored almost 7 years ago by Kevin Barabash <[email protected]>
Add a screenshot test to ensure that we don't inherit svg-only CSS properties (#1092)

We want to inherit CSS properties that apply to both text and SVG
but we don't want to inherit ...

github.com/KaTeX/KaTeX - 53203ed92cc3a2a89b0de178bf540f34a3f81f4f authored almost 7 years ago by David Flanagan <[email protected]>
Don't inherit SVG style properties from the environment. (#1089)

* Don't inherit SVG style properties from the environment.

We don't want to inherit styles th...

github.com/KaTeX/KaTeX - 7b5083f9824c350209121628d11f3f4c9ab53c41 authored almost 7 years ago by David Flanagan <[email protected]>
Use JS for spacing between atoms instead of CSS (#1070)

* Use JS for spacing between atoms instead of CSS

Summary:
This is the first step towards cr...

github.com/KaTeX/KaTeX - 63f541b6e612983c1f56f57ae41af238e9c0caec authored almost 7 years ago by Kevin Barabash <[email protected]>
Fix undefined devServer.app in screenshotter (#1085)

Fixes #1082, `TypeError: Cannot read property 'get' of undefined` on
Docker for Mac.

github.com/KaTeX/KaTeX - d82424c6189e3f23e708929418c8dcff724407ff authored almost 7 years ago by ylemkimon <[email protected]>
Export ES6 module in fontMetricsData.js (#1072)

* Export ES6 module in fontMetricsData.js

Use ES6 modules export(`export default`)

* Gener...

github.com/KaTeX/KaTeX - 732f2a84ccb000099d29fb1f61dd02e611fab64b authored almost 7 years ago by ylemkimon <[email protected]>
Export ES6 module in fontMetricsData.js (#1072)

* Export ES6 module in fontMetricsData.js

Use ES6 modules export(`export default`)

* Gener...

github.com/KaTeX/katex-fonts - dcbc58ba10120ceac4f2be34b71a65355113aa3e authored almost 7 years ago by ylemkimon <[email protected]>
extract accent and accentunder into their own files (#1048)

* extract accent and accentunder into their own files

* cleanup how we apply custom styles to...

github.com/KaTeX/KaTeX - 2a2742453b86fba6fd5184efb3c3255400796fb7 authored almost 7 years ago by Kevin Barabash <[email protected]>
extract handling of implicit leftright groups (#1047)

* extract handling of implicit leftright groups

* address feedback from code review

github.com/KaTeX/KaTeX - c71ee4bdd5439c39e78ef2e91c9a2ddb8053844f authored almost 7 years ago by Kevin Barabash <[email protected]>
Support more scripts in \text{} environments. (#1076)

* Support more scripts in \text{} environments.

This diff is a follow-up to PR #1060 which ad...

github.com/KaTeX/KaTeX - 853e2a4fb754f0a55e115e980a896f553144a17b authored almost 7 years ago by David Flanagan <[email protected]>
Use webpack to build files and webpack-dev-server for testing (#1068)

* Create a separate entry point for webpack

Created a webpack entry point for KaTeX, which im...

github.com/KaTeX/KaTeX - 5f32b71c859d0ef48c349cb1fa00cf7e7fff808f authored almost 7 years ago by ylemkimon <[email protected]>
Move auto-render-spec.js to ./test (#1071)

Fixed jest not running auto-render-spec.js
+ Changed `require` to `import`

github.com/KaTeX/KaTeX - 4a11c3166d429f448ae55b9846e36153e407b040 authored almost 7 years ago by ylemkimon <[email protected]>
Update function support page for 0.9.0-beta (#1065)

* Update function support page for 0.9.0-beta

Update the function support page for the recent...

github.com/KaTeX/old-gh-pages - 86cabe70c2a84b0385e5b6f73a22809cf578ac76 authored almost 7 years ago by Ron Kok <[email protected]>
Add katex-ruby to the libraries list (#1067)

github.com/KaTeX/KaTeX - ffcbaf1b98424f0f17feaa54b1039375d727517a authored almost 7 years ago by Gleb Mazovetskiy <[email protected]>
Add support for \aa, \AA, \lq, \rq, \lbrack, \rbrack (#1069)

* Add support for \aa, \AA, \lq, \rq, \lbrack, \rbrack

The lack of \aa and \AA was reported i...

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

github.com/KaTeX/KaTeX - 0599e09a2de22d816d70774438597b487ff210b6 authored almost 7 years ago by Kevin Barabash <[email protected]>
Add read/write file cli parameters (#882)

* Add some more command line options

* Use nomnom for proper option parsing

* Handle macros

github.com/KaTeX/KaTeX - 745322095c04b8dee67a2470ae06fe8e9eb7bbe0 authored almost 7 years ago by raoulb <[email protected]>
Browserify hotfix (#1057)

github.com/KaTeX/KaTeX - f6b509123bc142612a816b9525c87c0c85406157 authored almost 7 years ago by nickkolok <[email protected]>
Add basic support for Indic scripts in addition to CJK. (#1060)

This patch just makes KaTeX recognize Unicode codepoints in the
range \u0900-\u109f so that tho...

github.com/KaTeX/KaTeX - 7fe6af2a82b508b0e7468043c19744644b59593c authored almost 7 years ago by David Flanagan <[email protected]>
Make a more working example in README. Fix #1049 (#1050)

This is an attempt to flesh out the required <head> tags needed to make a full
working example ...

github.com/KaTeX/KaTeX - d6609f73199f01d323e16a69b312b699d89e1873 authored almost 7 years ago by Erik Demaine <[email protected]>
added references

github.com/KaTeX/katex-ir - 475f583123f9f2e15a290e9f220748d86011645e authored almost 7 years ago by Kevin Barabash <[email protected]>
Remove support for .eot font files, fixes #893 (#1051)

github.com/KaTeX/KaTeX - 159cf422bc30b9ea8cff4a288ce06df735f8aad1 authored almost 7 years ago by Kevin Barabash <[email protected]>
Remove support for .eot font files, fixes #893 (#1051)

github.com/KaTeX/katex-fonts - 8eb1593165f92f97f5a3d7e85e010f52733d3267 authored almost 7 years ago by Kevin Barabash <[email protected]>
Merge pull request #8 from KaTeX/remove_eot

remove EOT font files

github.com/KaTeX/katex-fonts - 869bcacad1d331d7fc2b06c2277693ad4feffcc1 authored almost 7 years ago by Kevin Barabash <[email protected]>
remove EOT font files

github.com/KaTeX/katex-fonts - a936d825a6c12e8bcba39631460837a183d0f969 authored almost 7 years ago by Kevin Barabash <[email protected]>
Revert changes to makeFF

I copied the file from https://github.com/Khan/MathJax-dev on
the non-combining-double-acute bra...

github.com/KaTeX/katex-fonts - 2f71b8a3ba37a8d9800c1196b5b14ee3bad3a641 authored almost 7 years ago by Kevin Barabash <[email protected]>
extract sqrt, enclose, and verb into their own files (#1040)

* extract sqrt, enclose, and verb into their own files

* add returns types in utils.js and up...

github.com/KaTeX/KaTeX - 357d6783a417358ecfbf0d3fffecee3c1db13983 authored almost 7 years ago by Kevin Barabash <[email protected]>
flow typings for parser.js (#1041)

flow typings for parser.js

github.com/KaTeX/KaTeX - 5cc795eaaa4fc83a2f4f64f96a0703b62a29ce7f authored almost 7 years ago by Kevin Barabash <[email protected]>
Update testing infrastructure NPM packages (#1044)

* Update testing infrastructure NPM packages

Travis is currently failing all tests. This sho...

github.com/KaTeX/KaTeX - 63733f796affa53aaae4da45f374baa8727540b6 authored almost 7 years ago by Erik Demaine <[email protected]>
move source files for building fonts into this repo (#6)

github.com/KaTeX/katex-fonts - affbbb6fa1418fc9d8422bf3957af3e22a481511 authored almost 7 years ago by Kevin Barabash <[email protected]>
Unicode accents (#992)

* Unicode accents

* Lexer now looks for combining dicritical marks and adds them to the same ...

github.com/KaTeX/KaTeX - 484d44ee70100ad7ded601345d156f839fa52294 authored almost 7 years ago by Erik Demaine <[email protected]>
\kern generates right-margin instead of left-margin. Fix #995 (#1019)

* \kern generates padding instead of margin. Fix #995

* Switch to marginRight

* Add screen...

github.com/KaTeX/KaTeX - d822f04b9b134aae787f26888f34b067fb4d5185 authored almost 7 years ago by Erik Demaine <[email protected]>
add package-lock.json so our builds are repeatable

github.com/KaTeX/KaTeX - 7702ffa5b62808f4a83d141b640b3037bd29ccd9 authored almost 7 years ago by Kevin Barabash <[email protected]>
Add a 'common issues' section to the README (#1034)

github.com/KaTeX/KaTeX - d470cc0b3f998a0fc3ef28394d08940498d3e848 authored almost 7 years ago by Kevin Barabash <[email protected]>
Implement correct macros for liminf and limsup, fixes #111 (#887)

* Implement correct macros for liminf and limsup, fixes #111

* fix nits

github.com/KaTeX/KaTeX - 7229f02d8f0414f692743ed04627290292183be4 authored almost 7 years ago by Kevin Barabash <[email protected]>
Merge pull request #1037 from rrandallcainc/Removing-Unnecessary-CSS

Removing katex-logo css, as it's no longer used.

github.com/KaTeX/KaTeX - c883b3d54d166b1cb3168f192ede551a149bbc14 authored almost 7 years ago by Ryan Randall <[email protected]>
Merge branch 'master' into Removing-Unnecessary-CSS

github.com/KaTeX/KaTeX - 1dd108262871032060fa7bfee8710f74725d8c2a authored almost 7 years ago by Kevin Barabash <[email protected]>
Fix frac-line (#1025)

* Fix frac lline

For frac-line, use an SVG line in an extra tall span.

I still need to thi...

github.com/KaTeX/KaTeX - c62f81476556a6e9ee6d6d09e2bef9e6ce29933f authored almost 7 years ago by Ron Kok <[email protected]>
Removing katex-logo css, as it's no longer used.

github.com/KaTeX/KaTeX - c559b916da002380ba25ba0594e0e98040c3b9a9 authored almost 7 years ago by Ryan Randall <[email protected]>
Make accents zero width (#1033)

* Make accents zero width

Make the width of an accented character equal to the width of the c...

github.com/KaTeX/KaTeX - d6791b79610581fd79f0b5c5f81514a3991e7b0f authored almost 7 years ago by Erik Demaine <[email protected]>
add glyph widths to fontMetricsData.js (#1032)

github.com/KaTeX/KaTeX - d19ac4029a2c1b9e4a78dbfa95c2d173973526a6 authored about 7 years ago by Kevin Barabash <[email protected]>
add \ae, \AE, \oe, \OE, \o, \O, \ss with unicode support for those characters in text mode (#1030)

github.com/KaTeX/KaTeX - 522b238e209bc02e60f47395440bf8ee354f0f6c authored about 7 years ago by Kevin Barabash <[email protected]>
add \ae, \AE, \oe, \OE, \o, \O, \ss with unicode support for those characters in text mode (#1030)

github.com/KaTeX/katex-fonts - 5b49d19f13c9e7fcd696f69ab87a5660b181788c authored about 7 years ago by Kevin Barabash <[email protected]>
add \i and \j for text mode (#1029)

github.com/KaTeX/KaTeX - 2b2cf73f2e838a134e8bc8b19b70579fab96ba7d authored about 7 years ago by Kevin Barabash <[email protected]>
Implement \TextOrMath, \@secondoftwo (#1024)

* Implement \TextOrMath, \@secondoftwo

* Parser now tells MacroExpander about mode switching....

github.com/KaTeX/KaTeX - c30edaaf5bcb7ef695dcc1aff1b4ae8bab29c347 authored about 7 years ago by Erik Demaine <[email protected]>
Merge pull request #1022 from edemaine/buildhtml

Add buildHTMLTree

github.com/KaTeX/KaTeX - 2d439f076ad023a03b69984d16473525b88fc927 authored about 7 years ago by Ryan Randall <[email protected]>
Add buildHTMLTree

github.com/KaTeX/KaTeX - 4b69eb7a7e732188484c634d5a8db40e450df8ce authored about 7 years ago by Erik Demaine <[email protected]>
Rename to use 'render' terminology, add docs

github.com/KaTeX/KaTeX - d8994df1d403601c8e073d287a8ffce698dc4189 authored about 7 years ago by Erik Demaine <[email protected]>
Fix \vec (#1018)

* Fix \vec

In accent \vec, replace the combining font glyph with an SVG.

* Fix lint error
...

github.com/KaTeX/KaTeX - 4410d48d5c0d1447a110450f32933d8731cc2700 authored about 7 years ago by Ron Kok <[email protected]>
Stacking text commands (#1009)

* Adding support for SansSerif-Bold

* Updating to include SansSerif Italic.

* WIP

* Wor...

github.com/KaTeX/KaTeX - 50765a0ccdd99f0b7bf412a1591fd043bd868078 authored about 7 years ago by Ryan Randall <[email protected]>
Stacking text commands (#1009)

* Adding support for SansSerif-Bold

* Updating to include SansSerif Italic.

* WIP

* Wor...

github.com/KaTeX/katex-fonts - 26fd99d08f44b127aee1dde99d3fe46cb7a0c8ad authored about 7 years ago by Ryan Randall <[email protected]>
Added support for bold italic symbols (#1011)

* added support for \boldsymbol

* added \boldsymbol tests

* added \boldsymbol screenshots
...

github.com/KaTeX/KaTeX - cf23517499c7755077e89ad0463d5eaeda4e5572 authored about 7 years ago by Alexander Terenin <[email protected]>
Exposing the build tree. (#1017)

* Exposing the build tree.

* Warning users about internal representation.

github.com/KaTeX/KaTeX - 36ca9beaa78a9659c842743e9496155bc179cc25 authored about 7 years ago by Ryan Randall <[email protected]>
Support Unicode middle dot (#1015)

* Support Unicode middle dot

This PR adds support for Unicode characters U+00B7 MIDDLE DOT an...

github.com/KaTeX/KaTeX - 46176c1d69ba2a54d7bb6f9ba06fc9be68b48fff authored about 7 years ago by Ron Kok <[email protected]>
delimiter.js: Don't assign sizeMultiplier to span in prep for porting to flow. (#1006)

github.com/KaTeX/KaTeX - 73db0a235229f324845fda331d93f3691accba30 authored about 7 years ago by Ashish Myles <[email protected]>