We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here is the source code:
* 0-form: $\partial_i f$ * 1-form: $\partial_{[i} f_{j]}$ * 2-form: $\partial_{[i} A_{jk]}$ * 3-form: $\partial_{[i} A_{jkl]} = 0$ (in 3 dimensions, since rank 4 fully antisymmetric tensor in 3D is identically 0)
Here is how it looks like in the typst output:
typst
and here is how it looks like in latex:
Latex is correct, typst is incorrect.
The text was updated successfully, but these errors were encountered:
Looks like if the brackets are not balanced, they need to be spelled out (i.e. bracket.r). Will get a PR together.
bracket.r
Sorry, something went wrong.
⦕ Complex brackets
8a93781
Fixes brackets to be spelled out if they are not balanced. See jupyter-book/mystmd#1766
continuous-foundation/tex-to-typst@2790803
No branches or pull requests
Here is the source code:
Here is how it looks like in the
typst
output:and here is how it looks like in latex:
Latex is correct, typst is incorrect.
The text was updated successfully, but these errors were encountered: