this post was submitted on 30 Apr 2024
40 points (95.5% liked)
Open Source
31028 readers
639 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm writing a thesis using https://typst.app
I was hesitant to use it at the beginning but in the end, it's one of the best choice I made so far.
"Select where you heard about typst"
-> Fediverse
Finally somewhere that actually has Fediverse as an option, this must be a good app.
You'll thank me later...
This, I also used to create a CV in typist, after a really frustrating experience with LaTeX and the difference is night and day.
And the best part is that errors are actually understandable, so you can actually fix them
Out of curiosity, what program are you using to write? I think I saw they have a web editor, but I there’s a neovim plugin (and maybe an LSP) as well I think.
Vscode with typst-preview plugin. A wonderful combo.
I use VScodium with some plugins. But writing in any editor and running the typst executable with the "watch" argument is also an option. That way as soon as you overwrite the source file a new PDF is generated. In that case I use Okular which auto refreshes when the open document changes.