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

Merge pull request #615 from gagern/release

Improve release script and bower support

github.com/KaTeX/KaTeX - 8dd161d4b2c280e4d27ed67dfbac480002a92d08 authored almost 8 years ago by Kevin Barabash <[email protected]>
Switch speed test in README (#640)

Permission to reference page granted in
https://github.com/Khan/KaTeX/issues/420#issuecomment-2...

github.com/KaTeX/KaTeX - a5e38d3b8a0da5660e4d5fea003d367f4648f95b authored almost 8 years ago by Erik Demaine <[email protected]>
Show compressed sizes correctly

On my macOS 10.12 all the sizes used to show as zero. Having them in a
single shell invocation ...

github.com/KaTeX/KaTeX - 8dc1374e7a1a7027a01fc837f7e02666029f5c8e authored almost 8 years ago by Martin von Gagern <[email protected]>
Fix x'^2 (#636)

* Fix x'^2
* Add screenshot for x'^2
* x^2' should fail. Add and fix multiple prime/superscri...

github.com/KaTeX/KaTeX - a7381857048222b56a7cefd1421be3d6e2080381 authored almost 8 years ago by Erik Demaine <[email protected]>
Set up a diff attribute and textconv instructions for font files

This may help us generate human-readable diffs of font files.

github.com/KaTeX/KaTeX - a3f0653e5c5cebccce249113c1485fc3909ca77b authored almost 8 years ago by Martin von Gagern <[email protected]>
Fix all AMS mathord symbols (#618)

* Fix all AMS mathord symbols

* Fix \imath, \jmath, \pounds support

* Fix \mathit support
...

github.com/KaTeX/KaTeX - d4aa6a7253327ff000a962e10a06505f6fde66dd authored almost 8 years ago by Erik Demaine <[email protected]>
Merge pull request #628 from gagern/pagesUpdate

Webpage: update katex to 0.7.0, show error messages

github.com/KaTeX/old-gh-pages - a4f19a4ae56bbf81495f20ad29ef0e129539e5ae authored almost 8 years ago by Kevin Barabash <[email protected]>
Do display mode via settings instead of input string

github.com/KaTeX/old-gh-pages - e416b9cfe747bf2e45de4e8d58bf34e902d44bca authored almost 8 years ago by Martin von Gagern <[email protected]>
Change cell style to 'text' in {array}, {matrix}, {cases}. Add {darray} and {dcases}. (#606)

* Change cell style to 'text' in {array}, {matrix}, {cases}.
* Add {darray} and {dcases} which ...

github.com/KaTeX/KaTeX - f1c02226ccada3da62fef0aa91f7bbb4ab10a7cb authored almost 8 years ago by Erik Demaine <[email protected]>
Show katex errors in HTML output if rendering fails

github.com/KaTeX/old-gh-pages - d3402bcd308cf9b115628c13e9e20ad532f43fe8 authored almost 8 years ago by Martin von Gagern <[email protected]>
Update katex to v0.7.0

As v0.7.0 has some problems with its bower distribution, the files included
in this commit are t...

github.com/KaTeX/old-gh-pages - cd74447a2a641d2d963316bd8a74b58e079d3f0b authored almost 8 years ago by Martin von Gagern <[email protected]>
Serve files with and without babelify step

As babelify is slow, it may be desriable to not run it during development.
This is OK if the bro...

github.com/KaTeX/KaTeX - 38ba9f91877cdbc3b687de16803c41d6fffafb74 authored almost 8 years ago by Martin von Gagern <[email protected]>
Include babelify step in browserify calls

This allows using ES6 syntax in our code, while maintaining backwards
compatibility for the gene...

github.com/KaTeX/KaTeX - 9b565a6375d72932878b16c7d6eeb5fec6d7444f authored almost 8 years ago by Martin von Gagern <[email protected]>
Turn var into const or let

github.com/KaTeX/KaTeX - bd9db332d2887d884ec7ab3ca68488314b8618da authored almost 8 years ago by Martin von Gagern <[email protected]>
Improve description of macros

Separate type, meaning and format to clarify the paragraph.

github.com/KaTeX/KaTeX - a0cd343d85a92d2160e76dc1f1cfb9e3367527e3 authored almost 8 years ago by Martin von Gagern <[email protected]>
Drop --insane flag, just formulate the prompt appropriately

github.com/KaTeX/KaTeX - 5e4f50dc09b8d85174abfab90501ac2ebf90e516 authored almost 8 years ago by Martin von Gagern <[email protected]>
Update CDN version numbers and SRI hashes on release

github.com/KaTeX/KaTeX - 5783e193ed40d33f40e64199d56695aef1b36ccd authored almost 8 years ago by Martin von Gagern <[email protected]>
Drop version field from bower.json

According to bower docs, that field is deprecated and ignored.
Git tag names (or commit ids) are...

github.com/KaTeX/KaTeX - 6404cfd269f58a943a4fecfb5326c38d15005b70 authored almost 8 years ago by Martin von Gagern <[email protected]>
Make release tag an annotated tag

It is customary to use annotated tags for releases, to preserve the
information about when the t...

github.com/KaTeX/KaTeX - 35ff154eadb555320aba135f98891d663fea89fc authored almost 8 years ago by Martin von Gagern <[email protected]>
Avoid some warnings from bower

Bower prefers to have package names in lower case, and to have uncompressed
sources listed as en...

github.com/KaTeX/KaTeX - 73cafd16dabfad936395af0029015ac386e4b424 authored almost 8 years ago by Martin von Gagern <[email protected]>
Allow creating releases from branches other than master

github.com/KaTeX/KaTeX - a3988d9d56d118d42d17d56cddaae3e1768c8545 authored almost 8 years ago by Martin von Gagern <[email protected]>
Add --dry-run and --insane options to release script

Now we have some sanity checks, a way to skip them and a way to see which
commands would be exec...

github.com/KaTeX/KaTeX - 961e9db514f14c0139cdc92dce80a79d86b493a7 authored almost 8 years ago by Martin von Gagern <[email protected]>
Un-ignore dist directory on releases for the sake of bower

github.com/KaTeX/KaTeX - 840771c6437fdb2ec79886bb4d8536198162c48b authored almost 8 years ago by Martin von Gagern <[email protected]>
auto-renderer README.md - added integrity (#591)

Integrity generated from https://www.srihash.org/
Reference: https://developer.mozilla.org/en-U...

github.com/KaTeX/KaTeX - 549104c5a8b9adda09d6fe080b721237c8186e05 authored almost 8 years ago by James Lee <[email protected]>
README.md - added integrity (#590)

Integrity generated from https://www.srihash.org/
Reference: https://developer.mozilla.org/en-U...

github.com/KaTeX/KaTeX - 90ba0e341de3f94c48a32144ce7f5974dcf9a174 authored almost 8 years ago by James Lee <[email protected]>
Document macros in options object

github.com/KaTeX/KaTeX - 0c5d9d55cf46cbe516b6d7c60fe1f46f603b1b3e authored almost 8 years ago by Martin von Gagern <[email protected]>
Don't cascade .eslintrc

eslint will automatically merge .eslintrc files in the parent folder without "root": true

github.com/KaTeX/KaTeX - 56f3d1db4750d68cd551d956c61fbded2306ea90 authored almost 8 years ago by Kevin Barabash <[email protected]>
Merge pull request #625 from gagern/morgan

Use morgan to log requests in the dev server

github.com/KaTeX/KaTeX - c56de9e323cf0989a5282d855fdf9b3714dcd3f9 authored almost 8 years ago by Kevin Barabash <[email protected]>
Use morgan to log requests in the dev server

This is motivated by the recent switch to Express 4.
Without this commit, “make serve” will prin...

github.com/KaTeX/KaTeX - 79d53bd29f7ee93dd7275de075575d5c8c8da237 authored almost 8 years ago by Martin von Gagern <[email protected]>
Describe using auto renderer in html head (#623)

Describe using auto renderer in html head

Motivated by #621.

github.com/KaTeX/KaTeX - 4ead46c4ab0b28faa9b41e688818700e7972e7a1 authored almost 8 years ago by Martin von Gagern <[email protected]>
Merge pull request #622 from gagern/commas

Revert "Remove trailing commas for IE 9 compatibility"

github.com/KaTeX/KaTeX - 59b87539b9f422d144d4c1b3481374eb226a112b authored almost 8 years ago by Martin von Gagern <[email protected]>
Fix some indentation and comma inconsistencies

This makes eslint happy again.

github.com/KaTeX/KaTeX - 896aeac81b1500b45e6279b8889cc696fd51efbc authored almost 8 years ago by Martin von Gagern <[email protected]>
Revert "Remove trailing commas for IE 9 compatibility"

This reverts commit 4d2e46e7f6b57a5ea99ae7802809e88065876f9c.

Having trailing commans makes dif...

github.com/KaTeX/KaTeX - 53e416e2962cfdb3f0dbb54dcc2b6e156b6339c4 authored almost 8 years ago by Martin von Gagern <[email protected]>
Merge pull request #612 from gagern/updates

Update dependencies to more recent version

github.com/KaTeX/KaTeX - 677290336a130f7b6573dd8ac9b5eec273a6de82 authored almost 8 years ago by Kevin Barabash <[email protected]>
Update dependencies to more recent version

All these version ranges include the latest version at the time of this
commit, except for the s...

github.com/KaTeX/KaTeX - 90e25fecc2faa5db3f17b202251812636f1d5489 authored almost 8 years ago by Martin von Gagern <[email protected]>
Bump master to v0.8.0-pre

github.com/KaTeX/KaTeX - 8f46eeaf1b385e7f30e8bba4019088fbce089e37 authored almost 8 years ago by Emily Eisenberg <[email protected]>
And make the release script actually work again.

Summary: The previous commit made the `sed` lines do the same thing on mac and
linux. Unfortunat...

github.com/KaTeX/KaTeX - 225baffef41bdae6e5e47a8c43f0bd72fdc0b6ff authored almost 8 years ago by Emily Eisenberg <[email protected]>
Make the release script compatible with both mac and linux

Curse you BSD and GNU sed being so different!

Test Plan:
- Run `sed -i.bak -e 's|boo|blah|' bl...

github.com/KaTeX/KaTeX - 4327e85796e343961fa105673a813db091813f8c authored almost 8 years ago by Emily Eisenberg <[email protected]>
Remove trailing commas for IE 9 compatibility

Summary: IE 9 doesn't like trailing commas. When we introduced eslint, we added
a bunch of trail...

github.com/KaTeX/KaTeX - 4d2e46e7f6b57a5ea99ae7802809e88065876f9c authored almost 8 years ago by Emily Eisenberg <[email protected]>
Merge pull request #598 from gagern/screenshotter

Load full-window page before adjusting browser window size

github.com/KaTeX/KaTeX - 74d55ee0ea66e1125cd7e3fa0cf1c434c424def3 authored almost 8 years ago by Kevin Barabash <[email protected]>
\ldots in text mode; add \textellipsis & \mathellipsis (#597)

github.com/KaTeX/KaTeX - 1ca7363460b7856e26fd717777081d70fe606792 authored almost 8 years ago by Erik Demaine <[email protected]>
Load full-window page before adjusting browser window size

Experimenting with [email protected] and Firefox 50.1.0 I observed
screenshots having a h...

github.com/KaTeX/KaTeX - ca1a511cc4aefbcb9d9f9aea4bd4f3b6b7be0de8 authored almost 8 years ago by Martin von Gagern <[email protected]>
Support \bmod, \pmod, \pod, and \mod.

github.com/KaTeX/KaTeX - 7c8302100901d7e5c5a22ee636ed4c40f559b4de authored almost 8 years ago by Eddie Kohler <[email protected]>
add content under the roots

github.com/KaTeX/katex-ir - 96a9c4a809d251153f060d5f760319ed56d4548d authored almost 8 years ago by Kevin Barabash <[email protected]>
remove HTML renderer and update getMetrics to handle multiple fonts

github.com/KaTeX/katex-ir - cbee87418751bafbd283412f9934e2c757ecf68b authored almost 8 years ago by Kevin Barabash <[email protected]>
fix measurement of HBoxes containing script and scriptscript style glyphs

github.com/KaTeX/katex-ir - e01d6491ecfa9df8becd28dd0d243d5c328b242e authored almost 8 years ago by Kevin Barabash <[email protected]>
test out subscripts and fractions with superscripts in the denominator

github.com/KaTeX/katex-ir - 13fc4ea3cc923662e8c0a013ac1dc8516862b0ed authored almost 8 years ago by Kevin Barabash <[email protected]>
rudimentary handling of TeX styles in renderers

github.com/KaTeX/katex-ir - 16fc8596140e1cef796c012bf20e049fa75381a9 authored almost 8 years ago by Kevin Barabash <[email protected]>
render characters from different fonts

github.com/KaTeX/katex-ir - 75d8ff3f519db68cc9f97321a541be07c3dd23a0 authored almost 8 years ago by Kevin Barabash <[email protected]>
added nested fraction and exponents examples

github.com/KaTeX/katex-ir - 87f33af80cc8f7a4e90d6db85f68b4df6132e7d7 authored almost 8 years ago by Kevin Barabash <[email protected]>
add folder hierarchy + extract measure and make utils

github.com/KaTeX/katex-ir - a45de0f9b2005ed18591fe9740bdf5e9e27ff2db authored almost 8 years ago by Kevin Barabash <[email protected]>
limit the size of the rendering to the layout's bounding box

github.com/KaTeX/katex-ir - 212df2c3c9d673adf9aa2d9d98d20fb2673eda56 authored almost 8 years ago by Kevin Barabash <[email protected]>
extract process function to convert a TeX box layout into a standard box layout and update all renderes except the HTMLRenderer to use it

github.com/KaTeX/katex-ir - be7fa6d1bd43583fb5289ecb62e5f70b319f781a authored almost 8 years ago by Kevin Barabash <[email protected]>
update pen position after rendering a box that's a child of a HBox

github.com/KaTeX/katex-ir - 89be81f49f7233e0d06e747dd35dd31df8110b44 authored almost 8 years ago by Kevin Barabash <[email protected]>
handle glue when processing HBoxes

github.com/KaTeX/katex-ir - c74c9ba12fe0b0d8d8a582685a5e50901d689fbc authored almost 8 years ago by Kevin Barabash <[email protected]>
compute the width an VBox before transforming its children

github.com/KaTeX/katex-ir - e1029fd59227799cebc6eaf9b0e2391a19e5a7b3 authored almost 8 years ago by Kevin Barabash <[email protected]>
initial React SVG component

github.com/KaTeX/katex-ir - b87f48e9b8399c69007322f7fbbea0b780bdec19 authored almost 8 years ago by Kevin Barabash <[email protected]>
initial react svg renderer

github.com/KaTeX/katex-ir - f357f7dca5fd4c0b55ddf17685cdc395d0389edb authored almost 8 years ago by Kevin Barabash <[email protected]>
hacky implementation of vertical alignment in the HTML renderer

github.com/KaTeX/katex-ir - 05b5afb85c3f1242b31b78758bf4cdb4578680b7 authored about 8 years ago by Kevin Barabash <[email protected]>
Merge pull request #580 from kohler/muunits

Support "mu"-denominated sizes and \mkern

github.com/KaTeX/KaTeX - f742fbf9f2ad75b0b2428cc84744b9b24e6abfe6 authored about 8 years ago by Kevin Barabash <[email protected]>
Support \mkern as an alias for \kern.

github.com/KaTeX/KaTeX - 81bc24808b40be8901a4540de7131b72be58fb16 authored about 8 years ago by Eddie Kohler <[email protected]>
Support "mu" units for sizes.

18mu is 1em.

And use emPerEx when converting ex to em, rather than xHeight.
(Previously some pl...

github.com/KaTeX/KaTeX - d5cedc55c99e87627e4da311b6f71c07154cd185 authored about 8 years ago by Eddie Kohler <[email protected]>
Merge pull request #586 from tabatkins/patch-1

Misspelled variable "candiate"

github.com/KaTeX/KaTeX - 3900936f63c2e95a1371759d2c8bc6e5fdaec110 authored about 8 years ago by Kevin Barabash <[email protected]>
Misspelled variable "candiate"

All uses have the same misspelling, so this wasn't a functionality bug, but still better to have...

github.com/KaTeX/KaTeX - d43f24ea918b81e92c3af0be518965e7e87c909f authored about 8 years ago by Tab Atkins Jr <[email protected]>
Merge pull request #579 from kohler/kernarg

Allow unbraced kerns, such as \kern1em.

github.com/KaTeX/KaTeX - fdebbe3a18838bb4b571fd7add288e9338a5cf10 authored about 8 years ago by Kevin Barabash <[email protected]>
Merge pull request #578 from kohler/middle

Handle \middle.

github.com/KaTeX/KaTeX - 831c5b8d99092fe57e4113406a7cc52e21924a31 authored about 8 years ago by Kevin Barabash <[email protected]>
Allow unbraced kerns, such as \kern1em.

This is actually the *only* syntax TeX allows; braced kern units
are invalid.

github.com/KaTeX/KaTeX - 530ec97e74769422b313a872920df7ec438db845 authored about 8 years ago by Eddie Kohler <[email protected]>
Merge pull request #581 from kohler/stylespacing

BUG FIX: Correct spacing next to symbols when styles switch.

github.com/KaTeX/KaTeX - 95f2f46bf59e3739d4386503142e4b99ba68f70c authored about 8 years ago by Kevin Barabash <[email protected]>
Handle \middle.

github.com/KaTeX/KaTeX - e449b2d61ac985739d620538225cec0d674e9dc2 authored about 8 years ago by Eddie Kohler <[email protected]>
Correct spacing next to symbols when styles switch.

Two nodes were sharing a list of classes, which led to the style
change applying multiple times....

github.com/KaTeX/KaTeX - 72362ecf882b6c74f4c0d731eff4bc19b2983888 authored about 8 years ago by Eddie Kohler <[email protected]>
hacked the proper fraction alignment

github.com/KaTeX/katex-ir - 2242712d5cf8890227ee30f623573345ac8c92fc authored about 8 years ago by Kevin Barabash <[email protected]>
rudimentary HTML rendering of fractions

github.com/KaTeX/katex-ir - 97c1e992341b7261fc3e4a2a1d8404fc338ed470 authored about 8 years ago by Kevin Barabash <[email protected]>
Merge pull request #573 from kohler/kwork

Fix atom-spacing, add text-mode fonts, and miscellany

github.com/KaTeX/KaTeX - 7433638fdaccdfbe0c5b661844c8e99c393a7d25 authored about 8 years ago by Kevin Barabash <[email protected]>
Add text-mode definitions of symbols like \$.

github.com/KaTeX/KaTeX - 81f9a410a0183458140129efd78eae53fbf009c9 authored about 8 years ago by Eddie Kohler <[email protected]>
Add support for \text{rm,it,bf,tt,sf,normal}.

And allow \text to nest inside \text.

github.com/KaTeX/KaTeX - e1c5f5db1c699e650990b4be52d95b62029cf83b authored about 8 years ago by Eddie Kohler <[email protected]>
Italic correction should not be applied to characters in text mode.

This requires changes to screenshotter tests that assumed italic
correction was applied in text ...

github.com/KaTeX/KaTeX - b88bc7723d2d7695d38e0c9cb11be3edac1a28f2 authored about 8 years ago by Eddie Kohler <[email protected]>
Text mode: Combine adjacent spans when possible for cleaner HTML.

So `\text{Hi}` becomes one <span...>Hi</span>, rather than two
<span...>H</span><span...>i</span...

github.com/KaTeX/KaTeX - 576380c11ce369feb663b00f90b8cbbb1d284ad4 authored about 8 years ago by Eddie Kohler <[email protected]>
Unicode punctuation works.

github.com/KaTeX/KaTeX - 4297eb127621a64957d10ac29cb5d453e1f90f61 authored about 8 years ago by Eddie Kohler <[email protected]>
Support \atop.

Add Jasmine test and update screenshotter test.

github.com/KaTeX/KaTeX - e0407a19a09bc1ed6dada3c90f533f49c32ce478 authored about 8 years ago by Eddie Kohler <[email protected]>
Support \stackrel (#468).

github.com/KaTeX/KaTeX - f8e0c91de464af514479d53521d77036494145ce authored about 8 years ago by Eddie Kohler <[email protected]>
Support \mathop, \mathrel, \mathbin, \mathpunct, etc. class commands.

These commands set their arguments in a given TeX math class. Use
the existing "op" type for \ma...

github.com/KaTeX/KaTeX - 6bb62b11b4eadf8039fa98b75e642e6fe47da2fd authored about 8 years ago by Eddie Kohler <[email protected]>
Calculate math classes from outputs, not inputs.

It's important to get spacing right that the domTree classes reflect
math atom types. So use tho...

github.com/KaTeX/KaTeX - 982e7be5978e4d609e7bc8b5499de29f6f5c8d75 authored about 8 years ago by Eddie Kohler <[email protected]>
Mark delimiters with the proper class (mopen or mclose).

This fixes some atom spacing issues. Update the BinCancellation
screenshotter test.

github.com/KaTeX/KaTeX - dc79b91dbf0906e4986b4d6ff0f7dbd71faff40c authored about 8 years ago by Eddie Kohler <[email protected]>
The \llap and \rlap commands always generate "mord" atoms.

This is how TeX does it.

github.com/KaTeX/KaTeX - 1a99e7a2e90517238948d7b25d4cd420bad41e84 authored about 8 years ago by Eddie Kohler <[email protected]>
Fix #4.

Post-process the list of atoms after they are created, changing
binary operators to ordinary ato...

github.com/KaTeX/KaTeX - c951df4269eb0b72826f803b218e6fa7c19c78e5 authored about 8 years ago by Eddie Kohler <[email protected]>
add html renderer and update svg renderer to handle fraction layouts

github.com/KaTeX/katex-ir - 03e93fdba4d6058fcdaec91f95b4a325731177ac authored about 8 years ago by Kevin Barabash <[email protected]>
Fix spacing between groups to match TeX spacing (#567)

* Internal: Pass full `options` objects to makeSpan/makeSymbol.

Not just the current color. T...

github.com/KaTeX/KaTeX - 9d3cdf694c33ee008af9508481d316d78cce329a authored about 8 years ago by Eddie Kohler <[email protected]>
Improved Docker for Mac support (#568)

* Exit cleanly after invalid screenshot test name

This avoids waiting forever.

* Auto-dete...

github.com/KaTeX/KaTeX - be966955865b24b48c46ce6ae6b7695742d2d29a authored about 8 years ago by Martin von Gagern <[email protected]>
Add fonts and metrics from KaTeX and start on SVG and canvas renderers

Currently the renderers only know how to deal with HBoxes containing
Chars and Kerns with no ver...

github.com/KaTeX/katex-ir - 7ea6348132c3d5a33a2bc2618d4cc482a43fc1be authored about 8 years ago by Kevin Barabash <[email protected]>
Check out test fonts in screenshotter.sh (#570)

This ensures that running screenshots as indicated by the screenshotter
readme will correctly r...

github.com/KaTeX/KaTeX - 94dad8029d94833f043412dfdb0382bf76fbcf14 authored about 8 years ago by Martin von Gagern <[email protected]>
Screenshotter: Obey --katex/selenium-ip options under --container. (#566)

Some Docker configs, such as Docker for Mac, need explicit --katex-ip
and --selenium-ip options...

github.com/KaTeX/KaTeX - 7b5580b1fa5c8990db8bfb4d1cc445f17e81b4ab authored about 8 years ago by Eddie Kohler <[email protected]>
Use style specific FONTDIM metrics (#545)

Summary:
FONTDIM metrics include metrics like sup2, sup3, etc. which are used for
position sub...

github.com/KaTeX/KaTeX - 22957d40f6f84abf4684942fecc0cd7a8e838dd9 authored about 8 years ago by Kevin Barabash <[email protected]>
Create CODE_OF_CONDUCT.md (#553)

github.com/KaTeX/KaTeX - ace67541a073285f965f47b2fffcc38f9d274af4 authored about 8 years ago by Matthew Rothenberg <[email protected]>
Add build artifacts to .gitignore and allow installing dependencies without building KaTeX

* Let git ignore .npm-install.stamp and dist

The former is created for most makefile targets ...

github.com/KaTeX/KaTeX - 0ebbc256729e77ec40dbc7bf80eae1f0c7d02b07 authored about 8 years ago by Martin von Gagern <[email protected]>
add fraction layout

github.com/KaTeX/katex-ir - 014d50a04b8d698f985781c1ddd12833d9921fd5 authored about 8 years ago by Kevin Barabash <[email protected]>
add a Getting Started section to the README and scripts to package.json

github.com/KaTeX/katex-ir - 9c52d1920ed7364767f5be76b159905128448c7d authored about 8 years ago by Kevin Barabash <[email protected]>
first commit

github.com/KaTeX/katex-ir - 85a073af581fb2c8a022e1e21921382d28abd8aa authored about 8 years ago by Kevin Barabash <[email protected]>
Merge pull request #548 from deckar01/547-unminified-assets

Keep unminified katex.js and katex.css build files

github.com/KaTeX/KaTeX - fef5b880572ca6f6e35e67296e3a7c0bc7b4cd3c authored about 8 years ago by Emily Eisenberg <[email protected]>
Fix texcmp issues related to bit depth and kerning (#549)

* Ensure bit depth 8
* Print affected file if PNG failed to read (e.g. due to wrong bit depth)
...

github.com/KaTeX/KaTeX - d5025c61e8715291c4c5cf493cadfa998306d6f8 authored about 8 years ago by Martin von Gagern <[email protected]>
Keep unminified katex.js and katex.css build files

github.com/KaTeX/KaTeX - 4fb9445a92ce56e373990ce391288307e6c933ce authored about 8 years ago by Jared Deckard <[email protected]>