sciapp / gr

GR framework: a graphics library for visualisation applications
Other
328 stars 55 forks source link

add `LaTeX` font commands #159

Closed t-bltg closed 2 years ago

t-bltg commented 2 years ago

Support additional \textnormal and \textsf.

Per https://github.com/korsbo/Latexify.jl/pull/225.

jheinen commented 2 years ago

Is merged in 0.66.1 - the BB build is waiting to be merged

t-bltg commented 2 years ago

Awesome, thanks !

FlorianRhiem commented 2 years ago

Note that while \textsf is now accepted as a valid part of LaTeX math code instead of causing a error, it is implemented as an alias to \textrm because the system does not support switching fonts.