Document v0.14 new features about math fonts#7118
Document v0.14 new features about math fonts#7118YDX-2147483647 wants to merge 12 commits intotypst:mainfrom
Conversation
Resolves typst#6737 Most features were implemented in typst#6365 by https://github.com/mkorje (Max).
50803ac to
24fcba4
Compare
Co-authored-by: Malo <57839069+MDLC01@users.noreply.github.com>
crates/typst-layout/src/math/mod.rs
Outdated
| span, | ||
| "current font is not designed for math"; | ||
| hint: "rendering may be poor" | ||
| "the current base math font is {}, but it is not designed for math", |
There was a problem hiding this comment.
I'm not sure the "base" is adding anything here. It makes it less clear to me.
There was a problem hiding this comment.
Hmm, I think if only a single font is specified, then current font is clear; but if multiple fonts are specified, emphasizing base is necessary.
If this is the right way to go, I can extract this part into a separate PR.
EDIT: I've removed the word base here, but I still think it's necessary to emphasize base in a way.
There was a problem hiding this comment.
While the information added here is valuable, I feel like it is too specific for the general math page and it may seem intimidating and of little use to someone who just wants to start writing some math. Unless we find a better place now, I think I'd prefer delaying its inclusion until the math docs are somehow expanded in a way where we can add such things into a better place. (We do plan to put a lot more focus on docs in the next release cycle, so this would not be an indefinite delay.)
Relates-to: typst/typst#7118 Relates-to: typst-doc-cn/guide#98
Relates-to: typst/typst#7118 Relates-to: typst-doc-cn/guide#98
Resolves #6737
Most features were implemented in #6365 by https://github.com/mkorje (Max).