决策树图中的多行节点标签

决策树图中的多行节点标签

我一直在努力解决这个问题,希望有人能帮助我。我正在尝试使用 pstree 包重新创建下图(附图)。但是,它似乎不允许我使用 \ 将节点标签分成多行,就像原始图片中那样。如果有人能帮忙,那将对我有很大帮助。

我迄今为止的代码:

\documentclass{article}
\usepackage{pst-tree}
\psset{treemode=D,nodesep=7pt}

\begin{document}
\psTree{\Tr{[± conceptually activated] // Content morphemes and early system morphemes}}
    \psTree{\Tr{[+conceptually activated]}}
        \Tr{[+thematic role]}
        \Tr{[-thematic role]}
    \endpsTree
    \psTree{\Tr{[-conceptually activated]}}
        \Tr{-refer to grammatical information outside of Maximal Projection of Head}
        \Tr{+refer to grammatical information outside of Maximal Projection of Head}
    \endpsTree
\endpsTree

\end{document}

谢谢你,

在此处输入图片描述

相关内容