-
### Description
Typst version: 0.11.0.
Issue: I use the following command to read from stdin but watch does not compile.
```
typst watch - ./test.pdf
```
I see this feature was added in h…
oligo updated
6 months ago
-
I became aware of this while trying to understand https://github.com/typst/typst/issues/355
If I change the text font to "Comic Neue" (Only to get a distinctly different font)
`Hello world, $"He…
-
I think it would be very cool if the `typst-preview` extension also worked inside the browser. How difficult would it be to add web extension support? I know that you can already open the preview insi…
-
The documentation seems to be generated with a custom static site generator and unavailable in other languages. It would be beneficial to add translations for the documentation.
-
```
#let q1="q"
#let q2="qq"
$ q q1 q2 "qq" $
```
![image](https://user-images.githubusercontent.com/51149447/227609317-90dc4f6b-15b2-43f7-8119-b4f7f54a55d0.png)
It seems strange to me that …
-
- [x] I have searched the [issues](https://github.com/nvarner/typst-lsp/issues) of this repo and believe that this is not a duplicate.
- [x] I have searched the [discussions](https://github.com/nvarn…
-
I love this initiative.
> Images (This is not possible with genpdf... at the moment)
Do you know what steps would be needed for this, roughly? Maybe I (or someone else who lands here) can help.
-
Passing content to functions has special syntactical support:
- quote from
> Wait, shouldn't all arguments of a function be specified within parentheses? Why is there a second set of square bra…
-
Hi there
I really like the design of this theme. It would be great if it was also available as a typst implementation.
Seems like there is some development going on at https://github.com/Enivex…
-
### Bug description
Test file
```
---
title: "Hello Typst!"
format:
typst:
toc: true
bibliography: references.bib
bibliographystyle: "apa"
---
# my section
@ahmad2022MechanismsMarkersNovel…