forest icon indicating copy to clipboard operation
forest copied to clipboard

a PGF/TikZ-based LaTeX package for drawing (linguistic) trees

Results 14 forest issues
Sort by recently updated
recently updated
newest added

As per section 2.3 of the manual, forest allows to use TikZ' `\path` commands to draw additional stuff around a tree. The examples of the manual use the nodes of...

Following code shows a forest-tree where nodes has to be circles instead of rectangles. The code fails with error "Dimension too large". As soon as a `minimum size` is fixed...

Remove paragraph following example 46 that repeats the paragraph preceding the example.

When I installed forest v2.1.2 today using the MiKTeX package manager it is only installing the forest-compat.sty file, not forest.sty, forest-lib-edges.sty or forest-lib-linguistics.sty. Compiling a tex file that requires forest.sty,...

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]...

In the following example, `-0.5mm` gives a positive length. If one force forest to use the pgf commands with `\forestmathsetlength \blub {-0.5mm+0cm} ` then the value is correct again. ~~~~...

Hi Sašo, the issue of representing multidominant structures has come up various times on Stackexchange, and Clea has come up with a couple of really useful solutions to the problem....

Dear Sašo, I came across a bug in the `edges` library where the edge is not drawn correctly from the first parent to its children if `grow=west` is chosen. Everything...

Hello, this package is great, thanks for making it! I was wondering if it is possible to make a `folder`-like style but where the whole (sub)folder trees are boxed instead...