Font setup, in particular for \mathrm #21
Replies: 4 comments 9 replies
-
This is similar to the general question about sans serif math setup, eg the original noto sans math had serifed letters in the math italic slots but the updated v3 has sans serif everywhere (duplicating the sans serif range) and if you want serif font do as you'd do for any other font family and load a new font . Arguably with unicode-math it would be consistent to use \mathup (\symup) for the default non-italic style (so sans serif) and keep \mathrm as serif roman, but I think that's less useful, people use \mathrm{foo} and expect the deafult document style (mostly) On the other hand if you do go for \mathup==\mathsf = sans and \mathrm = serif in unicode-math, I'd adjust pdflatex to match. |
Beta Was this translation helpful? Give feedback.
-
Imho that most people would expect that if they copy & paste an equation from a (serif) paper into a (sans serif) presentation that "it works" and has a consistent look. Which means that in |
Beta Was this translation helpful? Give feedback.
-
We could use the aggressive approach but also provide a load time option to not do any font setup at all. |
Beta Was this translation helpful? Give feedback.
-
I've decided we are going for the truly all-sans approach at the moment: I'll make sure this is explicitly documented as a different from |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Out current font setup is the equivalent of
which leads to an oddity in terms of
\mathrm
- sanserif for pdfTeX, serifed for OpenType engines.My previous font approach was more 'aggressive'
but that means one can't use serifed fonts at all - and @Skillmon wasn't keen :)
What do we feel is the best default position to take, bearing in mind that we will document this and alternative approaches. Ideally I'd like to avoid needing
\let\mathrm\mathsf
, which I currently need inbeamer
.Beta Was this translation helpful? Give feedback.
All reactions