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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ while the details for the exam should be learned from the slides.
14
14
15
15
## Source Materials
16
16
17
-
The foundation for these materials are the lecture presentations from the "Text Algorithms" course at MFF CUNI.
17
+
The foundation for these materials are the lecture presentations from the "Data Compression Algorithms" course at MFF CUNI created by doc. RNDr. Tomáš Dvořák, CSc.
18
18
19
19
## How to Build
20
20
@@ -28,7 +28,7 @@ typst compile main.typ
28
28
29
29
This will create the `main.pdf` file in the root directory.
30
30
31
-
Before each commit, use `typstyle -i .` to format the code and avoid Git conflicts. You can setup a pre-commit hook.
31
+
Before each commit, use `typstyle -i .` to format the code and avoid Git conflicts. You can set up a pre-commit hook.
0 commit comments