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 rendering doesn't seem to work on Emacs 29 #63

Open
pwrobinson opened this issue Jan 29, 2023 · 2 comments
Open

Math rendering doesn't seem to work on Emacs 29 #63

pwrobinson opened this issue Jan 29, 2023 · 2 comments

Comments

@pwrobinson
Copy link

I created a (single-file) LaTeX project with the example code:

\documentclass{article}
\usepackage{amsmath}
\begin{document}
An example equation is
\begin{equation*}
\frac{\partial \mathcal{L}}{\partial q} - \frac{d}{dt}\frac{\partial \mathcal{L}}{\partial \dot{q}} = 0.
\end{equation*}
The document continues.
\end{document}

While xen-mode works, the math rendering of the equation does not. The message is
"image generation task in progress".

I'm running Emacs 29.0.60. xenops-doctor doesn't show any problems.

@WJC5197
Copy link

WJC5197 commented Jun 29, 2023

the same for me, emacs 29.0.92

@WJC5197
Copy link

WJC5197 commented Jun 29, 2023

seem like pure gtk's problem

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

2 participants