Files
information-processing-1_12…/docs/CONTENTS.md
2025-07-03 09:08:23 +09:00

23 lines
663 B
Markdown

# Project Contents
```
/ <Project ROOT>
|
|-assets/ <Project Assets>
| |-fonts/ <Project Fonts>
|-class/ <Report Classes>
|-docs/ <Template Documentations>
|-markdown/ <Markdown Sections>
|-nix/ <Project Nix Files>
|-packages/ <Custom LaTeX Packages>
|-script/ <Helper Scripts>
|-section/ <Project Sections>
|-Makefile <Project Makefile>
|-README.md <Project README>
|-document.yaml <Project Config>
|-flake.lock <Template Dependencies Lock file>
|-flake.nix <Template Nix Flake>
|-init.bash <Project Initializer>
|-references.bib <Project Bibliography>
```