unicode-math should not be the default
#12841
Replies: 2 comments 1 reply
-
It's helpful for us if you are more precise about the distinction between a bug report and a difference in opinion. This is clearly the latter, so I'll move into a discussion. |
Beta Was this translation helpful? Give feedback.
-
|
This decision comes from Pandoc's own templates: https://github.com/jgm/pandoc/blob/main/data/templates/fonts.latex#L11 We do not deviate from Pandoc's templates unless there's a very strong reason to do so. If you make a convincing case that this should be changed upstream, then when Pandoc updates, we'll pick up the change as well. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It took me a while to figure out why the blackboard font was so much worse using
XeTeXandLuaLaTeXthanpdflatex. The reason is hidden in thefont.latextemplate partialquarto-cli/src/resources/formats/pdf/pandoc/fonts.latex
Lines 6 to 18 in 432c04f
unicode-mathis a package that allows the usage of unicode symbols in the input but deteriorates the visual quality of the output. There are a bunch of stackexchange questions related to this, e.g.Since it is difficult to type these symbols on a keyboard and people coming from a LaTeX background are used to the macros it is probably fair to say that there is only going to be a small set of people that actually use the features of the
unicode-mathpackage, but its inclusion significantly deteriorates the visual quality of the pdf output.TL;DR
unicode-mathshould not be loaded by default.Beta Was this translation helpful? Give feedback.
All reactions