Szymon Bęczkowski
Szymon Bęczkowski
Simplification of a simple division `a/a` is currently not performed by the package. ```julia using SymbolicUtils @syms a simplify(a/a) # ➞ a/a ``` I am aware of the special cases...
Add a way of sharing a permalink to projects and a way to open these links in the app. This should help with project visibility.
What is the rationale behind having to explicitly pass the initial conditions and parameters to `expectation` function if these can be embedded into the `ODEProblem`? ```julia function expectation(g::Function, prob::ODEProblem, u0,...
When subscribing to an Office 365 calendar in Fantastical I got forwarded to a flexibits site to authenticate something. As a result I now have a pretty long URL associated...
It would be nice to be able to use the typst symbol input and be able to expand it to the corresponding glyph. This way equations like this: `$ nabla...
Closes #2 There are some caveats: on macOS the small caps don't show. Not sure about other systems or font versions. This may be related to `smallcaps` implementation, see the...
Table label and captions should be displayed above the table. Label should be uppercase and centred. Caption should be small caps and cantered.
Headers can be left as the bottom element on the page.
It should be 1BC instead. See the [sample project](https://typst.app/project/rKIG_xCJNPTeZz_zclciMs). I assume the problem is here: https://github.com/typst/hayagriva/blob/b078cc6b71b055250a067371e52ce0a5dd6e8c9c/src/csl/mod.rs#L630 Also there is a problem with order with AD years. Year number should be...
**Motivation** It would be nice to be able to use the typst symbol input and be able to expand it to the corresponding glyph. This way equations like this: `$...