Mareike Picklum

Results 13 comments of Mareike Picklum

> #let (in-margin, out-margin) = (3in, 0.8in) > #let my-note(..args) = { > locate(loc => { > let (l, r) = (out-margin, in-margin) > if calc.odd(counter(page).at(loc).last()) { > (l, r)...

> @mareikep thanks for reporting, are you able to share the full source code for your document that generates warnings? It will be much easier for me to identify the...

> @mareikep the problem is you have `locate` nested 3 times: `hint` calls locate, `margin-note` calls locate (internally), and `sticky-hint` calls locate. This is what prevents the function from converging....