memeplex
memeplex
I still have building a minimal example in my TODO list, but have you tried increasing the number of repetitions of polylux as described in https://github.com/Myriad-Dreamin/tinymist/issues/513#issuecomment-2279680018? That's a reliable way...
I tend to agree since in tinymist most of the previewing is done through typst.ts, but I'm not sure that there is a way to open an external pdf viewer...
Yes, I agree. IIRC there is an extension to open external viewers, but it would be nice to avoid that dependency if that's not too hard to implement.
I don't see any gain in adding this as a, say, subcommand of the language server. At the command line it's trivial to open your favourite viewer. In most other...
Just out of curiosity, does this also applies to other renderers like shiroa / typst-book or is it specific to the previewer?
> it can also be applied to official typst's svg export. >> the high performance way is to render and stored rendered bitmap of text line by line Are these...
And in any case (canvas and svg), say you map 40.45 to 40.33, are you sure that the underlying technology/platform will then map that to a subpixel and not just...
Another remark/question: by inspecting the output of the previewer in VSCode and the rendering of the Shiroa guide, I see that text is contained in little spans and divs as...
> that svg renderers doesnt have out-of-box subpixel rendering But is this true when you use foreignObjects (divs and spans with text inside) that, as per the quote from the...
Ok, I see. And is it possible to use them for rendering too or they don't give enough control over the output?