-
Notifications
You must be signed in to change notification settings - Fork 81
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
[BUG] Latex script doesnt works on windows 11 24h2 #253
Comments
Can you please mention the authors of the script. |
{
"name": "Latex Math",
"identifier": "latex-math",
"script": "latex-math.qml",
"version": "0.0.6",
"platforms": ["linux", "macos", "windows"],
"minAppVersion": "20.8.0",
"authors": ["@r00tr4v3n","@Aganel"],
"description" : "This script creates LaTex images on the fly with KLatexFormula. e. g. $x^2$ or $[22] x^2$ to create larger images. \nThe images are created once and reused as long as the formula does not change. If you changed the preamble you have to clean the cache folder to regenerate the images. \nDon't make it too complicated, this size works though: $[33] \\frac{1}{2\\pi}\\int{-\\infty}^{\\infty}e^{-\\frac{x^2}{a}}dx$\nHint: You might want to add the $-signs after writing the formula to prevent intermediate image generation."
} |
I installed it in two ways, by the scripts settings, using the qownotes to download it. And did it manually also when I saw the issue. @Aganel and @r00tr4v3n |
Is there any useful log output if you enable the log panel (see Window / Panels)? Please make sure you also enable debug logging in the log panel (by right-clicking on the panel and selecting Debug in Options). |
Hello, here is it. The log panel with debug option on
|
@Aganel, @r00tr4v3n, does that help? |
Hello, good morning.
The latex script doen't works on windows 11. I had read the other bugs about latex here, and think its happening again in windows 11 x64 24h2.
Log panel didnot show nothing
Expected behavior
To show properly latex.
The text was updated successfully, but these errors were encountered: