23 lines
663 B
Markdown
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>
|
|
```
|