我想使用逐字环境插入由树命令创建的文件目录图。但是在输出文档中,只保留了文件名,连接线消失了。
\documentclass{article}
\usepackage{fancyvrb}
\begin{document}
\begin{Verbatim}
.
├── app
├── bakery
├── build
├── CHANGELOG.md
├── composer.json
├── composer.lock
├── docker
├── sponsors
├── STYLE-GUIDE.md
└── webserver-configs
\end{Verbatim}
\end{document}
我已经尝试通过将 showtabs 设置为 true 来使用 fancyvrb 包,但是连接线仍然没有打印在文档中。
有什么办法吗?