You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should have a simple way to change the font of the the normal text in the LaTeXStrings.
I'm thinking of something like generate_texelements(latex_string, textfont="NewComputerModern").
This is possible as long as font modifiers are not available outside of math mode, since that would require 4 different fonts (roman, italics, bold, and bold italics).
The text was updated successfully, but these errors were encountered:
Original issue: MakieOrg/Makie.jl#1560
We should have a simple way to change the font of the the normal text in the
LaTeXStrings
.I'm thinking of something like
generate_texelements(latex_string, textfont="NewComputerModern")
.This is possible as long as font modifiers are not available outside of math mode, since that would require 4 different fonts (roman, italics, bold, and bold italics).
The text was updated successfully, but these errors were encountered: