Henri Menke

Results 45 issues of Henri Menke

dvisvgm is pretty slow compared to regular TeX page output. Since it is written in C++11 it could make use of [cross-platform multithreading](https://en.cppreference.com/w/cpp/thread). Would it be possible to output pages...

Bei mir kommt immer dasselbe, weil die Suchanfrage `! d:2012 | d:2013` in Neu, statt Zufall ausgeführt wird. Brauchst du `logcat` oder so was?

### System information Type | Version/Name --- | --- Distribution Name | NixOS Distribution Version | 22.05 (Quokka) Kernel Version | 5.18.6 Architecture | x86_64-linux OpenZFS Version | 2.1.5 ###...

Type: Building
Type: Defect

Some time ago I had `network.enableRollback = true` on my laptop but then decided that I don't really need this because I naturally have full physical access to this machine,...

## Description The `\addfontfeature` command does not cache fonts at global scope. Why is this important? It turns out that users don't seem to be aware that `\addfontfeature` reloads the...

**Motivation for this change** Currently shortcuts leak into boxes (most prominently nodes). For normal TikZ commands (`\draw`, etc.) there is special uninstallation code but not for user-defined shortcuts, so in...

**Motivation for this change** This aims to generate a comprehensive testsuite by converting all the `codeexample`s from the manual into runable tests. - [ ] Manual cleaning of the preambles...

**Brief outline of the bug** This issue was fixed to `to` paths in https://github.com/pgf-tikz/pgf/commit/8fb44f01cb320279a0e49dbd409a127c472f1903 but edges still exhibit the problem. **Minimal working example (MWE)** ```latex \documentclass{article} \usepackage{tikz} \begin{document} \noindent \begin{tikzpicture}...

**Brief outline of the proposed feature** Currently the `pgfmanual` package is completely undocumented and it depends on the `pgfmanual-en-macros.tex` file. It would be nice to factor some of the necessary...

manual
Feature Request

**Motivation for this change** This is another attempt at fixing #785 to make the \coordinate at construction compatible with the (as of yet) internal \tikz@dcl@coord@ mechanism. In some ways this...