Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
TorkelE opened this issue Jun 9, 2024 · 0 comments

Comments

@TorkelE
Copy link
Contributor

TorkelE commented Jun 9, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant