如何使用 tikz-qtree 绘制倾斜(不平衡)的树? 2024-5-23 • tikz-trees trees tikz-qtree \begin{figure}[H] \centering \begin{tikzpicture}[scale=0.7] \Tree [.Appl [.DP ] [.V [.DP ] [.v ] ]] \end{tikzpicture} \end{figure} 给出了上面的图片: 但是,我真正想要的是没有 v 节点的左偏 DP 节点。我想消除像素化的部分。 答案1 您可以使用以下\edge命令绘制明确的边: \documentclass{article} \usepackage{tikz-qtree} \begin{document} \Tree [.Appl [.DP ] [.V DP \edge[draw=none]; {\phantom{XP}} ]] \end{document} 我\phantom{XP}在这里使用了一个节点,而不仅仅是{}为了让左分支角度更好。 相关内容 在 Ubuntu 17.10 上手动将 wpa_supplicant 升级到 2.6 无法删除 nginx 上 wordpress wp-admin 的 301 重定向 在 tikzpicture 中使用 animateinline “任务 mysqld:xxx 阻塞超过 120 秒”是什么意思? 使用 unicode-math 仅为一个字符指定字体 目录附录 Bash 连续和并行循环/命令 Linux 中的 sed 命令示例 我需要中继器还是网桥? (OpenWrt) 是否有一些方法可以快速添加引用,例如 ctrl+c 和 ctrl+v 样式?