Skip to content

Commit

Permalink
Removed TeXForm
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryI committed Nov 30, 2024
1 parent b9becee commit b4d7661
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/BoxesWorkarounds.wl
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ SuperscriptBox[a_, b_, _] := RowBox[{"(*SpB[*)Power[", a, "(*|*),(*|*)", b, "](
SuperscriptBox[a_, "\[Prime]", _] := RowBox[{a, "'"}]
SuperscriptBox[a_, ",", _] := RowBox[{a, "'"}]


Unprotect[TeXForm]
ClearAll[TeXForm]
TeXForm[_] := "TeXForm is not supported"

System`TransposeBox;
Unprotect[Transpose]
Transpose /: MakeBoxes[t: Transpose[expr_], StandardForm]:= With[{boxes = MakeBoxes[expr, StandardForm]},
Expand Down

0 comments on commit b4d7661

Please sign in to comment.