diff --git a/scienceplots/styles/journals/ieee.mplstyle b/scienceplots/styles/journals/ieee.mplstyle index db929b8..d93fe31 100644 --- a/scienceplots/styles/journals/ieee.mplstyle +++ b/scienceplots/styles/journals/ieee.mplstyle @@ -11,8 +11,5 @@ figure.dpi : 600 # Font sizes font.size : 8 - -# Stix is designed to look similar to Times. font.family : serif -font.serif : STIXGeneral -mathtext.fontset : stix +font.serif : Times diff --git a/scienceplots/styles/misc/no-latex.mplstyle b/scienceplots/styles/misc/no-latex.mplstyle index 61cfe97..df7172e 100644 --- a/scienceplots/styles/misc/no-latex.mplstyle +++ b/scienceplots/styles/misc/no-latex.mplstyle @@ -1,3 +1,8 @@ # Deactivate LaTeX +# and use mathtext text.usetex : False + +# Stix is designed to look similar to Times. +font.family: STIXGeneral +mathtext.fontset: stix diff --git a/scienceplots/styles/science.mplstyle b/scienceplots/styles/science.mplstyle index af271b3..cf30423 100644 --- a/scienceplots/styles/science.mplstyle +++ b/scienceplots/styles/science.mplstyle @@ -39,10 +39,9 @@ savefig.bbox : tight savefig.pad_inches : 0.05 # Use serif fonts -font.serif : cmr10, Computer Modern Serif, DejaVu Serif +# font.serif : Times font.family : serif -axes.formatter.use_mathtext : True -mathtext.fontset : cm +mathtext.fontset : dejavuserif # Use LaTeX for math formatting text.usetex : True