-
### Description
## Problem:
I set a label I want to link to in documentA.typ. (Like that: `#label("app1")` or like that ``).
I set a #link to that label in documentB.typ (Like that: `#link()[text]…
-
微博内容精选
-
In the [documentation for table](https://typst.app/docs/reference/layout/table), it claims the `stroke` property can be one of:
- none
- length
- color
- stroke
However, trying to provide a str…
-
E.g.
* write to file
* call shell process
* communicate through pipe/socket?
My main motivation is to allow e.g. executing Python code from inside the document.
Unfortunately this would slo…
-
我正在使用typst的写一份typst中文版教程(手册翻译版),如下是文档的[仓库地址](https://github.com/Zuttergutao/Typstdocs-Zh-CN-)。
目前,我并没有将英文手册完全翻译以及还有很多未完成部分,我尽可能的在中文文档中贴出了代码与显示效果图片。
同时这只是预览版,全文并没有很好的组织和排版(至少对我来说)
Typst is god!!!
…
-
Hey Typst team, amazing project, love it!
I wonder how can I use language highlighting presented in your tutorials in other editors?
VSCode in this example
-
I'm running into the following scenario at the moment. Lets say I want to compile and watch Q1.typ, I'm currently getting
`typst w q1.typ`
`error: file not found (searched at w)`
And the exact …
-
Firstly, I would like to express my appreciation for the `typst` project. It is a promising tool that can significantly reduce the learning curve for typing math compared to using LaTeX.
However, a…
-
I think it would be nice to have access to the absolute coordinate of a point on the page, similar to TikZ's `remember picture` feature.
![image](https://user-images.githubusercontent.com/25191436/…
-
Is there a way to do labeling and crossref for equations, figures, tables, ... in typst?
For example, in latex to label and ref an equation we have:
```
$a+b=c \label{eq:1}$
From \ref{eq:1} we…