Results 100 issues of Denis Bitouzé

Suppose I'd like to extract from a main (long) `beamer` file some of the frames it contains. It would be nice if the `xr` package could work with `\againframe`, as...

In `beamerthemeexamplebase.tex`, math formula "_q_ + 1" is typeset with the strange input `$q$\;+\,$1$`. Why not simply `$q+1$`? ```latex \documentclass{standalone} \usepackage{mathtools} \usepackage{amssymb} \begin{document} $q$\;+\,$1$ $q+1$ \end{document} ``` ![test](https://user-images.githubusercontent.com/1032633/51800247-d3dea500-222c-11e9-8bee-557445ae7053.png)

As shown by the following MCEs, the `Goettingen` and the `PaloAlto` themes, both of the "with a Table of Contents Sidebar" kind, behave differently regarding the `footline`: - the 1st...

Some keyboards provide a key with the € currency symbol (hex 20AC, decimal 8364), but the Libertinus Keyboard font is missing this symbol, though: - it does provide some currency...

## Description A sentence or two describing the issue. ## Check/indicate - [ ] Relevant for XeTeX - [x] Relevant for LuaTeX - [x] Issue tracker has been searched for...

### Describe the feature and the current behavior/state In the encoding drop down list at the UI's bottom, the names displayed: - UTF-8 - windows-1252 - macintosh - ISO-8859-1 are...

enhancement
good first issue

**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** Adding (necessary) lines to what is copied. More precisely, I'd like to use `sphinx-copybutton`...

enhancement

It would be nice to allow, not only `x`, but also `×` (`U+00D7`) as separator token for `\numproduct` and `\qtyproduct`.

enhancement

`negative-color` alters print color of negative numbers: so far, so good! A nice addition would be to provide an option that alters print color of numbers less (or greater) than...

enhancement

## Description `\NewNotCommand` cited in (currently page 20 of) the documentation should be replaced by `\NewNegationCommand`, since the former isn't defined. ## Add info or delete as appropriate: - Issue...