You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feat: Remove newlines, fix grammar and add more examples (#1)
* propose more concise abstract
* add second author example
* fix: remove line-breaks
* fix: grammar
* use syntax highlighting for functions
* fix: typo in README
Copy file name to clipboardExpand all lines: README.md
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This repository provides a simple Typst template for writing your Assignments at UiT (The Arctic University of Tromsø). The template is _supercharged_ with the [typst](https://typst.app/home) language, which is a simple and powerful language for writing scientific documents.
4
4
5
-
> [!NOTE]
5
+
> [!NOTE]
6
6
> This is only a template. You have to adapt the template to your current assignment!
7
7
8
8
## Installation
@@ -17,7 +17,7 @@ To use this template, you need to have the `typst` language installed on your co
17
17
18
18
For more information on how to install `typst`, please refer to the [official documentation](https://github.com/typst/typst?tab=readme-ov-file#installation).
19
19
20
-
## Usage
20
+
## Usage
21
21
22
22
### Set up the assignments metadata
23
23
@@ -28,7 +28,7 @@ Fill in your assignment details in the `uit_template` function, it should contai
28
28
- Your Index Terms
29
29
- An Abstract
30
30
31
-
### Build PDFs locally
31
+
### Build PDFs locally
32
32
33
33
Once you have installed Typst, you can use it like this:
34
34
@@ -48,20 +48,19 @@ faster than compiling from scratch each time because Typst has incremental compi
48
48
typst watch main.typ
49
49
```
50
50
51
-
### Working in the Typst Web Editort
51
+
### Working in the Typst Web Editor
52
52
53
-
If you prefer an Overleaf-like experience with autocompletion, preview and (soon)spellchecking, then the Typst web editor is for you. It allows you to import files directly into a new or existing document. Here's a step-by-step guide:
53
+
If you prefer an Overleaf-like experience with autocompletion, preview and (soon)spellchecking, then the Typst web editor is for you. It allows you to import files directly into a new or existing document. Here's a step-by-step guide:
54
54
55
55
1. Navigate to the [Typst Web Editor](https://typst.app/).
56
56
57
57
2. Create or Sign in to your Account.
58
58
59
-
2. Create a new blank document.
59
+
3. Create a new blank document.
60
60
61
-
3. Click on "File" on the top left menu, then "Upload File".
61
+
4. Click on "File" on the top left menu, then "Upload File".
62
62
63
-
4. Select all `.typ` and `.bib` files along with the figures (svg and png) provided in this template repository.
63
+
5. Select all `.typ` and `.bib` files along with the figures (svg and png) provided in this template repository.
64
64
65
-
> [!NOTE]
65
+
> [!NOTE]
66
66
> You can select multiple files to import at the same time. The editor will import and arrange all the files accordingly. Watch out if your figures are in a directory, the may end up in root.
0 commit comments