Live data from Hacker News

Typst 0.14

typst.app

131–140 of 171 posts

Re: Typst 0.14

#131
post #41

Earlier quoted context omitted.

I used LaTeX for decades and had convinced myself nothing could ever replace it. Just this month, however, I converted to Typst for a large project. Absolutely no regrets: undying respect to the great Knuth, but the experience with Typst is already simply better on almost every axis. I use TinyMist with vscode and the development experience is terrific. I was modifying templates within a day of picking it up, which—-…

Speaking of skill, learning a new language is always daunting, but I found that LLMs do a pretty good job of generating Typst code. I relied on that a lot for generating snippets of code, and learning about the language, which would've taken me more time otherwise. Although the Typst docs are pretty good, regardless.

> but I found that LLMs do a pretty good job of generating Typst code.

Interestingly, I've had the opposite experience. ChatGPT and Claude repeatedly gave me errors, apologized profusely, and then said, "ah, I had the wrong keyword. It's actually "--and that would simply give me another error and a subsequent apology.

At least Gemini had the good taste of telling me that it didn't know how to do what I wanted with typst.

It's certainly possible that I was trying to do something a little too unusual (who knows), but I chalked it up to the LLMs not having a large enough corpus of training text.

On the bright side, the typst documentation is quite good and it was just a matter of adjusting example code that got me on track.

Re: Typst 0.14

#132

After over a decade of occasionally updating that one ancient .docx file, I recently rebuilt my CV/resume using typst and it's been a really fun project! My resume is now a private repo with my personal, career, and styling data stored in TOML files. Then I can pull any interesting typst resume templates, populate the information from the TOML files by looping over arrays of jobs/projects, and populate it into the do…

Did you use an existing package or did you write something from scratch? I'm also looking at rewriting my CV in Typst, though the fact that I am happy with my current job means that it is not a very high priority task

Re: Typst 0.14

#133

After over a decade of occasionally updating that one ancient .docx file, I recently rebuilt my CV/resume using typst and it's been a really fun project! My resume is now a private repo with my personal, career, and styling data stored in TOML files. Then I can pull any interesting typst resume templates, populate the information from the TOML files by looping over arrays of jobs/projects, and populate it into the do…

Did you use an existing package or did you write something from scratch? I'm also looking at rewriting my CV in Typst, though the fact that I am happy with my current job means that it is not a very high priority task

I used existing templates from the [typst universe repository](https://typst.app/universe/) for the resume then built something much simpler from scratch for a secondary document, a sort of cover letter/case study of projects I've done.

If there's interest I can maybe take some PII out of my repo and make it public. Not like there's anything wildly private in there, would just prefer to not get any more spam calls than I already do.

Re: Typst 0.14

#134

Earlier quoted context omitted.

Did you use an existing package or did you write something from scratch? I'm also looking at rewriting my CV in Typst, though the fact that I am happy with my current job means that it is not a very high priority task

I used existing templates from the [typst universe repository]( https://typst.app/universe/ ) for the resume then built something much simpler from scratch for a secondary document, a sort of cover letter/case study of projects I've done. If there's interest I can maybe take some PII out of my repo and make it public. Not like there's anything wildly private in there, would just prefer to not get any more spam calls…

You don't have to go through the effort for my sake. I was mainly interested in hearing if you had recommendations with regards to existing packages, though there's a decent chance that I'll just end up creating something from scratch

Re: Typst 0.14

#135

There's usually some confusion about this, so to clarify in advance: - The Typst online editor is proprietary: https://typst.app - The Typst compiler/CLI is open source: https://github.com/typst/typst I hear that the online editor is quite good, but personally I've only ever used the CLI. I originally picked up Typst as yet another replacement for PowerPoint (replacing my use of Marp), but have since used it for a po…

Speaking of core product and online editor: Over the decades many of the products I worked on developed some form of reporting feature. Not alway, but often they required PDF output. Not always, but often they ended up being LaTeX based, with all the nice and some of the ugly consequences. Especially the security story was never great. Does anyone know how hard it would be to integrate the Typst renderer into an exis…

Not particularly difficult. The main Typst crate should have you covered. I've seen quite a lot of projects that do it already.

Re: Typst 0.14

#136
I recently jumped into typst for creating a course syllabus to learn programming. The experience has been great, especially compared with the LaTeX memories from grad school.

Re: Typst 0.14

#137
post #73

I want to express my gratitude to the typsr team and congratulate them on their release. I got started with typst because I wanted to put my resume in a got repository, for no reason other than to learn git. One day I want to write a crosswords document using typst. I don't know how yet because I can't get my tables to be squares but one day... (:

You'll probably want to try CetZ!

Re: Typst 0.14

#138
post #73

I want to express my gratitude to the typsr team and congratulate them on their release. I got started with typst because I wanted to put my resume in a got repository, for no reason other than to learn git. One day I want to write a crosswords document using typst. I don't know how yet because I can't get my tables to be squares but one day... (:

You'll probably want to try CetZ!

In fact... https://github.com/micheledusi/Griddle

Re: Typst 0.14

#139
post #23

The killer features of LaTeX that does not let me go with typst (Although I like my typst generated resume) as an academic are. 1. Beamer, I create multiple slide decks per week and the out of the box setup that beamer provides with different styles and fonts for different needs are unmatched. The efforts to generate some of this on typst is not there yet. 2. Generating figures using tikz and be able to modify it on…

1 and 2 are already in the typst ecosystem. What you really need is a professional account as CERN member,on Typst.

> 1 and 2 are already in the typst ecosystem

No they are not already there. As others replied, there are somethings similar but not the same feature completeness. I was specific to talk about beamer not saying "slides" in general.

Re: Typst 0.14

#140

I think I'm going to subscribe without any intention of using the app just as a "financing" donation. I love, and hate, LaTeX and the idea of a LaTeX successor / alternative is incredibly appealing. And the fact that they are aware that microtypography IS important and that they are working on it is a huge huge plus.

If you're not going to use the web app, you may as well sponsor them through GitHub instead. Also, you get stickers that way.
Post reply on HN