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

Reformat symbol table

Using function calls instead of one big object literal for the symbols makes
the notation far mo...

github.com/KaTeX/KaTeX - 414f9dd248b2822d6f46da529942035dff9960be authored over 9 years ago by Martin von Gagern <[email protected]>
Reindent

Since the previous commit deliberately avoided reindenting, this one here
does just that: reinde...

github.com/KaTeX/KaTeX - 3e055f84e9e50d4492149876fcbe9b07da05277e authored over 9 years ago by Martin von Gagern <[email protected]>
Split up functions list into calls to declareFunction

Having one long array literal to contain the code of all function
implementations is problematic...

github.com/KaTeX/KaTeX - d553353204432dba6b0be9a61ff87f8e34c993cb authored over 9 years ago by Martin von Gagern <[email protected]>
Strip one level of indirection from functions module exports

github.com/KaTeX/KaTeX - 5539226f4b2dd100e9e126408ca6943dae2bc863 authored over 9 years ago by Martin von Gagern <[email protected]>
Update katex to v0.5.1

github.com/KaTeX/old-gh-pages - e859c53852d537498751456191044063727a2c7a authored over 9 years ago by Emily Eisenberg <[email protected]>
Merge pull request #342 from xymostech/rename-breakOnUnsupportedCmds

Rename breakOnUnsupportedCmds to throwOnError.

github.com/KaTeX/KaTeX - 8accf0f18a17852fceb8cc9421508491f8cd5cde authored over 9 years ago by Kevin Barabash <[email protected]>
Rename breakOnUnsupportedCmds to throwOnError.

Also, the MathBb-chrome test changed, to what I believe is the correct
result? Not sure why it l...

github.com/KaTeX/KaTeX - d6cec8a8612069737c48ba9bc151c00b56cc92c7 authored over 9 years ago by Emily Eisenberg <[email protected]>
Merge pull request #292 from kevinb7/fonts-p3_mathml

Adds MathML support for math font commands.

github.com/KaTeX/KaTeX - c428abca1edd79d99bdfb308bc2dd7ae887af2ac authored over 9 years ago by Kevin Barabash <[email protected]>
Adds MathML support for math font commands.

This is part 3 or 3. The first two pull requests added font metrics, HTML rendering, and screen...

github.com/KaTeX/KaTeX - 64e63d7546fb9ad60abc4ec56ddcaa04015a32ad authored over 9 years ago by Kevin Barabash <[email protected]>
Merge pull request #341 from gagern/pngRepack

(Re-)Create some more screenshots in a reproducible way

github.com/KaTeX/KaTeX - 07dc11ccb01d6722202d1461962a942d2ae7a4d4 authored over 9 years ago by Kevin Barabash <[email protected]>
(Re-)Create some more screenshots in a reproducible way

When rebasing for 2e002ff37aea45979a715a0f8015bf60baba4bfb I forgot to
re-create the screenshots...

github.com/KaTeX/KaTeX - 9c2a391ff65a09bec6b82b6b7dad9e67d490cd55 authored over 9 years ago by Martin von Gagern <[email protected]>
Merge pull request #340 from gagern/pngRepack

Use jspngopt and pako to create reproducible PNG files for Chrome as well

github.com/KaTeX/KaTeX - f488a7c48d9a1d19b16b15d0e0b362827c2957ef authored over 9 years ago by Kevin Barabash <[email protected]>
Use jspngopt and pako to create reproducible PNG files for Chrome as well

The combination of jspngopt and pako should eliminate possible causes for
different PNG encoding...

github.com/KaTeX/KaTeX - 2e002ff37aea45979a715a0f8015bf60baba4bfb authored over 9 years ago by Martin von Gagern <[email protected]>
Merge pull request #330 from xymostech/add-vert-separator

Add | column separators to arrays.

github.com/KaTeX/KaTeX - 72027a1a56c920e153a5c3d05552f285585cb57c authored over 9 years ago by Kevin Barabash <[email protected]>
Add | column separators to arrays.

This adds the ability to add `|` to a column description and have
vertical separators be added. ...

github.com/KaTeX/KaTeX - 3a8adbf59519ed4e426dd4fd19b0c74159703b2b authored over 9 years ago by Emily Eisenberg <[email protected]>
Merge pull request #334 from Khan/revert-333-gitter-badge

Revert "Add a Gitter chat badge to README.md"

github.com/KaTeX/KaTeX - 1b5834d89424216442d793eaa5da7eee394cefd1 authored over 9 years ago by Kevin Barabash <[email protected]>
Revert "Add a Gitter chat badge to README.md"

github.com/KaTeX/KaTeX - d772aab6d5298a3ca6601cf2251306fa65c2be1e authored over 9 years ago by Kevin Barabash <[email protected]>
Merge pull request #333 from gitter-badger/gitter-badge

Add a Gitter chat badge to README.md

github.com/KaTeX/KaTeX - bc4c2702206bba8b3e7b7036aeb4ba92c7c16501 authored over 9 years ago by Kevin Barabash <[email protected]>
Added Gitter badge

github.com/KaTeX/KaTeX - 2af1ad2ffcb8da535d2efdd56f448b57743fcd9a authored over 9 years ago by The Gitter Badger <[email protected]>
Merge pull request #291 from kevinb7/fonts-p2_rendering

Adds math commands, HTML rendering, and screenshotter tests.

github.com/KaTeX/KaTeX - 2d9a6f323cc7f2d830eb30d02c53242c840b6977 authored over 9 years ago by Kevin Barabash <[email protected]>
Adds math commands, HTML rendering, and screenshotter tests.

This is part 2 of 3. Part 1 added new fonts metrics. Part 2 will add MathML support and unit t...

github.com/KaTeX/KaTeX - fd2d58fd8011a1ce1931b42ae53bdae8acfeba1f authored over 9 years ago by Kevin Barabash <[email protected]>
Merge pull request #294 from gagern/symtypes

Fix symbol group types

github.com/KaTeX/KaTeX - f32d6158138ffa6c9ec4beedba3d40d9d6d23a84 authored over 9 years ago by Kevin Barabash <[email protected]>
Fix incorrect symbol types

These symbols should have different types, according to symgroups.js

github.com/KaTeX/KaTeX - 9942283db037dc1e68e2647343a8936d7b9f0693 authored over 9 years ago by Martin von Gagern <[email protected]>
Add tool to check symbol group types against LaTeX

At the moment, the tool isn't suitable for automatic regression tests yet,
since some symbols wi...

github.com/KaTeX/KaTeX - 1846929110a1b7b8561491fe13b64c8e85b97b66 authored over 9 years ago by Martin von Gagern <[email protected]>
Merge pull request #310 from gagern/ssYaml

Switch Screenshotter data from JSON to YAML

github.com/KaTeX/KaTeX - cb9f765e0696261712e01735a639ddaf6a222966 authored over 9 years ago by Kevin Barabash <[email protected]>
Merge pull request #326 from spicyj/bs

Add BrowserStack credit to website

github.com/KaTeX/old-gh-pages - 882283e0d44914176074024d0f38982d9bcea15c authored over 9 years ago by Kevin Barabash <[email protected]>
Add BrowserStack credit to website

github.com/KaTeX/old-gh-pages - 6f5e7aaf667481e5194dd67dd0ccfda599113011 authored over 9 years ago by Ben Alpert <[email protected]>
Merge pull request #323 from blaiprat/fontMetricsData_js

Generate fontMetricsData as JavaScript

github.com/KaTeX/KaTeX - 1da8c8938bfb02ae049b92483fc317f68394e5fe authored over 9 years ago by Kevin Barabash <[email protected]>
Merge remote-tracking branch 'origin/master' into ssYaml

github.com/KaTeX/KaTeX - 758f4a73d9bfabf457a37bb7aa1864e2b72e5374 authored over 9 years ago by Martin von Gagern <[email protected]>
Add missing semicolon at the end of fontMetricsData

github.com/KaTeX/KaTeX - 236b7925f1844a09f12c623ec4af175d465e160a authored over 9 years ago by Blai Pratdesaba <[email protected]>
Add missing semicolon at the end of fontMetricsData

github.com/KaTeX/katex-fonts - 2c0bcfd887f165e49100d8fc814a89ad53984a9b authored over 9 years ago by Blai Pratdesaba <[email protected]>
Generate fontMetricsData as JavaScript

github.com/KaTeX/katex-fonts - ed40c444bd07d711956d2ba41c5f9d73289aff8c authored over 9 years ago by Blai Pratdesaba <[email protected]>
Generate fontMetricsData as JavaScript

github.com/KaTeX/KaTeX - 8cd71830c2c8dca58e79325f4d7f79b7bfd7de60 authored over 9 years ago by Blai Pratdesaba <[email protected]>
Whitelist keys to include in ss_data query strings

github.com/KaTeX/KaTeX - 62a8b2d4e79a592fb0a78c78681b0f5786aa68b4 authored over 9 years ago by Martin von Gagern <[email protected]>
Merge pull request #317 from JeffEverett/unsupported_commands

Added support for visual depiction of unsupported commands

github.com/KaTeX/KaTeX - b2d2df9bef95d17943f13aef2d20826ea27e49c9 authored over 9 years ago by Kevin Barabash <[email protected]>
Merge pull request #319 from JeffEverett/fix_limit_controls

Fixed limit controls in textstyle

github.com/KaTeX/KaTeX - 76d87e8f90719c1fa87fbcbbdebe7fc38ed745e1 authored over 9 years ago by Kevin Barabash <[email protected]>
Merge pull request #290 from kevinb7/fonts-p1_metrics

Adds font metrics to support font commands.

github.com/KaTeX/KaTeX - 4a507c40f13c8ec2395460a0893be7173dfcc59a authored over 9 years ago by Kevin Barabash <[email protected]>
Merge pull request #290 from kevinb7/fonts-p1_metrics

Adds font metrics to support font commands.

github.com/KaTeX/katex-fonts - 228178613ee4bcb7fdd25850ae0e939b6d60c392 authored over 9 years ago by Kevin Barabash <[email protected]>
Fixed limit controls in textstyle

github.com/KaTeX/KaTeX - 9b0f42ea502c22c0a4a54c5dce9b53592c89331d authored over 9 years ago by Jeff Everett <[email protected]>
Added support for visual depiction of unsupported commands

github.com/KaTeX/KaTeX - e1c221273c1ac74f7a7cd98658a842e66993dfd4 authored over 9 years ago by Jeff Everett <[email protected]>
Merge pull request #314 from JeffEverett/limits_and_nolimits

Add support for \limits and \nolimits controls

github.com/KaTeX/KaTeX - 4be3931cb5b685c38e868eb2436522563d6f7de2 authored over 9 years ago by Kevin Barabash <[email protected]>
Added support for \limits and \nolimits controls

github.com/KaTeX/KaTeX - 5d83bb8cc013763c611c27808a16378dbfbe7185 authored over 9 years ago by Jeff Everett <[email protected]>
Disable chrome screenshotter tests until we can determine why it's producing different results.

Test Plan:
- run `make screenshots` and verify that it doesn't start the chrome docker image

Au...

github.com/KaTeX/KaTeX - 0dc9eed1c42ab111b1ba1d795270e579d4b423cc authored over 9 years ago by Kevin Barabash <[email protected]>
Update `make screenshots` to run the new screenshotter

Test Plan:
- run `make screenshots` and verify that the screenshotter runs

Auditors: alpert

github.com/KaTeX/KaTeX - bd275b85d7c0b9c68d7b760086140c3b3385d288 authored over 9 years ago by Kevin Barabash <[email protected]>
Merge pull request #299 from gagern/delimiters

Provide more delimiters

github.com/KaTeX/KaTeX - 476eebf3c5d187eb1ce84ffe2fbd4ede2dfb91ec authored over 9 years ago by Kevin Barabash <[email protected]>
Update katex to v0.5.0

github.com/KaTeX/old-gh-pages - b2d9f09e59b6c8ea82ca09f936b5b9b1d833c059 authored over 9 years ago by Emily Eisenberg <[email protected]>
Update master version numbers

Summary: Update the version numbers on master to <the-next-version>-pre.

Test plan:
- ???

Aud...

github.com/KaTeX/KaTeX - 2600587f78b5ce9716ebb9c2cccd58c88ae9b622 authored over 9 years ago by Emily Eisenberg <[email protected]>
Update Dockerfile for ttfautohint, update metrics

Summary:
Update the MathJaxFonts `Dockerfile` to enable the use of
`ttfautohint` which hints our...

github.com/KaTeX/KaTeX - ce99abd1f209b49680910fb9a93a7a45c0025f25 authored over 9 years ago by Emily Eisenberg <[email protected]>
Switch Screenshotter data from JSON to YAML

Escaping TeX in JSON as query strings is a pain: you have to double all the
\\, you have to esca...

github.com/KaTeX/KaTeX - fb403fa9eb4f907087a127ea02f6f0c3de02ab92 authored over 9 years ago by Martin von Gagern <[email protected]>
Merge pull request #308 from gagern/selenium-images

Automatically start a development server

github.com/KaTeX/KaTeX - a3031af30703b695f0c4c6df80db6a6dd121afbd authored over 9 years ago by Kevin Barabash <[email protected]>
Merge pull request #309 from gagern/chromeScreenshotUpdates

Update chrome screenshots

github.com/KaTeX/KaTeX - e0c75df7b76300e19efe801a18b7d5f24ce009e4 authored over 9 years ago by Kevin Barabash <[email protected]>
Automatically start a development server

This avoids one of the few requirements we have left: you no longer have to
start a KaTeX develo...

github.com/KaTeX/KaTeX - 9752d02748aeab6922e64882617fe4c15da853be authored over 9 years ago by Martin von Gagern <[email protected]>
Update chrome screenshots

I forgot to re-create these after rebasing.

github.com/KaTeX/KaTeX - b7e1581869ea4f5d20a6b7d7f0b0dc7bb4ae6f64 authored over 9 years ago by Martin von Gagern <[email protected]>
Merge pull request #264 from gagern/selenium-images

Selenium images

github.com/KaTeX/KaTeX - a18db362968b181c143e09abed970ace40c55182 authored over 9 years ago by Kevin Barabash <[email protected]>
Switch from own docker image to standard selenium images

Since the Selenium images are available for download, and downloading them
is usually faster tha...

github.com/KaTeX/KaTeX - 5d155c75db298687a216bb079bdf7588af0dc52a authored over 9 years ago by Martin von Gagern <[email protected]>
Add screenshots taken from Chrome

github.com/KaTeX/KaTeX - 6f65f685f3b11656e8c0f47d2266807a891f5070 authored over 9 years ago by Martin von Gagern <[email protected]>
Merge pull request #306 from gagern/browserifyUpdate

Update development server for new browserify version

github.com/KaTeX/KaTeX - b1d53118988a642117047a3896c11fabd40a35f8 authored over 9 years ago by Kevin Barabash <[email protected]>
Update development server for new browserify version

Current browserify no longer accepts an options hash to the bundle method.

github.com/KaTeX/KaTeX - 11970ee96587f129c8bd584533df8547f43521e9 authored over 9 years ago by Martin von Gagern <[email protected]>
Adds font metrics to support font commands.

This is part 1 of 3. Rendering, screenshots, MathML, and unit tests will
follow in susbequent p...

github.com/KaTeX/KaTeX - 67147b18ac52a923eaf39f04e2c00c2e776d3e2b authored over 9 years ago by Kevin Barabash <[email protected]>
Adds font metrics to support font commands.

This is part 1 of 3. Rendering, screenshots, MathML, and unit tests will
follow in susbequent p...

github.com/KaTeX/katex-fonts - 0739a12f832fa9b3afcd4f94abe4d90c8d49d40a authored over 9 years ago by Kevin Barabash <[email protected]>
Adds font metrics to support font commands.

This is part 1 of 3. Rendering, screenshots, MathML, and unit tests will
follow in susbequent p...

github.com/KaTeX/katex-fonts - 86cde77401638d80403d8fdd924b5559ea99822d authored over 9 years ago by Kevin Barabash <[email protected]>
Merge pull request #293 from gagern/matrices

Matrices should be of type ord

github.com/KaTeX/KaTeX - 549c2bf858cd9c20e760991b04a72db214e258dd authored over 9 years ago by Kevin Barabash <[email protected]>
Change group type of array from inner to ord

This is a consequence of Rule 8 of Appendix G of The Tex Book.

github.com/KaTeX/KaTeX - 8bff74ca09bb68fa48a0be217e1f97ec3e25a6da authored over 9 years ago by Martin von Gagern <[email protected]>
Test case demonstrating the desired spacing around an array

github.com/KaTeX/KaTeX - 6362e0f8f2a691b28962f624031c919588ab96d7 authored over 9 years ago by Martin von Gagern <[email protected]>
Offer some help working out the types of math formula atoms

github.com/KaTeX/KaTeX - f05ff9c5fafd86c4a7a86d05343ae77287d56f1a authored over 9 years ago by Martin von Gagern <[email protected]>
Merge pull request #303 from gagern/metrics

Improve font metrics creation

github.com/KaTeX/KaTeX - 6357a348283cd1d1f1054fe9dbff7d94600c7f0a authored over 9 years ago by Kevin Barabash <[email protected]>
Switch from fontforge to fonttools

The dependencies of fonttools are much lighter than fontforge, and since all
we need are some me...

github.com/KaTeX/KaTeX - b290d4ad764a414d05763d16035d3b3e42cddb46 authored over 9 years ago by Martin von Gagern <[email protected]>
Switch from fontforge to fonttools

The dependencies of fonttools are much lighter than fontforge, and since all
we need are some me...

github.com/KaTeX/katex-fonts - ab5c3ca6bf47c3e91833f2c547449372e067cf51 authored over 9 years ago by Martin von Gagern <[email protected]>
Format font metrix data to have one row for each glyph

This will make reviewing modifications easier, since the affected glyphs
will be more readily vi...

github.com/KaTeX/katex-fonts - 2ed17ef10829ea51ed3fbe7d0ce355922c303a1c authored over 9 years ago by Martin von Gagern <[email protected]>
Avoid non-determinisms related to font metric generation

We had some duplicate mappings in mappings to start with. Now we have some
code to complain lou...

github.com/KaTeX/katex-fonts - 9c03738c2ea23b53b9f3a68f76e2ab80a5e48b82 authored over 9 years ago by Martin von Gagern <[email protected]>
Format font metrix data to have one row for each glyph

This will make reviewing modifications easier, since the affected glyphs
will be more readily vi...

github.com/KaTeX/KaTeX - 86115b8fce98c45911000009a5c39513626d0fd7 authored over 9 years ago by Martin von Gagern <[email protected]>
Avoid non-determinisms related to font metric generation

We had some duplicate mappings in mappings to start with. Now we have some
code to complain lou...

github.com/KaTeX/KaTeX - d26a67f220e7652d018fde37e3f0bd4779a0c0f8 authored over 9 years ago by Martin von Gagern <[email protected]>
Save auto-generated font metrics data to separate JSON file

This separates auto-generated code from manually created code.
We need a more recent version of ...

github.com/KaTeX/KaTeX - 1603162267d5a3217ff567847581732220ba7151 authored over 9 years ago by Martin von Gagern <[email protected]>
Save auto-generated font metrics data to separate JSON file

This separates auto-generated code from manually created code.
We need a more recent version of ...

github.com/KaTeX/katex-fonts - 00c792649a5b974681b00235c1815e4e2bd2efa5 authored over 9 years ago by Martin von Gagern <[email protected]>
Auto-detect python binary

We now try whether there is an executable called python2, and if so,
use that in preference to p...

github.com/KaTeX/KaTeX - 1f8610cebe2c99223db4082a834fb814afd2b697 authored over 9 years ago by Martin von Gagern <[email protected]>
add a link to Examining TeX page on wiki to CONTRIBUTING.md

Auditors: emily

github.com/KaTeX/KaTeX - 6cf8c5aacbfb77a01e9038951f03b1431648b91d authored over 9 years ago by Kevin Barabash <[email protected]>
Provide more delimiters

This adds \lgroup, \rgroup, \lmoustache and \rmoustache,
provides \lVert and \rVert with the cor...

github.com/KaTeX/KaTeX - 7c8ea806388ddc7f771b83ee7877fc6ef7540605 authored over 9 years ago by Martin von Gagern <[email protected]>
Merge pull request #295 from gagern/fracspace

Improve horizontal spacing of fractions

github.com/KaTeX/KaTeX - 8009059b7ca663fe1eb01e75fdffefb1a6e5a2a6 authored over 9 years ago by Kevin Barabash <[email protected]>
Merge pull request #298 from gagern/Bmatrix

Implement Bmatrix environment

github.com/KaTeX/KaTeX - d00caf6ed77075e19dee96708bb2897b6ee37fbb authored over 9 years ago by Emily Eisenberg <[email protected]>
Implement Bmatrix environment

github.com/KaTeX/KaTeX - ec3cbb86567bc489068e4dc46ccb1f20b0b1b4d9 authored over 9 years ago by Martin von Gagern <[email protected]>
Improve horizontal spacing of fractions

A fraction is surrounded by a box of width \nulldelimiterspace on either side.
That size is 1.2p...

github.com/KaTeX/KaTeX - 7dc8b6809239fe9be820e838b271ec274dc0a4cd authored over 9 years ago by Martin von Gagern <[email protected]>
Merge pull request #268 from gagern/texcmp

Generate reference images from LaTeX

github.com/KaTeX/KaTeX - a06744e9411a4ae7527bce5f523fb592a5fe8fa6 authored over 9 years ago by Kevin Barabash <[email protected]>
Take snapshots of formulas rendered by LaTeX and compute visual diffs

The same test cases we use for our screenshots from Firefox are now also
being rendered by pdfla...

github.com/KaTeX/KaTeX - c562813afaf46721030d1305600c0ffc3b3516bd authored over 9 years ago by Martin von Gagern <[email protected]>
Merge pull request #283 from kevinb7/kevinb7-patch-4

Update CONTRIBUTING.md

github.com/KaTeX/KaTeX - 7be056c1f4a5cfe00120f5b20662a876573b348c authored over 9 years ago by Kevin Barabash <[email protected]>
Update CONTRIBUTING.md

added "Pull Requests" section with some guidelines, plus some addition code style guidelines.

f...

github.com/KaTeX/KaTeX - 53b0a9ad7a7efdcaefef32d9349c8e4bcfbf8da2 authored over 9 years ago by Kevin Barabash <[email protected]>
Merge pull request #284 from kevinb7/kevinb7-patch-5

Updated Makefile so that it "make dist" works on OS X

github.com/KaTeX/KaTeX - 87b2cc95bf3f499f977ad13127b1655a9bf0798f authored over 9 years ago by Kevin Barabash <[email protected]>
Merge pull request #285 from kevinb7/kevinb7-patch-6

Added a link to the list of commands on the wiki.

github.com/KaTeX/KaTeX - 2e9fdee780036f07d3acc3320ce964b0d289d837 authored over 9 years ago by Kevin Barabash <[email protected]>
Added a link to the list of commands on the wiki.

github.com/KaTeX/KaTeX - 1a11eb46b2a4ea7b31f7de2423bb16839d5dc1c2 authored over 9 years ago by Kevin Barabash <[email protected]>
Update Makefile

```cp --recursive``` isn't supported on Mac OS X so use ```cp -R``` instead.

github.com/KaTeX/KaTeX - 39489ab479da1be1e173c9098802ed9dd75a9ded authored over 9 years ago by Kevin Barabash <[email protected]>
Merge pull request #280 from JeffEverett/master

Add two AMS symbols: checkmark and circledR

github.com/KaTeX/KaTeX - 1ac6b41990ac1f0fe59b1e2e21254eb606dcd30d authored over 9 years ago by Kevin Barabash <[email protected]>
Update to katex 0.4.3, switch to bower for site

Auditors: emily

github.com/KaTeX/old-gh-pages - 6448ce56998c08142413bacd3ec34899d989cf0a authored over 9 years ago by Ben Alpert <[email protected]>
Add two AMS symbols: checkmark and circledR

github.com/KaTeX/KaTeX - eaf89dd45dc41493bf69ce0e73658dbd6ec5e101 authored over 9 years ago by Jeff Everett <[email protected]>
Merge pull request #279 from gagern/cases

Implement cases environment

github.com/KaTeX/KaTeX - 41e3fa66599b125677919673c0139324beec3f0c authored over 9 years ago by Kevin Barabash <[email protected]>
Implement cases environment

See issue #278. Although the official definition makes use of @{…}
notation, we use custom spac...

github.com/KaTeX/KaTeX - 758bdba31ef895a249b0bcff5d0cc6f2605e8bfb authored over 9 years ago by Martin von Gagern <[email protected]>
Fix `arc lint`

Summary: Move the linting configuration to `.arclint` so that `arc lint`
works again.

Test plan...

github.com/KaTeX/KaTeX - 7f1b53cbfdd1df15ee413e841e4f862dde99ae3f authored over 9 years ago by Emily Eisenberg <[email protected]>
Cleanup Makefile

Summary: Ensure that `make dist` is idempotent, and make sure comments
don't get printed out.

T...

github.com/KaTeX/KaTeX - 8931e5b45cec43f264592a3368c0469af9a4cb99 authored over 9 years ago by Emily Eisenberg <[email protected]>
Remove font files and auto-render from bower's main

Summary: Bower's bower.json spec says to not include font/image files,
and only to include one f...

github.com/KaTeX/KaTeX - c18d3ad6c4e3f44cb3d00852964cab092086b32f authored over 9 years ago by Emily Eisenberg <[email protected]>
Summary: add "main" field instead of "name" to bower.json

Test plan:
- Run `bower install katex` from /tmp
- Verify that there are no errors when runnin...

github.com/KaTeX/KaTeX - 4ea7d38b5c8eeb25c86ebb4f8b12b8be78aaf8fb authored over 9 years ago by Kevin Barabash <[email protected]>
Summary:

- Add "main" field to bower.json to prevent errors during installation.
- Bump version to 0.4.1 i...

github.com/KaTeX/KaTeX - b11a1b97b7955d096a54b08ae9f4d5f2b2966ca2 authored over 9 years ago by Kevin Barabash <[email protected]>
Update katex to v0.4.0

github.com/KaTeX/old-gh-pages - c53ca01753bde4dbf21a6bace073f6f6fa8ed1bd authored over 9 years ago by Emily Eisenberg <[email protected]>