-
Nice to see this!
A few questions/issues on background images:
## Absolute file paths?
I'm new to typst, so not sure if I'm just misunderstanding, but it appears I can only use relative paths…
-
### Bug description
Test file
```
---
title: "Hello Typst!"
format:
typst:
toc: true
bibliography: references.bib
bibliographystyle: "apa"
---
# my section
@ahmad2022MechanismsMarkersNovel…
-
### Description
Seems https://github.com/typst/typst/pull/4394 committed in https://github.com/typst/typst/commit/3d3489fbaef7524655f5c911e0bf6dec7394f90e doesn't work for me.
Changelog entry - "T…
yonas updated
2 weeks ago
-
Typst currently support breaking a paragraph into several consecutive lines in source code, without introduce a newline in result PDF. The single newline in source code will just become a space. Howev…
-
This would allow for workflows such as creating images in `TikZ` standalone mode and then inserting them into Typst documents. This workflow would be a good stopgap until diagramming tools are integra…
-
Apparently, there is a very significant difference in compilation times when using the default (node) renderer and harfbuzz.
On short documents using a non negligible amount of fonts, harfbuzz can ha…
-
I was wondering if I could somehow alias `*` to `dot.c`.
First, I tried doing it through `#show "*": [#sym.dot.c]`, but that doesn't affect math mode AFAICT.
My second attempt used `#let dd = sy…
-
I have a grand vision of using polylux to export a fully featured, standalone HTML presentation. Impress.js is a lightweight, currently maintained, and popular library that could make it happen. It su…
-
The spec currently restricts font weight to `1:9 * 100`
```yaml
- id: brand-font-weight
description: A font weight.
enum: [100, 200, 300, 400, 500, 600, 700, 800, 900]
default: 400
```
…
-
Hi, I am working on the package [Catppuccin](https://github.com/catppuccin/typst) and I am currently writing up the documentation, where I am using the theme that the library provides.
Currently, T…