-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
304bb8a
commit 07f77dd
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# typst-algorithms | ||
|
||
Typst module for writing algorithms. Use the `algo` function for writing pseudocode and the `code` function for writing codeblocks with line numbers. Check out `algo-example.typ` to see an example. `algo.typ` also has comments explaining the options each function has. | ||
Typst module for writing algorithms. To use it, download and import the `algo.typ` file. Use the `algo` function for writing pseudocode and the `code` function for writing codeblocks with line numbers. Check out `algo-example.typ` to see an example. `algo.typ` also has comments explaining the options each function has. |