typst-pinit
typst-pinit copied to clipboard
Pin things as you like, especially useful for creating slides in typst.
This is more of a question+request than a report. I'm trying to understand why `_run-func-on-first-loc` is defined like that. Wouldn't a float with top+left alignment work? In that way there...
Apparently, `pinit-arrow` only draws single-arrowhead arrows. In some contexts, a double-arrowhead arrow is needed, as is the case here: [Connecting tables cells with arrows](https://github.com/typst/typst/discussions/4510#discussioncomment-9975035) I have created `pinit-arrow2`, which does...
The following example looks broken: ```typ #import "@preview/pinit:0.1.3": * We have a #pin(1)Special#pin(2) map $ #pin(3)f#pin(4) -> #pin(5)g#pin(6) $ #pinit-highlight(1, 2) #pinit-highlight(3, 4) #pinit-highlight(5, 6) ``` Render:  Making the...
Hello, When using Pinit with a trivial example, as such: ``` $#pin(1)f#pin(2)\(#pin(3)x#pin(4)\) = #pin(5)x#pin(6)^2$ ```  Do you think it would it be possible to align the arrows differently? I...
Hello, This example (where `pinit-highlight-equation-from` is taken from the reference website) used to work fine with typst v0.11.1: ```typst #import "@preview/pinit:0.2.0": * #import "@preview/touying:0.5.2": themes #show: themes.university.university-theme #let pinit-highlight-equation-from(height: 2em,...
MWE: ```typst #import "@preview/touying:0.6.1": * #import themes.stargazer: * #import "@preview/pinit:0.2.2": * #show: stargazer-theme.with(aspect-ratio: "16-9") == test page #show: magic.bibliography-as-footnote.with(bibliography("ref.bib", title: none)) content#pin(1)@test #pinit-point-from(1)[ pin ] ``` ref.bib ```bibtex @article{test, title...
MWE: ```typst #import "@preview/touying:0.6.1": * #import "../lib.typ": * // #import "@preview/pinit:0.2.2": * #import themes.stargazer: * #show: stargazer-theme.with( aspect-ratio: "16-9", config-info( title: [Stargazer in Touying: Customize Your Slide Title Here], subtitle:...
First of all, thank you for creating this library. Combining this with your `touying` library results in very nice lecture materials! I've noticed that `pin` has nonzero width in equations...
I don't know how to accurately reproduce this on a smaller scale, but on my document, once I fill my first index page and I create a new header, suddenly...
Hi, I really enjoy using this package, especially the `pinit-highlight-equation-from` function. However, I was wondering if it could be improved to: 1. Allow placement relative to the left and right...