Allan Chain
Allan Chain
Thanks for the timely reply. Using `precision=64` fixes the issue. I didn't consider the precision problem because, even if it were a precision issue, the loss shouldn't become extremely small—values...
Thank you! It's my bad not looking into the documentation carefully, and I'm sorry for bringing in an unrelated issue.
`config-page` configures the entire PDF page, including both of the content and the note. To make your background image only show on the left half, you should do something like:...
You can pass a function as the `composer` argument in `slide` function, for example: ```typst #slide(composer: components.side-by-side.with(gutter: 0em))[A][B] ``` To change it globally, you can redefine the `slide` function: ```typst...
It works. Thanks for the quick response! Should I leave this issue open as a reminder to update the documentation, or would you prefer I close it?
You can use `config-store(navigation: none)` to remove it. Full code example ```typst #import "@preview/touying:0.6.1": * #import themes.stargazer: * #show: stargazer-theme.with( aspect-ratio: "16-9", config-info( title: [Stargazer in Touying: Customize Your Slide...
I should also mention that if the auto-pairing feature fails initially, it will continue to fail unless I quit and reopen Neovim. However, if it works from the start, it...
I can confirm @Tony-YYC's findings. My modification is as follows. Instead of removing the origin check, I hard-coded my server host. It would be convenient if Tinymist could support a...
FYI, the source of the poster is at https://github.com/touying-typ/touying-poster
The first slide is usually for the title slide. Adding a `#title-slide()` in your code fixes the problem.