JuliaSymbolics / Symbolics.jl

Symbolic programming for the next generation of numerical software

Home Page:https://docs.sciml.ai/Symbolics/stable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Latexify display of subscripted vector variables depending on other variable (e.g. X_1(t)) fails

TorkelE opened this issue · comments

MWE:

using Symbolics
@variables t (X(t))[1:2]
X[1]

From jupyter notebook (the subscript is on the right, not left, of the (t):
image

Notably, using the now deprecated syntax, this works fine.