langsci / 25

Grammatical theory files
10 stars 2 forks source link

Tree in 3-minimalism does not start on baseline #127

Closed stefan11 closed 4 years ago

stefan11 commented 4 years ago

Bildschirmfoto 2020-02-17 um 20 18 40

stefan11 commented 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}