减少森林中节点和边缘之间的间距 2024-5-24 • tikz-trees forest 我想减少边缘起点和终点之间的间距,以便有边缘。 以下图为例(左:之前;右:之后): 左树的代码: \documentclass{standalone} \usepackage{forest} \begin{document} \begin{forest} [A [B] [C] ] \end{forest} \end{document} 答案1 您可以调整innersep、l和l sep选项: \documentclass{article} \usepackage{forest} \begin{document} \begin{forest} [A [B] [C] ] \end{forest} \begin{forest} for tree={inner sep=2pt,l=10pt,l sep=10pt} [A [B] [C] ] \end{forest} \end{document} 答案2 通过使用inner sep你可以改变节点的大小 \documentclass{standalone} \usepackage{forest} \begin{document} \begin{forest} for tree = {inner sep = 1pt} [A [B] [C] ] \end{forest} \end{document} 相关内容 14.04 上缺少硬盘 lxc 和 google chrome 无法打开显示 Bionic 18.04 中的省电功能存在问题 语音命令删除 Dragon NaturallySpeaking 中由给定字符分隔的所有字符 将数据从隧道重定向到另一个网络 iptables 仅允许 Web 服务器的输入和输出流量 如何让 Outlook 不在发件人的电子邮件中插入营销内容 有线网络连接问题 在集群文件系统上使用 CVS 的经验 声卡热插拔时的音量小部件问题