Tex math output problem in version 1.7.1 (Windows)
See original GitHub issueTex math formulas do not output correctly as of version 1.7.1.
For instance, this example on the AsciidocFX home page
[math,file="tex-formula.png"]
--
\begin{align}
\dot{x} & = \sigma(y-x) \\
\dot{y} & = \rho x - y - xz \\
\dot{z} & = -\beta z + xyp
\end{align}
--
renders to this:
My environment is Windows 10 64-bit.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Change log — TexText 1.8.2 documentation - GitHub Pages
Version 1.3.1 (2021-02-26) · Fixed: Setup script fails on Windows if Inkscape has been installed via the .msi installer (issue 280)...
Read more >TeX -- Windows Freeware - Department of Mathematics
Download and run the "MiKTeX Net Installer" [2.95 megabytes, version 2.7.3092]. This program will then download a much bigger installation from the internet...
Read more >Output to PDF doesn't print out everything - TeX
The problem is that you have a long list of sections and subsections without any content between them. LaTeX won't add page breaks ......
Read more >Introduction to LaTeX: 1. Getting Started - Math
Introduction to LaTeX: 1. Getting Started. The three steps involved in creating TeX documents. Writing a document in TeX or its variants ...
Read more >ChangeLog - Texmaker (free cross-platform latex editor)
TEXMAKER. Free cross-platform LaTeX editor since 2003. (Windows, MacOsX, Linux). DOWNLOAD version 5.1.3.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I also encountered the problem! For some reason the math keyword is not accepted anymore. I assume commit cd8c64c4cca0e6f09fe9911334b4b575af4ea2f3 changed the behaviour. Simply change keyword math -> latexmath or mathml and it will work again;
Thanks for testing 👍 I’m closing the issue.