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
There's a typesetting problem with the equations at https://jsdokken.com/dolfinx-tutorial/chapter1/nitsche.html
Subscripts such as \int_{\Omega} are getting rendered in the browser (firefox) with a star, as in "∫*Ω" instead of "∫Ω". It makes it look as if some arcane operators are being used, making it seem more complicated than it really is.
There's a typesetting problem with the equations at https://jsdokken.com/dolfinx-tutorial/chapter1/nitsche.html
Subscripts such as
\int_{\Omega}
are getting rendered in the browser (firefox) with a star, as in "∫*Ω" instead of "∫Ω". It makes it look as if some arcane operators are being used, making it seem more complicated than it really is.The source code at
dolfinx-tutorial/chapter1/nitsche.py
Line 48 in 1b64530
Subscripts on other pages are correctly formatted.
The text was updated successfully, but these errors were encountered: