디렉토리 구성도를 latex에서 만드는 방법

1362 단어 TeXLaTeX
다음과 같은 디렉토리 구성도를 작성하고 싶습니다.

  • 여기에서 dirtree를 다운로드하십시오. htps: //c단. 오 rg / x x a r ゔ ぇ / ma c로 s / gene c / rt

  • dirtree.sty 파일이 없으므로 명령 프롬프트를 열고 dirtree.sty를 만듭니다.
    $ cd C:\w32tex\share\texmf-dist\tex\latex\dirtree
    $ latex diretree.ins
    
  • dire.png로 다음 아이콘을 작업환 아래에 저장합니다.
  • 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}
    

    좋은 웹페이지 즐겨찾기