Andreas Kröpelin

Results 9 issues of Andreas Kröpelin

There is a publication by Daniel Hsu and Sham Kakade (http://arxiv.org/abs/1206.5766) that describes how to estimate certain GMMs using the Method of Moments and tensor decomposition. This as appears to...

Consider having a file `literature.bib` ```bib @misc{key, author = "Author", year = "2023" } ``` Then this works: ```typ #cite("key") #bibliography("literature.bib") ``` and this doesn't work: ```typ #locate(loc => {...

bug
meta

This PR ports the previously existing bivariate implementation to a multivariate one, such that KernelDensity.jl now supports arbitrary dimensions. The bivariate estimation is now just a special case of the...

### Description For a bullet list item with extra line height, the bullet point is not aligned with the text as one would expect for "usual" items. ```typ - abc...

bug
layout

To achieve a "wrapping around" of vertices in `in_hull`, the vertices of the hull were previously copied and the first vertex pushed to the resulting vector. This is unnecessary work...

By @laurmaedje on Discord: > What I'm referring to specifically is to change this > ``` > locate(loc => { > repetitions.update(rep => calc.max(rep, pause-counter.at(loc).first() + 1)) > }) >...

Now that this is merged: https://github.com/typst/typst/pull/1933 , use it to export `logic.logical-slide`.

Currently, when you cover someting transparently, it is actually just displayed normally but the text color is set to a light grey. This obviously doesn't work for any content that...

help wanted

There are currently two published Typst packages for generating QR codes, to my knowledge. One is native Typst (probably not the fastest) and one calls a whole JavaScript runtime. Your...