RaTeXParseAndLayoutArgs typedef

RaTeXParseAndLayoutArgs = ({int colorValue, bool displayMode, String latex})

Legacy isolate message shape (still accepted by ratexParseAndLayoutInIsolate).

Implementation

typedef RaTeXParseAndLayoutArgs = ({
  String latex,
  bool displayMode,
  int colorValue,
});