This commit is contained in:
orca 2024-01-21 11:41:48 +01:00
parent c2c0181830
commit 4175701675
Signed by: orca
GPG Key ID: 6923B8DFED96A68A
3 changed files with 4 additions and 4 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
*.pdf
main.typ
user/

View File

@ -4,7 +4,7 @@ A mathematical-oriented template for Typst.
## How to use
Clone the repository, and start writing your paper in `source/main.typ`.
Clone the repository, and start writing your paper in `source/user/main.typ`.
### Recommended workflow
@ -17,4 +17,4 @@ When there will be updates, run `git pull`.
## How to get started
See the `example.typ` file for an example of it's usage. Open an issue if there's a documentation bug, or if you wish for new functionalities.
See the `source/example.typ` file for an example of it's usage. Open an issue if there's a documentation bug, or if you wish for new functionalities.

View File

@ -1,5 +1,5 @@
TARGET := ./main.pdf
SOURCE := ./source/main.typ
SOURCE := ./source/user/main.typ
EXAMPLE := ./source/example.typ
PDF_VIEWER := zathura