MCPcopy Create free account
hub / github.com/SLiCAP/SLiCAP_python / _latex_ieee

Function _latex_ieee

SLiCAP/schematic/latex_label.py:108–110  ·  view source on GitHub ↗
(sympy_obj)

Source from the content-addressed store, hash-verified

106 # consistently. (Free-form user LaTeX fragments do not pass through here
107 # and keep whatever formatting the user wrote.)
108 def _latex_ieee(sympy_obj):
109 s = _latex_ENG(sympy_obj)
110 return sub2rm(s) if s else s
111 _slicap_latex = _latex_ieee
112 _slicap_ready = True
113 except Exception:

Callers

nothing calls this directly

Calls 2

_latex_ENGFunction · 0.90
sub2rmFunction · 0.90

Tested by

no test coverage detected