Zulip Chat Archive
Stream: general
Topic: weird linebreak in doc
Sebastien Gouezel (Oct 11 2020 at 09:24):
In docs#metric_space_emetric_ball, I see a weird linebreak in the middle of an expression (after a
, before r
). Can you also see it, or is it browser-dependent?
Yury G. Kudryashov (Oct 11 2020 at 09:26):
Can't see it in Firefox
Yury G. Kudryashov (Oct 11 2020 at 09:28):
Or i Chromium. What do you use?
Sebastien Gouezel (Oct 11 2020 at 09:28):
Firefox also here (81.0.1, windows 10). Capture.PNG
Yury G. Kudryashov (Oct 11 2020 at 09:29):
81.0, Linux
Shing Tak Lam (Oct 11 2020 at 09:46):
Same issue as this? Also I see the same thing on Windows, so it might be an OS specific issue
Sebastien Gouezel (Oct 11 2020 at 09:54):
I don't see it in docs#monoid_algebra.mul_apply
Sebastien Gouezel (Oct 11 2020 at 09:54):
But I see it in docs#measure_theory.simple_func.integrable_pair
Sebastien Gouezel (Oct 11 2020 at 09:56):
(tested both with Chrome and Firefox, I see the same in both browsers)
Patrick Massot (Oct 11 2020 at 10:23):
No issue here on Linux with Firefox
Eric Wieser (Oct 11 2020 at 12:09):
I assume this comes down to sub-pixel differences in the font / font-rendering
Eric Wieser (Oct 11 2020 at 12:14):
If I replace the 1ch
units with 1ex
, the problem seems to go away
Last updated: Dec 20 2023 at 11:08 UTC