Ian Max Andolina
Ian Max Andolina
@the-solipsist — yes this would be well received by many of us, it is what tools like `pandocomatic` or @mb21's `panrun` do, by specifying the options and accessory files as...
A +1 for `tmp`
It appears, sadly, that the attempt to extend Alyx to be less rodent-centric didn't go anywhere; they made many changes but never made any pull requests. Would current Alyx maintainers...
Quarto does override Pandoc's behaviour AFAICT: https://github.com/quarto-dev/quarto-cli/blob/main/src/resources/filters/layout/typst.lua#L61
In the meantime, we can use a Lua filter on image elements to force a `width=100%` (or a value from an environment variable if set) unless a width has been...
Yes there are two options: 1) Your suggested heuristic: for us-letter, 8.5" page width with 1" margins a max width would be 5.5", but for a4 it would be 5.27"...
This is the document for image layout in Typst: https://typst.app/docs/reference/visualize/image/ ``` width - auto or [relative](https://typst.app/docs/reference/layout/relative/) The width of the image. Default: auto ``` There is a fit attribute though...
0.11 appears to have been formally released (amazing work, congrats to @laurmaedje and the hard work of all the other devs, table changes are great!): https://typst.app/docs/changelog/
Thanks @krader1961 for formalising my IM questions!
I did want to mention, from my perspective as a general user without any formal programming education, `assoc` and `dissoc` were not obvious to me in terms of things that...