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
When "formatting" boxes, like SuperscriptBox, have options, their conversion to TeX results in errors.
Minimal example is:
CellToTeX[SuperscriptBox["T", "1", MultilineFunction -> None], "Style" -> "Input"]
(* CellsToTeXException::unsupported: Box: MultilineFunction->None is not one of ...*)
(* Failure[...] *)
The text was updated successfully, but these errors were encountered:
Bug reported by Matthew Galles.
When "formatting" boxes, like
SuperscriptBox
, have options, their conversion to TeX results in errors.Minimal example is:
The text was updated successfully, but these errors were encountered: