Skip to content

Circle nodes need "minimum size" #4

@nignasi

Description

@nignasi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions