Results 100 issues of Denis Bitouzé

### Describe the feature and the current behavior/state When drag-dropping & copy-pasting spreadsheets from LO Calc, the tabular wizard appears with the data in it: great! It would be nice...

enhancement

## Brief outline of the enhancement Changing font size of `longtable`-lines without changing font size of the caption is a pain (see https://tex.stackexchange.com/a/22733/18401) whereas it is likely to be often...

enhancement / extension
category tools
long-term

## Brief outline of the enhancement Automatically adjust horizontal boxes in table of contents. ## Minimal example showing the current behaviour It would be nice not to have to manually...

enhancement / extension
category base (latex)
long-term

When `fontenc` is loaded with its `T1` option, `\NewDocumentCommand` with verbatim argument gobbles the first `-` if its content contains a `--` (irrespective of the delimiters used): ```latex \documentclass{article} \usepackage[T1]{fontenc}...

xparse
documentation

The joined image shows a same syntax highlighted (LaTeX) code in two blocks codes, both with the same [`Dracula`][1] style/theme: - the first one with `Pygments`, - the second one...

Thanks for providing Docker images for Dolibarr! For instance, the `17.0.0-php8.1` one seems to have security and performances issues (I must admit that I'm far to be an expert with...

### Describe the bug #### Context I have a `.rst` file containing a tab set with a tab's item, the label of which is starting with a `⟨code⟩` snippet. ####...

bug

I'd like to change some of the default settings of the integrated PDF viewer, for example the default zoom (from "Auto Zoom" to “Full Width”) or the background color of...

After [last `l3kernel` update](https://tug.org/svn/texlive?revision=69870&view=revision), the following MCE: ```latex \documentclass{article} \usepackage{acro} \begin{document} Foo. \end{document} ``` fails to compile: >! Undefined control sequence. > \l__acro_tmpa_prop Other packages are affected as well and...

Indentation of Python script (action adapter) is broken during export/import. The user has to copy the original one to the imported one to make the latter useful.