update README.md #2

Merged
pencelheimer merged 1 commits from unexplrd/typst_nure_template:main into main 2025-02-09 23:38:20 +02:00
Showing only changes of commit 583bfecd51 - Show all commits

View File

@ -56,10 +56,12 @@ Some text
### Example Project Structure
```
project-folder/
│-- main.typ
│-- template.typ
│-- images/
├── main.typ
├── template.typ
├── images/
│ ├── figure1.png
│ ├── figure2.png
│ ├── ...
├── ...
```
This setup ensures that `main.typ` includes and applies the template correctly.