Jasper Habicht

Results 14 issues of Jasper Habicht

It seems that inside a `tabu` environment, `\linewidth` behaves differently depending on whether it is used in a cell that spans multiple columns or not. Consider the following MWE where...

### Brief outline of the bug I noticed that nodes and/or magnifications created with the `\spy` macro provided by the `spy` library do not adhere to scoped transformations. If the...

spy

### Brief outline of the bug If the option `const plot mark mid` is used on a `\draw` macro together with the option `yshift`, the resulting path is distorted. More...

plothandlers

### Version 3.1.9a ### Details The fourth example on page 268 (section 19 "Specifying Graphs", subsection "19.1" Overview) can only be reproduced using the `graphs.standard` library, but not using the...

manual

The `metropolis` theme loads the `pgfplotsthemetol` package which essentially sets `\AtEndPreamble{ \pgfplotsset{compat=1.9} }` and thereby overrides other settings of the PGF key `compat`. The problem is that `compat=1.9` is relatively...

## Description It seems that the font for the minus sign can only be selected, if both `\minus` and `"2212` are selected via the `range` option, such as `range =...

The package manual (version 0.8q, 2020/01/31) says on page 12: > The `\symliteral{⟨syms⟩}` command can also be used, regardless of package setting, to force the style to match the literal...

In reference to #1491 I would appreciate a function that allows to extract single items from a tuple. Currently such a function does not exist or at least I don't...

enhancement
l3fp

### Brief outline of the bug When using the `intersection segments` option from the `fillbetween` library, sometimes the path segments are not calculated correctly, especially when applied to curved paths...

fillbetween

The pseudo-code example for Nested Conditions in Day 9 has an indentation issue. Although this can't be compiled as it is no proper python, it should adhere to corect indentation....