update README.md
This commit is contained in:
@ -56,10 +56,12 @@ Some text
|
|||||||
### Example Project Structure
|
### Example Project Structure
|
||||||
```
|
```
|
||||||
project-folder/
|
project-folder/
|
||||||
│-- main.typ
|
├── main.typ
|
||||||
│-- template.typ
|
├── template.typ
|
||||||
│-- images/
|
├── images/
|
||||||
│ ├── figure1.png
|
│ ├── figure1.png
|
||||||
│ ├── figure2.png
|
│ ├── figure2.png
|
||||||
|
│ ├── ...
|
||||||
|
├── ...
|
||||||
```
|
```
|
||||||
This setup ensures that `main.typ` includes and applies the template correctly.
|
This setup ensures that `main.typ` includes and applies the template correctly.
|
||||||
|
Reference in New Issue
Block a user