Results 224 comments of Denis Bitouzé

> BTW, nice to know someone is testing the code (other than me, of course). You're welcome :)

AFAICS, the drawback of environments defined by `\newenvironment{slide}[1][]{\begin{frame}[fragile,environment=slide]}{\end{frame}}` is that they can not be resumed with `\againframe`: ```latex \documentclass{beamer} \newenvironment{slide}[1][]{\begin{frame}[fragile,environment=slide]}{\end{frame}} \begin{document} \begin{slide}[label=foo] Foo \end{slide} % \againframe{foo} \end{document} ```

The problem is: it is a pain if you need to underline _all_ the links :smiley:

In fact, not only `\href` hyperlinks are concerned. For instance (and in my real use case), also hyperlinks provided by the [`tcolorbox`](https://www.ctan.org/pkg/tcolorbox)'s `documentation` library (such as the ones generated by...

Oooops, sorry, I see your message too late: I reported an [issue on `tcolorbox` repository](https://github.com/T-F-S/tcolorbox/issues/93). But here is a MCE with `beamer`: ```latex \documentclass{beamer} \usepackage{tcolorbox} \tcbuselibrary{documentation} \tcbset{color command=red, color key=blue}...

> You could add the underline to the definition of the `\ref...*` commands: Nice indeed! :smile: Thanks! Nevertheless, I'm not sure this issue has to be considered as closed...

@samcarter Nice to know! :) @louisstuart96 Isn't the `PaloAlto`'s design a bit weird? The samcarter's trick: ```latex \makeatletter \setbeamertemplate{sidebar canvas \beamer@sidebarside}[vertical shading][top=structure.fg,bottom=structure.fg] \makeatother ``` - would look definitively complicated for...

@louisstuart96 Well, having frame numbers with themes which don't provide them by default, such as `PaloAlto`, is not a complicated requirement (and, for students who present their work to a...

AFAICS, “Back to top” isn't translated either.

We are suffering from this bug. Let me explain the context: We use `Sphinx` for a [LaTeX FAQ](https://faq.gutenberg-asso.fr/index.html) that contains more than 1200 pages. [We've worked hard](https://github.com/sphinx-doc/sphinx/issues/11556#issuecomment-1675924639) to ensure that...