Initial commit

This commit is contained in:
2025-06-18 22:17:59 +09:00
commit 09936da755
51 changed files with 2210 additions and 0 deletions

22
docs/CONTENTS.md Normal file
View File

@@ -0,0 +1,22 @@
# 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>
```