bdtc / lwarp

The LaTeX lwarp package — Convert LaTeX to HTML.
https://ctan.org/pkg/lwarp
31 stars 0 forks source link

Unpaired p tag #12

Closed SwitWu closed 7 months ago

SwitWu commented 7 months ago

Here is a minimal tex file:

% main.tex
\documentclass[doc2]{ltxdoc}
\usepackage[mathjax]{lwarp}
\setcounter{FileDepth}{1}
\setcounter{SideTOCDepth}{1}
\begin{document}
\section{Introduction}
some text and some formula $a = b + c$
\end{document}

After pdflatex main and lwarpmk html, the resulting file Introduction.html has 4 <p> tags but 3 </p> tags. The unpaired <p> tag appears on line 372 after the class="hidden" div.

bdtc commented 7 months ago

Got it. Fixed in the upcoming v0.914.