Viewing profile — laurmaedje
laurmaedje
HN member- Joined
- Thu, Oct 13, 2022, 2:35 PM UTC
- HN karma
- 143
- Public activity
- 35 items
- HN profile
- View on Hacker News ↗
About laurmaedje
No profile information was provided.
Recent public activity
-
comment
Comment #46234117
It seems to have started slowly. For me, Github releases have failed to serve requests for hours already.
-
comment
Comment #45780963
The backslashes are not really relevant to the problem discussed in the post. The ambiguity between symbols and argument-taking macros exists just the same in LaTeX. Consider: $ f_…
-
comment
Comment #45760326
Pandoc [1] can convert LaTeX to Typst. [1]: https://pandoc.org/
-
comment
Comment #45760228
(Author of the post and issue comment here.) The preferences there were honestly rather ad-hoc w.r.t to the pull request and the approach the pull request took. And (as the author …
-
comment
Comment #45760173
While not really related to the math topic, let me answer this: - You can add an arbitrary number of trailing `[..]` blocks and they are just trailing arguments. So 2 & 3 are reall…
-
comment
Comment #43908509
That's fixed, thanks to a community contribution! [1] For what it's worth, Typst did have font subsetting from the start, but it was rather bad for CFF-flavoured OpenType fonts. Th…
-
comment
Comment #41828420
As one of the core developers, I would say "stubbornly sticking to their interpretation" is not entirely fair. I am open to changing this, but I don't want to do it hastily --- bec…
-
comment
Comment #41826815
(Typst dev here.) That's one of the next big things we plan to work on once Typst 0.12 has shipped. :)
-
comment
Comment #41826810
If you're talking about weak widow/orphan support for headings in particular, that will finally be fixed in Typst 0.12.
-
comment
Comment #41826802
Hey, I'm one of the Typst devs and author of the issue. The reason there is no logging yet is because we want to get it _right_ rather than landing a permanent temporary solution. …
-
comment
Comment #41025623
Good point! lr should support lengths in addition to ratios. Should be easy to add.
-
comment
Comment #41025596
I'm not sure what you're referring to because when justification is enabled Typst uses almost the same line breaking algorithm as TeX. [1] One problem we had was over-eager hyphena…
-
comment
Comment #41016018
Hey, Typst dev here. Regarding HTML export: It's not bikeshedding. It's more that, while we consider HTML as pretty important, we decided that fixing and improving the layout engin…
-
comment
Comment #38362833
Those are supported, too.
-
comment
Comment #38067150
#set text(lang: "de") would set it to German for instance. See also: https://typst.app/docs/reference/text/text/#parameters-lang
-
comment
Comment #38063143
Typst handles hyphenation very similarly to TeX. https://github.com/typst/hypher https://laurmaedje.github.io/posts/hypher/
-
comment
Comment #37961526
I'm one of the Typst devs and I do agree with you here. LaTeX has a lot of trouble with accessibility because it's hard to retain semantic information through layers of macros. How…
-
comment
Comment #37861587
I have a question about the point on highlighting in particular. With a subscription-based model, don't you lose out on the ability to partially highlight a file based on the visib…
-
comment
Comment #35251542
If you want to write the letters phi, you can write p h i if you mean implied multiplication or "phi" if it should be a single unit. In general, Typst's syntax is designed to make …
-
comment
Comment #35251132
Yes, SVG support is built-in.
-
comment
Comment #35250836
It's built completely from scratch, but the math layout algorithm is based on TeX.
-
comment
Comment #35250505
It's not a code example. It's Typst code that is used to calculate the fibonacci numbers that are displayed in the table.
-
comment
Comment #34439929
On the shaping side, support should be quite good as rustybuzz replicates harfbuzz results 1-1. (I think, it passes the whole test suite.) Regarding higher-level text layout: We ha…
-
comment
Comment #34439844
You raise many interesting problems. While I have answered each one individually below, the general answer is: Typst is still a young project and while its already possible to crea…
-
comment
Comment #34433263
I would argue that font rendering and text shaping are completely separate problems. The font renderer doesn't need to know about directions, language, locales and scripts and usin…