QuadnucYard

Results 14 issues of QuadnucYard

Use the `Quick start` example, and add a slide with content set to `{}` (or `none`) ```typ #import "@preview/touying:0.4.2": * #let s = themes.simple.register(aspect-ratio: "16-9") #let (init, slides) = utils.methods(s)...

bug

## Changes in `Cargo.toml` - Reduce the minimum version requirement of dependencies. `memchr` can have no default features. - (breaking) Move dependencies unrelated to functionality (`log`, `serde_json`, `tempfile`) to dev-dependencies....

I just run this code: ```rust color_backtrace::install(); panic!("Just panic"); ``` It will print unexpected panic information after normal information. It seems alright in 0.1.1 with the output below, despite an...

bug
c: core

### Description The line height of `binom` does not have a proper minimum value, compared with Tex. ```typst $binom(n, 2) binom(k, 2) binom(-, -) binom(sum^sum, -) binom(sum, product) binom(\(, \))...

bug
math

### Describe the bug If I'm right, the `loader.config` causes the `monaco-editor` to be **fully** included in the bundle, although it is actually loaded through CDN. https://github.com/alxnddr/solid-monaco/blob/41284a44c8e3bd874522c23b5d7dae5891bc38cd/src/MonacoEditor.tsx#L2 https://github.com/alxnddr/solid-monaco/blob/41284a44c8e3bd874522c23b5d7dae5891bc38cd/src/MonacoEditor.tsx#L51-L52 Building your...

Enhanced the exporter tool: - For PDF format, added `pdfStandards` and `noPdfTags`. - For image formats, added `pageNumberTemplate` option, since we cannot customize that with output path for now.

[WIP] New features: - Added a command to open a temporary file (like the AST view) to show the value under the cursor of the current selection. - Added a...

This PR adds package information as definition of module import in the package import. It also shows available versions. It replace-version function imitates Dependi. We may need to add trailing...

## Summary Fixes #424 with the new pretty engine. The trailing whitespaces in lines are not always trimmed. This keeps the contents of strings and raws. Dependant: typstyle-rs/prettyless#11 We need...