Kalcifer
All of this user’s content is licensed under CC BY 4.0.
- 87 Posts
- 480 Comments
Kalcifer@sh.itjust.worksOPto
Open Source@lemmy.ml•Typst: "as powerful as LaTeX while being much easier to learn and use"
1·1 month ago[…] LaTeX ignores whitespace, so you can just use a formatter to space out your code and ensure the curly braces. This is not even an option in typst, which uses the space as an escape character.
I’m not sure I exactly follow what you mean. Could you elaborate?
Kalcifer@sh.itjust.worksOPto
Open Source@lemmy.ml•Typst: "as powerful as LaTeX while being much easier to learn and use"
2·1 month ago[…] You can see how this would start to struggle even with high school level maths, with bracketed terms and possibly fractional terms in exponents, integrals, etc.
For example, it is very difficult for me to work out the difference between the following three in typst. That is specifically not what you want from a typesetting language.
1/2(x + y) 1/x(x + y) 1/2^x(x + y)[…]
I think these are valid complaints. For clarity, this is the output that I found for each:
[1]
[2]
[3]
I was surprised by the second; I expected it to produce
[6]. I didn’t know what to expect for the third.I tried searching through the documentation [4], but I was unable to find any information that exactly defined expressions [5], and how they are grouped within the fraction when juxtaposed like in your examples.
References
- Type: Anecdote. Published: 2026-03-19T07:20Z.
-
echo "#set page(width: auto, height: auto, margin: 0pt); $ 1/2(x + y) $" | typst compile - o.png
-
- Type: Anecdote. Published: 2026-03-19T07:20Z.
-
echo "#set page(width: auto, height: auto, margin: 0pt); $ 1/x(x + y) $" | typst compile - o.png
-
- Type: Anecdote. Published: 2026-03-19T07:20Z.
-
echo "#set page(width: auto, height: auto, margin: 0pt); $ 1/2^x(x + y) $" | typst compile - o.png
-
- Type: Webpage. Title: “typst Documentation”. Publisher: “Typst”. Accessed: 2026-03-19T07:25Z. URI: https://typst.app/docs/.
- Type: Text. Publisher: [Type: Webpage. Publisher: “Typst”. Title: “frac”. URI: https://typst.app/docs/reference/math/frac/.]. Accessed: 2026-03-19T07:26Z. Location: §“Syntax”.
-
[…] Use a slash to turn neighbouring expressions into a fraction. […]
- The quote mentions that the components within the fraction are called expressions.
-
- Type: Anecdote. Published: 2026-03-19T07:39Z.
-
echo "#set page(width: auto, height: auto, margin: 0pt); $ 1/x (x + y) $" | typst compile - o.png
-
Kalcifer@sh.itjust.worksOPto
Open Source@lemmy.ml•Typst: "as powerful as LaTeX while being much easier to learn and use"
1·1 month ago[…]
\frac{n(n+1)}{2}in latex turns into(n(n + 1)) / 2in typst […]Note that one can also write that as
frac(n(n+1), 2)[1][4].References
- Type: Webpage. Title: “frac”. Publisher: “Typst”. Location: “Documentation”>“Reference”>“Math”>“Fraction”. Location (URI): https://typst.app/docs/reference/math/frac/. Accessed: 2026-03-18T05:34Z.
- Type: Anecdote. Published: 2026-03-19T07:51Z.
-
echo "#set page(width: auto, height: auto, margin: 0pt); $ (n(n + 1)) / 2 $" | typst compile - o.png
-
- Type: Anecdote. Published: 2026-03-19T07:51Z.
-
echo "#set page(width: auto, height: auto, margin: 0pt); $ frac(n(n+1), 2) $" | typst compile - o.png
-
- Type: Meta. Published: 2026-03-19T07:53Z.
- Both
(n(n + 1)) / 2, andfrac(n(n+1), 2)result in
in Typst [2][3]
- Both
Kalcifer@sh.itjust.worksOPto
Open Source@lemmy.ml•Typst: "as powerful as LaTeX while being much easier to learn and use"
1·1 month ago[…] For example,
\frac{n(n+1)}{2}in latex turns into(n(n + 1)) / 2in typst. The typst code is incredibly unclear - the first set of brackets with the slash together actually form the fraction operator, so neither end up visible. […]IMO, it’s only unclear if one isn’t familiar with the syntax — I think the documentation states the behaviour clearly:
[…] Multiple atoms can be grouped into a single expression using round grouping parentheses. Such parentheses are removed from the output, but you can nest multiple to force them. [1]
This isn’t in defense of Typist’s syntax, but I challenge you to show the uninitiated your example LaTeX expression,
\frac{n(n+1)}{2}, and see if they are able to accurately parse it.References
- Type: Text. Publisher: [Type: Webpage. Title: “frac”. Publisher: “Typst”. Location: “Documentation”>“Reference”>“Math”>“Fraction”. Location (URI): https://typst.app/docs/reference/math/frac/.]. Accessed: 2026-03-18T05:34Z. Location: §“Syntax”.
Kalcifer@sh.itjust.worksOPto
Open Source@lemmy.ml•Typst: "as powerful as LaTeX while being much easier to learn and use"
2·1 month ago[…] use markdown with a typst backend
How could one do that?
Kalcifer@sh.itjust.worksOPto
Open Source@lemmy.ml•Typst: "as powerful as LaTeX while being much easier to learn and use"English
5·1 month agoI’d say it still have a long way to go, especially for advanced use cases […]
What do you think it’s still lacking?
Kalcifer@sh.itjust.worksOPto
Trans Memes@lemmy.blahaj.zone•To HRT, or not to HRT, that is the question
5·4 months ago[…] misses the entire point.
Could you elaborate on what you mean? 🙂
Kalcifer@sh.itjust.worksOPto
196@lemmy.blahaj.zone•Get your rules off the caption, dudeEnglish
0·4 months agoAnd I hope that you will encounter many more! :)
Kalcifer@sh.itjust.worksOPto
Trans Memes@lemmy.blahaj.zone•To HRT, or not to HRT, that is the question
6·4 months agoThank you for linking the original source! The source in my post currently just points to a Reddit repost of it. I’ll update my references section with your source :)
Kalcifer@sh.itjust.worksOPto
Tetris@feddit.nu•I made this Tetris themed bead-woven bracelet
0·4 months agoThis is really neat! […]
Thank you! 😊
Kalcifer@sh.itjust.worksOPto
I Made This@lemmy.zip•I made this Tetris themed bead-woven bracelet
0·4 months agoThank you! 😊
Kalcifer@sh.itjust.worksto
Fediverse@lemmy.world•What is your favorite Fediverse specific creators?English
2·1 year agoYou’re welcome! 😊
Kalcifer@sh.itjust.worksto
Fediverse@lemmy.world•What is your favorite Fediverse specific creators?English
1·1 year agoIDK if they’re “Fediverse specific”, but I love SSTF’s (@setsneedtofeed@lemmy.world) art.
Neo-neolithic? 😜
Kalcifer@sh.itjust.workstoAnnouncements@sh.itjust.works•Our Intentions to join FedecanEnglish
0·1 year ago[…] sh.itjust.works will fall under the Fedecan umbrella and will share common […] policies
Does this mean changes to the ToS, defederation practices, etc.?
[…] Solarpunk’s Pleasant Politics comm has an automod that bans and unbans based on recent karma ratios. […]
Do they have any documentation for that behavior? If so, could you link it?
Karma does not persist […]
I’m not sure what you mean; if I look at your account, for example, I can see all of your past vote scores [1].
References
- Type: User Account. Publisher: [“geneva_convenience@lemmy.ml”. “sh.itjust.works”. “Lemmy”.]. Accessed: 2025-03-28T02:12Z. URI: https://sh.itjust.works/u/geneva_convenience@lemmy.ml.

- Outlined in red are the vote scores for some of the user’s most recent comments and posts.
- Type: User Account. Publisher: [“geneva_convenience@lemmy.ml”. “sh.itjust.works”. “Lemmy”.]. Accessed: 2025-03-28T02:12Z. URI: https://sh.itjust.works/u/geneva_convenience@lemmy.ml.
CMV: Trypophobia should be tagged as NSFW.














I’m not sure what you mean — I personally just write it in VS Code [1], and then compile it locally [2].
References