Skip to content

Commit 6696680

Browse files
mrtz-jMoritz Jörg
andauthored
Add Typos and additional resources (#2)
Co-authored-by: Moritz Jörg <[email protected]>
1 parent 53dcefc commit 6696680

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,11 @@ If you prefer an Overleaf-like experience with autocompletion, preview and (soon
6464

6565
> [!NOTE]
6666
> 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.
67+
68+
# Resources
69+
70+
Other resources that may be helpful to new and experienced Typsters alike.
71+
72+
- [Typst Guide for LaTeX Users](https://typst.app/docs/guides/guide-for-latex-users/)
73+
- [Typst Documentation](https://typst.app/docs/)
74+

flake.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@
2727
default = pkgs.mkShell {
2828
# Pinned packages available in the environment
2929
packages = with pkgs; [
30+
# Nix formatter
3031
alejandra
32+
# Typo checker
33+
typos
34+
# Typst LSP and Formatter
3135
typst
3236
typst-lsp
3337
typstfmt

main.typ

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
header: [INF-XXXX Assignment X #datetime.today().display()],
1717
authors: ((
1818
name: "Firstname Middlename(s) Lastname",
19-
organization: [UiT Artic University of Tromsø],
19+
organization: [UiT Arctic University of Tromsø],
2020
location: [Tromsø, Norway],
2121
2222
git: "abc",
2323
),
2424
(
2525
name: "Firstname Middlename(s) Lastname",
26-
organization: [UiT Artic University of Tromsø],
26+
organization: [UiT Arctic University of Tromsø],
2727
location: [Tromsø, Norway],
2828
2929
git: "def",
@@ -216,4 +216,4 @@ When a node recovers from a simulated crash, it will check if its neighbors are
216216

217217
= Conclusion <sec:conclusion>
218218

219-
Here you sum up the report and reiterate the results. Does not need to be very long, a few sentences is fine.
219+
Here you sum up the report and reiterate the results. Does not need to be very long, a few sentences is fine.

0 commit comments

Comments
 (0)