Closed stefan11 closed 4 years ago
For some reason the following worked until a year ago:
\begin{forest}
baseline
[>
[3]
[<
[1]
[2]]]
\end{forest}
Reading the manual it seems that the only proper way to do this would have been to add baseline
to a specific node.
The following works:
\begin{forest}
[>,baseline
[3]
[<
[1]
[2]]]
\end{forest}