
답변1
이러한 일은 숲을 통해 쉽게 달성할 수 있습니다 where n children=0{tier=murmel}{rotate=90}
.
\documentclass{article}
\usepackage[edges]{forest}
\begin{document}
\begin{forest}
for tree={grow'=0,font=\sffamily,
where n children=0{tier=murmel}{rotate=90}}
[,phantom
[clk]
[Master
[ctrl
[write]
[read]
]
[addr]
[wdata]
]
[Slave
[ctrl
[ack]
]
[rdata]
]
]
\end{forest}
\end{document}