Latex verbatim:how to show the file directoy created by tree command?
问题 I want to insert a file directory diagram created by tree command using verbatim enviroment. But in the output document, only file names are kept, and the connection lines are disapeared. \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} I have tried using fancyvrb package by setting