commit 045cf06246a0ad51c45b94334578fc500c00ad5f parent 5b8357a145c9028920cc8dae223de88b9c03af88 Author: Yuval Langer <yuval.langer@gmail.com> Date: Mon, 4 Mar 2024 01:30:15 +0200 Add note about epub math outputs to the README file. Diffstat:
M | README.md | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -16,6 +16,14 @@ target you want to build, e.g.: See `build.sh -h` for more options. +### Notes + +Some epub readers do not work well with MathJax. Try different `-m` +values like: + +- `./build.sh -m t4h epub`, or +- `./build.sh -m l2h epub`. + ## Contributors * Yuval Langer