{ "info": { "author": "Marten Lienen", "author_email": "marten.lienen@gmail.com", "bugtrack_url": null, "classifiers": [ "Framework :: Pelican :: Plugins", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python :: 3" ], "description": "# LaTeX Pre-rendering for Pelican\n\nThis plugin hooks itself directly into docutils' reStructuredText parser to\nrender math roles and blocks with [KaTeX](https://github.com/KaTeX/KaTeX) while\nbuilding your blog. Therefore, you do not need to ship the KaTeX javascript\nimplementation with your website anymore and improve the accessibility as well\nas the load time of your internet presence.\n\nFor a demo visit this [blog\npost](https://martenlienen.com/sampling-k-partite-graph-edges/). Notice how all\nthe formulas are just there. There is no loading and the website does not even\nserve the javascript part of KaTeX.\n\n## Installation\n\nFirst of all, you need to install `nodejs` so that `pelican-katex` can run\nKaTeX. Then run `pip install pelican-katex` and add `\"pelican_katex\"` to the\n`PlUGINS` setting in your configuration file. Finally, remove the `katex.js`\n`