Compare commits

...

2 Commits

Author SHA1 Message Date
orca bfd8039ca2
Rewording. 2024-02-03 04:20:53 +01:00
orca 66ab1e9f26
Fixed typo. 2024-02-03 04:18:57 +01:00
1 changed files with 4 additions and 2 deletions

View File

@ -11,10 +11,12 @@ Clone the repository, and start writing your paper in `source/user/main.typ`.
I recommend you run `make watch` to make use of incremental compilation. Then, run `make view`, after setting the `PDF_VIEWER` shell variable.
Now, just save your file whenever you wish to update the PDF.
For an example of how this looks, see this [this image](https://git.disroot.org/orca/home/src/branch/main/.images/desktop.png).
For an example of how this looks, see [this image](https://git.disroot.org/orca/home/src/branch/main/.images/desktop.png).
When there will be updates, run `git pull`.
## How to get started
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.
See the `source/example.typ` file for an example of it's usage.
Run `make example` to compile it.