Created
May 1, 2025 20:42
-
-
Save VincentTam/dcb77d027b7bb5307c4e407b59bf09a9 to your computer and use it in GitHub Desktop.
Typst Example 001
This file contains hidden or 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
Hello world! | |
I'm typing here so that inline equaitons like $x=3$ appears in real-time. | |
$ | |
f(x) = sin(x) | |
$ | |
$ | |
tan(x) (4x^2)/(3x+4) | |
$ | |
= Heading | |
== Subheading | |
=== Subheading | |
_italic text_ | |
*bold text* | |
*_abc def_* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment