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

Incorrect LaTeX rendering #75

Open
trevorcampbell opened this issue Mar 5, 2024 · 0 comments
Open

Incorrect LaTeX rendering #75

trevorcampbell opened this issue Mar 5, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@trevorcampbell
Copy link

Issue

LaTeX "hat" accents are not rendered correctly. I'm not sure, but it may be related to #72 .

Screencast.from.2024-03-05.11.01.39.AM.webm

Reproduce

Open a slides notebook. Change a cell to markdown. Type $\hat{y}$ into the cell, and view in presentation mode.

Expected behavior

I would expect LaTeX to be rendered correctly.

Context

Using Chrome Version 122.0.6261.69 (Official Build) (64-bit).

Output of pip list | grep jupyter

jupyter_client                8.4.0
jupyter_core                  5.4.0
jupyter-events                0.8.0
jupyter-lsp                   2.2.0
jupyter-resource-usage        1.0.1
jupyter_server                2.8.0
jupyter-server-mathjax        0.2.6
jupyter_server_terminals      0.4.4
jupyter-telemetry             0.1.0
jupyterhub                    4.0.2
jupyterlab                    4.0.7
jupyterlab_git                0.50.0
jupyterlab-pygments           0.2.2
jupyterlab_rise               0.42.0
jupyterlab_server             2.25.0
jupyterlab-widgets            3.0.9

Output of jupyter labextension list

JupyterLab v4.0.7
/opt/conda/share/jupyter/labextensions
        jupyterlab_pygments v0.2.2 enabled  X (python, jupyterlab_pygments)
        nbgrader v0.9.1 enabled OK (python, nbgrader)
        jupyterlab-rise v0.42.0 enabled OK (python, jupyterlab_rise)
        nbdime-jupyterlab v3.0.1 enabled OK
        @jupyter-notebook/lab-extension v7.0.6 enabled OK
        @jupyter-widgets/jupyterlab-manager v5.0.9 enabled OK (python, jupyterlab_widgets)
        @jupyterlab/git v0.50.0 enabled OK (python, jupyterlab-git)
        @jupyter-server/resource-usage v1.0.1 enabled OK (python, jupyter-resource-usage)


   The following extensions are outdated:
        jupyterlab_pygments
        
   Consider checking if an update is available for these packages.


Disabled extensions:
    @jupyterlab/cell-toolbar-extension (all plugins)
@trevorcampbell trevorcampbell added the bug Something isn't working label Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant