(sympy_obj)
| 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: |
nothing calls this directly
no test coverage detected