unicode-math
should not be the default
#10879
Replies: 5 comments
-
An alternative may be the use of the "New Computer Modern" font. E.g. with
although that still changes the spacing of the norm |
Beta Was this translation helpful? Give feedback.
-
@wilx do you want to comment on this? I would recommend experimenting with different settings for |
Beta Was this translation helpful? Give feedback.
-
For reference, here is what |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
It seems to me that one of your links explains this: https://tex.stackexchange.com/a/577603. The default font is Latin Modern and its Math font. You don't seem to like the Latin Modern Math font. But for some other people it is a pair designed together. I suggest you just change the math font to the one that you like. Look at the List of symbols defined by the package document in unicode-math to see which one seems the best for you. |
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.
-
I was using$\mathbb R$ looked much worse than usual in the pdf output. This was not the case when using the
quarto
to generatelatex
/pdf
andhtml
output and the blackboardpdflatex
engine so I tried to figure out why this is the case. The reason is hidden in thefont.latex
template partialpandoc/data/templates/fonts.latex
Lines 6 to 18 in 8d93cd7
unicode-math
is 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-math
package, but its inclusion significantly deteriorates the visual quality of the pdf output.Given the lack of pushback on the statment "this looks so much worse than the amsmath blackboard letters", e.g. in here
I would also say that this subjective opinion is very widespread. Moreover in the only discussion on this topic (#10587)
unicode-math
was rejectedTL;DR
unicode-math
should not be loaded by default.Beta Was this translation helpful? Give feedback.
All reactions