Nico Schlömer
Nico Schlömer
The real culprit appears to be [expl3](https://ctan.org/pkg/expl3): ```latex \documentclass{article} \usepackage{expl3} \begin{document} \end{document} ```
Another one of those: Table picks up section label. ```latex \documentclass{article} \begin{document} \section{Lorem} \begin{table}[t] \caption{Ipsum.} \label{tab:ipsum} \end{table} \label{sec:lorem} \end{document} ``` ```xml ```
> A larger ongoing effort is entirely rewriting latexml in the Rust programming language :partying_face:
I'd been under the impression that LaTeXML tries to replicate LaTeX as closely as possible. LateX ignores `\bigskip` in titles. ⟹ So does LaTeXML. > I think you can easily...
FWIW, it was my impression that the authors mistakenly wanted to create a _vertical_ "big skip" between _1_ and _Introduction_, and they thought `\bigskip` does this (while really LaTeX does...
Hi Matthieu, To properly help you, I'd need some complete and minimal code that reproduces the error. Cheers, Nico
Hm, not sure how to fix that. Feel free to PR if you have a good idea!
It was okay for me to maintain the extension for two browsers as long as the code base could remain the same, but this is no longer the case. I...
What's ``` psutil.cpu_count(logical=True) psutil.cpu_count(logical=False) ``` on your machine?
I see. Yeah, tiptop can't handle this yet.