question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Tex math output problem in version 1.7.1 (Windows)

See original GitHub issue

Tex 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:

tex-formula

My environment is Windows 10 64-bit.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
ggessnercommented, Nov 26, 2019

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;

[latexmath,file="tex-formula.png"]
--
\begin{align}
\dot{x} & = \sigma(y-x) \\
\dot{y} & = \rho x - y - xz \\
\dot{z} & = -\beta z + xyp
\end{align}
--
0reactions
rahmanustacommented, May 6, 2021

Thanks for testing 👍 I’m closing the issue.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found