God page to convert LaTeX to Typst

I’m beginning to use Typst more and more often, but I’m coming from more than 10 years of LaTeX usage, and I guess I’m not the only one in this situation :)

So I have many reflex to do things that are not working in Typst.

My question is : is there a page somewhere in the documentation (or on the Internet) that would give a kind of exhaustive equivalent cheat sheet to make conversion, and that would be updated by the users after they discover how to do it ?

There is this page with basic comparison (and other on existing on the web)
For instance, I just opened a topic about an equivalent of the keyword oversize in tcolorbox (quite specific !).

If this platform is not yet existing, maybe it should somehow be created ? I would gladly add some information on it !

Well, this is not a cheat sheet, but typst/typst | DeepWiki might be helpful. For example, Search | DeepWiki answers that specific question.

AI has the general knowledge about LaTeX, and DeepWiki has access to Typst’s git repo (containing both the implementation and the docs). Therefore, it can answer most questions about something that you don’t know the name.


Some projects listed in :books: Documentation | Best of Typst (TCDM) are similar to what you want: GitHub - johanvx/typst-undergradmath: A Typst port of undergradmath · GitHub, GitHub - mewmew/typst-cheat-sheet: Typst cheat sheet. · GitHub, etc.
However, they are not quite comprehensive at present.