Benedikt Wilde

Results 31 issues of Benedikt Wilde

Inline `description*` lists (when not `unboxed`) seem to add a spurious `\hfil` to every `afterlabel`. `itemize*` and `enumerate*` do not have this behavior. (Prompted by [this tex.sx question](https://tex.stackexchange.com/q/646374/48973).) In the...

bug

**Reasons for making this change:** The `hypdoc` package is used in the documentation of most LaTeX packages. It creates a `.hd` auxiliary file upon compilation that should be ignored by...

(I reported this bug via email a couple years ago, but it seems maintenance has changed, so I report it again here.) The following MWE produces a black square even...

### Brief outline of the bug Many decorations fill up "missing" path length (i.e. a bit of the path at the end that cannot be filled by the other states)...

### Brief outline of the bug When previous states have exactly used up the length of the decorated path, the coordinate transformation of the `final` state is the one belonging...

Closes #180. A smaller value like `1.1\H` would probably also do the trick, but I didn't want to take any chances. Am I correct in surmising that there is no...

When using a cycle list that does not set `mark` and setting it in the axis option, the marker appears in the legend but not in the plot. ```latex \documentclass{article}...

`line legend` is protected from modification, a unique provision as far as I can tell. This is surprising and I can't see a good reason for it. What's more, it...

When using `set layers` in a `tikzpicture` and shifting an `axis` using `xshift`/`yshift`, that shift is not applied to the axis' anchors. ```latex \documentclass{article} \usepackage{pgfplots} \pgfplotsset{compat=1.18} \begin{document} \begin{tikzpicture} \pgfplotsset{set layers}...

layers

Error bars in scatter plots should take the color of the data point. Or at least, realizing that effect should be made convenient. ```latex \documentclass{article} \usepackage{pgfplots} \pgfplotsset{compat=1.18} \begin{document} \begin{tikzpicture} \begin{axis}...