diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-09-28 20:26:15 +0200 |
---|---|---|
committer | Rodrigo <rodarima@gmail.com> | 2025-09-28 23:10:55 +0200 |
commit | fb510ea86be5ceb9e91573890242581fdbd77ad8 (patch) | |
tree | d819fe40683592008d136727f5a0b03e48dc1164 /215 |
Diffstat (limited to '215')
-rw-r--r-- | 215/index.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/215/index.md b/215/index.md new file mode 100644 index 0000000..ecca01f --- /dev/null +++ b/215/index.md @@ -0,0 +1,19 @@ +Title: Improve Wikipedia math rendering +Author: rodarima +Created: Sat, 06 Jul 2024 21:04:52 +0000 +State: open + +We'll have to fix several problems: +- [x] Implement support for SVG with references: #211 +- [ ] Improve support for ex units as they are used to control math equation sizes and currently they are sometimes too small. +- [x] Add support for rem units as they are used to set the padding: #264 +- [ ] Implement support for `var()` custom variables as they control the line-height. + +Test pages: +- https://en.wikipedia.org/wiki/Maxwell%27s_equations +- https://en.wikipedia.org/wiki/Quantum_entanglement +- https://en.wikipedia.org/wiki/Wave_function +- https://en.wikipedia.org/wiki/Dirac_delta_function +- https://en.wikipedia.org/wiki/Fourier_transform +- https://mathworld.wolfram.com/FourierTransform.html +- https://en.wikisource.org/wiki/On_Einstein%27s_Theory_of_gravitation
\ No newline at end of file |