typst Questions
3
In the typsetting language Latex the macro \LaTeX outputs the Latex logo:
How can I achive a similar result in Typst?
Background: This should serve as example for how to manipulate character place...
Try asked 22/10, 2023 at 6:15
1
Solved
I want to always get either today's date (assuming today is a friday) or the next week's friday.
How would I go about implementing the same mechanic in Typst?
Within the documentation I have not ye...
Cobber asked 29/11, 2023 at 11:35
2
Solved
I would like to insert the current date in the title section of my document (a-la LaTeX). Is it even possible to do so yet? If so, how?
Hm asked 19/4, 2023 at 6:43
1
In typst I can set the font size using
set text(9pt, font: "Linux Libertine", lang: "de")
inside of #let project(title: "...", authors: (...), body) = {...}
I want to...
Mena asked 3/8, 2023 at 8:40
2
Solved
I am using typst to render some stuff, I want a side by side display of 2 images I gured out how to get things vertically:
#figure(
(image("eulerian.svg", width: 10%),
image("lagra...
Lundberg asked 9/4, 2023 at 5:39
1
© 2022 - 2025 — McMap. All rights reserved.