减少森林中节点和边缘之间的间距 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} 相关内容 使用会议风格文件会产生意外的 algorithm2e 行为(“标尺”选项没有水平线) 在 Debian 上安装 dhcp/tftp 服务器 如何检查像素是否 100% 透明(透明度级别)? 如何在 Microsoft Word 中删除这些红线和文字? 如何在 Firefox 中禁用 HTTP 引荐来源? Windows 2008 成员服务器? 如何在 UniServer Zero 中通过命令行自动启动 Apache 和 MySQL 安装 SD 卡时出现问题 自定义伪代码样式 使用 GoDaddy DNS 管理器的通配符 CNAME