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
{{ message }}
This repository was archived by the owner on Apr 18, 2026. It is now read-only.
Currently, if a have a function with an argument like effective_stress which in geotechnical engineering is represented as
there is no way to specify directly its latex representation using identifiers = dict(effective_stress="σ_v'") because, of course, it throws ValueError: 'σ_v'' is not an identifier name.
It would be great to simply specify the final latex representation desired for this type of special parameters.
Currently, if a have a function with an argument like
effective_stresswhich in geotechnical engineering is represented asthere is no way to specify directly its latex representation using
identifiers = dict(effective_stress="σ_v'")because, of course, it throwsValueError: 'σ_v'' is not an identifier name.It would be great to simply specify the final latex representation desired for this type of special parameters.