cfr42
cfr42
The config dialogue is too small to display the content. The result is that I cannot see all of the text and probably can't access all of the check boxes...
Confirmation of bug by [Sašo Živanović](https://tex.stackexchange.com/users/16819/sa%c5%a1o-%c5%bdivanovi%c4%87) at https://tex.stackexchange.com/questions/382769/how-can-i-get-correct-spacing-when-reusing-forest-trees-and-when-calign-is-cente#comment947335_382769: > I can confirm this is a bug: packing a node only works when `s=0` for the first child. I'll investigate when...
The following code produces a node with a black border, whereas one would intuitively expect a red one. ``` \documentclass[margin=5pt]{standalone} \usepackage{forest} \forestset{% egstyle/.style={% postaction={draw=red}, }, } \begin{document} \begin{forest} [A, egstyle]...
Ref.: https://tex.stackexchange.com/q/715533/ (but the question describes multiple luaotfload-tool bugs) ```lang-bash luaotfload | diagnose : =============== file permissions ============== luaotfload | diagnose : Checking permissions of /home/username/.texlive2024/texmf-var/luatex-cache/generic/. luaotfload | diagnose :...
Ref.: https://tex.stackexchange.com/q/715533/ (but the question describes multiple luaotfload-tool bugs) and [Max Chernoff's comment.](https://tex.stackexchange.com/questions/715533/luaotfload-tool-this-version-of-luaotfload-may-have-been-tampered-with-is-this?noredirect=1#comment1778642_715533) ```lang-bash $ luaotfload-tool --diagnose=files luaotfload | diagnose : ================ verify files ================= luaotfload | diagnose : Luaotfload...
Please excuse me if I've misunderstood how this is meant to work. As I understand it, `url` and/or `urlfrom` are localisable strings which are used to label URLs in e.g....
I'm not sure if this is a bug. Maybe it is a request for clearer reporting. If I run `l3build check` with a test file which fails to define any...
This is not an issue in the usual sense. I just wondered if you had any thoughts about how trees should or might be tagged. At least for logic, tagging...
Copy of [TeX SE question](https://tex.stackexchange.com/q/718816/) so it (hopefully) doesn't get lost (lazy): I would like to understand what causes the following behaviour in `forest`. MWE [Note that most of the...
## Brief outline of the bug `ltmarks-doc.pdf` page 9 includes the following in the description of `\__mark_get_marks_for_reinsertion:nNN`: > This is, for example, used by `multicol` when a short balanced `multicols`...