Katex: How to cite KaTeX?

Created on 11 Jun 2018  路  7Comments  路  Source: KaTeX/KaTeX

Dear all,
our project uses KaTeX to display math. In a technical report, I wish to give credit where it's due and cite the amazing KaTeX project. However, I am unsure how to do so - who should I put as the authors, etc. Is there a publication one should use? Should one cite the rep, or the page?
Thanks in advance.

documentation

Most helpful comment

Maybe we should publish a paper 馃槃

All 7 comments

@sthoch I think linking to the GitHub repo should be sufficient.

@sthoch Thanks for asking! Sometimes, when citing projects like this, I just use a footnote, as in:

...using KaTeX\footnote{\url{https://github.com/Khan/KaTeX/}}...

If you want to use BibTeX, though, there isn't a clear author list (or a very short one), so I'd probably just leave it blank, as in:

@misc{KaTeX,
  title = {KaTeX},
  howpublished = {\url{https://github.com/Khan/KaTeX/}},
}

We should probably add this to the docs.

Maybe we should publish a paper 馃槃

There is a way to give any repo a DOI: https://guides.github.com/activities/citable-code/

@sven-frotscher can DOI's be referenced in papers? It seems like an extra level of indirection. Is the problem being solved that the software being cited may be moved or removed from the internet?

IIUC, a DOI is like a URN (or permalink), potentially redirecting to whatever online location is current.
Zenodo (the service mentioned in the previously linked activity) apparently archives every release at CERN which seems quite stable.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

trollanfer picture trollanfer  路  5Comments

jason-s picture jason-s  路  3Comments

sophiebits picture sophiebits  路  3Comments

pvnr0082t picture pvnr0082t  路  4Comments

oddhack picture oddhack  路  3Comments