Results 100 issues of Denis Bitouzé

### Describe the feature and the current behavior/state The location of the `texstudio.ini` file, AFAIK: - Linux/Unix/Mac: `~/.config/texstudio/texstudio.ini` - Windows: `%APPDATA%\texstudio\texstudio.ini` should be documented in the documentation. ### Who will...

enhancement

### Describe the bug **context** When I run `make latex` in a project that uses the `sphinx-design` extension... **expectation** I expected `_sphinx_design_static` directory to not be present in `_build/latex` since...

bug

**Is your feature request related to a problem? Please describe.** URLs/links in sections headers: - with the HTML output, are hyperlinks, - with the (LaTeX) PDF output, are _not_ hyperlinks....

type:bug
builder:latex

When building HTML files, we're faced with a sudden `Sphinx` compilation error due to a `sphinx_tippy` error even though our configuration hasn't changed and the commit from which we have...

### Environment - TeXstudio: 4.8.5 (git 4.8.5alpha1-22-gab76168fd) - Qt: version 6.4.1 - OS: Linux Mageia 9/Linux Ubuntu/macOS - TeX distribution: not relevant ### Expected behavior The French dictionary can be...

The `ltcmdhooks-doc` reads: > This file implements generic hooks for (arbitrary) commands. In theory every command `\⟨name⟩` offers now two associated hooks to which code can be added using `\AddToHook`,¹...

fixed in dev
bug (improve documentation)

## Brief outline of the bug Commands with optional argument as last argument cannot be used in argument of `array`'s `>{...}` ## Minimal example showing the bug ```latex \RequirePackage{latexbug} \documentclass{article}...

category tools
fixed in dev

### Context Currently, tabs such as: ```rst .. tab-set:: .. tab-item:: Label1 Content 1 .. tab-item:: Label2 Content 2 ``` are converted for the PDF's LaTeX output into the following...

enhancement

It is currently impossible to insert HTML tags in the descriptions of questions, whereas it would be useful to insert for example hypertext links.

Continuous integration with `Sphinx-doc`, as described [here](https://www.sphinx-doc.org/en/master/tutorial/deploying.html#id6), works well. Unfortunately, on [gitlab.com](https://gitlab.com/), it is `Docker` based and clones each repository fresh when it starts running continuous integration. So even if...

type:enhancement
type:docs