File: sans.mplstyle

package info (click to toggle)
python-scienceplots 2.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,096 kB
  • sloc: python: 276; makefile: 3
file content (10 lines) | stat: -rw-r--r-- 364 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# Sans-serif
font.family : sans-serif

# Latex with sans-serif fonts
mathtext.fontset : dejavusans

# In general, we need to be careful with the preamble. A common font for
# sans serif LaTeX is cmbright. However, it does not support bold fontweights
# so we use sfmath instead. 
text.latex.preamble : \usepackage{amsmath} \usepackage{amssymb} \usepackage{sfmath}