docs(readme): update structure
This commit is contained in:
28
README.md
28
README.md
@ -64,12 +64,24 @@ Some text
|
|||||||
|
|
||||||
### Example Project Structure
|
### Example Project Structure
|
||||||
```
|
```
|
||||||
project-folder/
|
project/
|
||||||
├── main.typ
|
├── main.typ -- for importing, configuration and boilerplate
|
||||||
├── template.typ
|
├── src/
|
||||||
├── images/
|
│ ├── intro.typ
|
||||||
│ ├── figure1.png
|
│ ├── chapter1.typ
|
||||||
│ ├── figure2.png
|
│ ├── chapter2.typ
|
||||||
│ ├── ...
|
│ └── ...
|
||||||
├── ...
|
├── figures/
|
||||||
|
│ ├── chapter1/
|
||||||
|
│ │ ├── figure1.png
|
||||||
|
│ │ ├── figure2.png
|
||||||
|
│ │ ├── figure3.png
|
||||||
|
│ │ └── ...
|
||||||
|
│ ├── chapter2/
|
||||||
|
│ │ ├── figure1.png
|
||||||
|
│ │ ├── figure2.png
|
||||||
|
│ │ ├── figure3.png
|
||||||
|
│ │ └── ...
|
||||||
|
│ └── ...
|
||||||
|
└── ...
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user