Results 100 issues of Denis Bitouzé

It would be nice if, in addition to the current buttons (among others, “Run at TeXLive.net“), `latexcgi` would provide two extra buttons: - one for copying, - one for downloading...

The very nice trick that guesses and adds what is missing in snippets/document fragments often works, e.g. with: https://texlive.net/run?\textcolor{red}{foobar} but sometimes fails, e.g. with: https://texlive.net/run?\begin{wrapfigure}[12]{r}[34pt]{5cm}foobar\end{wrapfigure} It would be nice to...

For the French FAQ that, at GUTenberg, we are currently trying to modernize (relying on Sphinx-doc, BTW), it would be helpful to provide the feature of testing online the examples....

It could be nice for [`% !TEX ... keyword` comments](https://davidcarlisle.github.io/latexcgi/#the-learnlatex-comment-interface-runlatexjs) or, more specifically [ `% !TEX none`](https://davidcarlisle.github.io/latexcgi/#code-blocks-without-tex-submission), to possibly not appear (and not be selectable) in the Ace editor (e.g....

This issue has been discussed on [TeX.SE](https://tex.stackexchange.com/q/661966/18401) and it looks like it comes from a bug on the `acro` side.

[Issue discussed on [TeX.SE](https://tex.stackexchange.com/q/661051/18401).] The compilation of the following MCE: ```latex \documentclass{article} \usepackage{acro} \AtEndDocument{\printacronyms} \DeclareAcronym{gnu}{ short = GNU , long = GNU's Not Unix } \DeclareAcronym{gpl}{ short = GPL ,...

The (abstract of the) documentation claims that `acro` can also be used for glossaries or nomenclatures. And indeed, a glossary can be found in it, which it is typeset thanks...

enhancement

`emacs-leuven` leaves the `tikzpicture` code unfilled when doing `M-q`: `(add-to-list 'LaTeX-indent-environment-list '("tikzpicture"))`. I agree `tikzpicture` environment should be prevented from `fill-paragraph` but, IMO, it shouldn't be prevented from indentation.

I guess something is missing in the line: https://github.com/executablebooks/MyST-Parser/blob/330e96aa74669de64e8fe8a59fed004215be6f87/docs/develop/architecture.md?plain=1#L8

documentation

### What version of `myst-parser` are you using? 2.0.0 ### What version dependencies are you using? `sphinx` ### What operating system are you using? Linux ### Describe the Bug The...

bug