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

Math subscripts rendered as * on page /chapter1/nitsche.html #178

Closed
drew-parsons opened this issue Feb 5, 2024 · 3 comments · Fixed by #179
Closed

Math subscripts rendered as * on page /chapter1/nitsche.html #178

drew-parsons opened this issue Feb 5, 2024 · 3 comments · Fixed by #179

Comments

@drew-parsons
Copy link

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

# \int_{\Omega} \nabla u \cdot \nabla v~\mathrm{d}x - \int_{\partial\Omega}\nabla u \cdot n v~\mathrm{d}s = \int_{\Omega} f v~\mathrm{d}x.
looks fine, so not clear where the problem is. Perhaps in the sphinx modules used to generate the html pages.

Subscripts on other pages are correctly formatted.

@jorgensd
Copy link
Owner

jorgensd commented Feb 5, 2024

Good spot. I’ll have a look.

@drew-parsons
Copy link
Author

drew-parsons commented Feb 5, 2024

missed some in eq.9 (u*D)

@drew-parsons
Copy link
Author

Eq.10b too (_ is shown verbatim)

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

Successfully merging a pull request may close this issue.

2 participants