Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
flokl
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
flokl
1y ago
If the project owner has paid for pro, all collaborators can use the pro features in the project. Zotero sync is just a .bib file that updates itself regularly, so if you don't want to pay, you have to upload the .bib file or past the
2.
▲
by
flokl
1y ago
yes, cross-references are possible by adding an <anchor> and referencing it with @anchor. It works for headings, figures, equations, footnotes, and with a slightly different syntax also for page. [1] Numbered lists are currently not n
3.
▲
by
flokl
1y ago
or meander, a recently released, more powerful package https://typst.app/universe/package/meander
4.
▲
by
flokl
1y ago
I noticed quite a few people must do that because I have heard that pronunciation a few times already IRL and in videos. Some people also write it that way, a search here in the comments results in 4 matches.
5.
▲
by
flokl
1y ago
Typst will support PDF/UA-1 with the upcoming version 0.14. Pull with the current progress: https://github.com/typst/typst/pull/6619
6.
▲
by
flokl
1y ago
Well Typst does incremental compilation with the "watch" command which allows, for most documents, live preview.
7.
▲
by
flokl
2y ago
There is a Typst package called MiTeX that supports at least some basic TeX input. [1] https://typst.app/universe/package/mitex
8.
▲
by
flokl
2y ago
There is currently work done to support basic HTML support. PDF is supported since day one of the public release in march 2023 (before v0.1). The roadmap mentions tagged PDF which is mainly needed for accessibility.
9.
▲
by
flokl
2y ago
HTML output with Typst isn't possible yet, but it has a high priority.
10.
▲
by
flokl
2y ago
Then a slower but similar simpel option could be to write your data to a json/csv/xml file and read it directly with Typst.
11.
▲
by
flokl
2y ago
It uses your system fonts, additionally you can use a cli option to point Typst to a folder to read ttf or otf font files.