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 for nodes, the code works.
\documentclass{article}
\usepackage{forest}
\begin{document}
\begin{forest}
[7, for tree={circle, draw}%, minimum size=2em}
[6 [5] [4]]
[5]
]
\end{forest}
\end{document}
I don't know if it's a know topic, but I've not seen any minimum size reference for circle nodes examples in forest-doc.
Thank you,
Ignasi
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 sizeis fixed for nodes, the code works.I don't know if it's a know topic, but I've not seen any
minimum sizereference forcirclenodes examples inforest-doc.Thank you,
Ignasi