HackerTrans
TopNewTrendsCommentsPastAskShowJobs

flokl

no profile record

comments

flokl
·10 ay önce·discuss
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 new entries manually.
flokl
·10 ay önce·discuss
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 natively supported, only with the package itemize [2].

[1] https://typst.app/docs/reference/model/ref/

[2] https://typst.app/universe/package/itemize
flokl
·10 ay önce·discuss
or meander, a recently released, more powerful package https://typst.app/universe/package/meander
flokl
·10 ay önce·discuss
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.
flokl
·10 ay önce·discuss
Typst will support PDF/UA-1 with the upcoming version 0.14. Pull with the current progress: https://github.com/typst/typst/pull/6619
flokl
·geçen yıl·discuss
Well Typst does incremental compilation with the "watch" command which allows, for most documents, live preview.
flokl
·geçen yıl·discuss
There is a Typst package called MiTeX that supports at least some basic TeX input.

[1] https://typst.app/universe/package/mitex
flokl
·2 yıl önce·discuss
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.
flokl
·2 yıl önce·discuss
HTML output with Typst isn't possible yet, but it has a high priority.
flokl
·2 yıl önce·discuss
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.
flokl
·2 yıl önce·discuss
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.