notPlancha
notPlancha
author of Volume profiles, forgot to say
If anyone wants to use the latest v0 with this feature, I implemented this pr on my fork https://github.com/notPlancha/json-server
ok it's kinda funny, with that being said now I think it'd be cool to have an option to change language at will
Oh yeah that's true, I didn't even notice that `local_install_deps` won't install even if another version isn't installed. I'll update the title
for a quick fix find and replace `et-al-min="7"` to `et-al-min="3"` in ieee.csl. Fixes the inline refs but bibliography references also changes to _et al_ after 3 authors.
> You can set separate styles for the bibliography and citations How?
Oh yea, thanks. For anyone passing by, you can do ```typst #set cite(style: "modified-ieee.csl") ``` and call the bibliography with ```typst #bibliography("refs.bib", style: "ieee") ```
For those of you using pixi, I made https://github.com/notPlancha/CanvasSync-pixi, to make sure you don't run into problems. Just clone and run `pixi run canvas`
related https://github.com/gruns/icecream/issues/103, meaning that `ic.configureOutput(argToStringFunction=lambda x: pprint.pformat(x, sort_dicts=False))` is a temporary fix
The keys can't be sorted because there's no order to the symbols, like we can't say if x > y. It's not really an error on their part, it's on...