ディレクトリ構成図をlatexで作成する方法
- ここからdirtreeをダウンロードします。https://ctan.org/tex-archive/macros/generic/dirtree
-
dirtree.styファイルが含まれてないので、コマンドプロンプトを開きdirtree.styを作成します。
$ cd C:\w32tex\share\texmf-dist\tex\latex\dirtree $ latex diretree.ins
latexで以下のように記述します。
\usepackage{dirtree}
\begin{document}
\renewcommand\DTstyle{\ttfamily}
\dirtree{%
.1 \makebox[2ex][r]{\includegraphics[width=0.25cm]{dire.png} myapp}.
.2 \includegraphics[width=0.25cm]{dire.png} app.
.3 \includegraphics[width=0.25cm]{dire.png} assets.
.3 \includegraphics[width=0.25cm]{dire.png} config.
.3 \includegraphics[width=0.25cm]{dire.png} images.
.3 \includegraphics[width=0.25cm]{dire.png} javascripts.
.3 \includegraphics[width=0.25cm]{dire.png} stylesheets.
}
\end{document}
Author And Source
この問題について(ディレクトリ構成図をlatexで作成する方法), 我々は、より多くの情報をここで見つけました https://qiita.com/Kto_pi/items/fd050e04d89a80fa2621著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .