Open dmey opened 2 years ago
There are no STIX sans serif fonts, but there is a math alphanumeric sans serif set of characters included for use as symbols in equations. For more discussion of sans serif companions to the STIX fonts see Issue 228
@dmey if you want to use the sans-serif characters that @tiroj mentioned in LaTeX you can take a look at the unicode-math symbol table and use the proper macro for the desired symbol.
Thank you @tiroj and @Griger. @Griger I was actually looking to use them in Word. I asked about the sans-serif version as this is what I think is used in matplotlib--the Python library I use for creating plots. I am trying to have consistent fonts between body and figures. I think in Matlotlib they do some kind of remapping though to get to the sans-serifs.
That looks like a remap to the math alphabet, and it's not even the current version of STIX. Matplotlib does allow you to use any font for the math alphabet though, via mathtext.it, mathtext.rm, etc. So if you want to use Arial or Calibri you can just use that.
If you want to use a companions sans serif typeface that is very close in style to that of the STIX Two Math sans subset, I recommend Source Sans. The STIX Two Math sans is directly derived from that project, but with slightly different x-height proportions and custom weight instances.
@tiroj thanks but not sure that this works as general Math font for Word. The only sans-serif Math font I could find is https://github.com/firamath/firamath but some characters are still missing.
Ah, sorry, I had misunderstood your request. Because mathematical typesetting has historically been derived from serif styles, and the use of other styles as symbols within math has evolved to represent semantics, there isn’t a lot of impetus to produce non-serif math fonts. Obviously, where the semantic distinction between serif and sans serif is not a factor in the maths represented, there may be a space for general sans serif text style, but as soon as additional style symbols such as fancy script or double-struck come into play I wonder how that would look?
@tiroj thanks but not sure that this works as general Math font for Word. The only sans-serif Math font I could find is https://github.com/firamath/firamath but some characters are still missing.
You may try with kpfonts-otf: https://ctan.org/tex-archive/fonts/kpfonts-otf The project offers 5 math fonts, one of them a Sans. It's quite different from Source Sans Pro, but maybe it works for you.
Ah, sorry, I had misunderstood your request. Because mathematical typesetting has historically been derived from serif styles, and the use of other styles as symbols within math has evolved to represent semantics, there isn’t a lot of impetus to produce non-serif math fonts. Obviously, where the semantic distinction between serif and sans serif is not a factor in the maths represented, there may be a space for general sans serif text style, but as soon as additional style symbols such as fancy script or double-struck come into play I wonder how that would look?
The main role of sans serif fonts is for posters and presentations, where you can accept a reduced set of characters. Fira Math is decent for this, but it would be great to have alternatives (there's basically none). It does have blackboard bold, but no calligraphic letters.
I can only find regular serif fonts for download. Are STIX Math sans-serif fonts available?