#mdbook #preprocessor #latex #mathjax #ad-hoc

yanked mdbook-inline-mathjax

An mdbook preprocessor which allows inline mathjax with the $...$ delimeters. Note, the implementation is pretty ad hoc and may not be very optimised.

5 releases

0.1.4 Feb 25, 2023
0.1.3 Oct 8, 2022
0.1.2 Oct 8, 2022
0.1.1 Jun 28, 2022
0.1.0 Jun 27, 2022

#28 in #ad-hoc

MIT license

16KB
124 lines

Description

An mdbook preprocessor which allows inline mathjax with the $...$ delimeters. Note, the implementation is pretty ad hoc and may not be very optimised.

Installation & Use

To install, run in your terminal:

cargo install mdbook-inline-mathjax

To use in your project, add [preprocessor.inline-mathjax] to your book.toml file.

Dependencies

~13–26MB
~358K SLoC