Results 100 issues of Denis Bitouzé

The following MCE: ```latex \RequirePackage{pkgloader} \documentclass{article} \usepackage{cleveref} \usepackage{hyperref} \LoadPackagesNow \begin{document} Foo. \end{document} ``` points out some (recent, I guess) troubles: - Package `l3regex` is obsolete and has been removed! -...

bug

## Checklist - [x] I use the latest release of atbswp - [x] The issue is not existing yet ## Verbose log ``` #!/bin/env python3 # Created by atbswp (https://github.com/rmpr/atbswp)...

enhancement

### Expected behaviour The user should be able to change the language of the UI. ### Actual behaviour English is the only available language of the UI.

It would be nice to have a `biblatex` flavor of `betterbib`.

It would be nice for `\beamersidebarwidth` (and, maybe, `\beamer@sidebarwidth`) to be, not undefined, but equal to `0pt` in case of sidebar-less themes. Indeed, I used to use the following hack...

When the font size of the current frame is not `\normalsize`, the font sizes for: - footnotes, - ordered/unordered lists second- and third-level items, are inconsistent, as shown by the...

The following M(n)WE: ```latex \documentclass{beamer} \begin{document} \begin{frame}[fragile] \frametitle{Beamer's tutorial} \framesubtitle{Code for frames} Here is how you create a frame with Beamer class:\pause{} \begin{verbatim} \begin{frame} \end{frame} \end{verbatim} \end{frame} \end{document} ``` used...

enhancement

(Not sure if this issue should be reported here or on `hyperref` repository.) The following MCE points out that hyperlinks, if underlined, are displayed on every slide of a frame,...

enhancement

It would be nice to be able to extend the current available modes to customized ones, just as asked [in this question](https://tex.stackexchange.com/q/259138/18401).

enhancement

As pointed out by the following MCE, a `\visible{⟨text⟩}` in an item of a (e.g. `description`) list makes the corresponding item mark shown only on specified slides. - Is it...

bug