scss: monofont noichmal definiert. Quarto bug?

This commit is contained in:
2025-04-23 10:48:23 +02:00
parent 56a3423c24
commit 23e9dea0eb
6 changed files with 9 additions and 5 deletions

View File

@@ -494,7 +494,7 @@ Wenn man solche Zuweisungen mit `const` für dauerhaft erklärt, entsteht ein
```{julia}
const MyCmplxF64 = MyComplex{Float64}
z = MyComplex(1.1, 2.2)
z = MyCmplxF64(1.1, 2.2)
typeof(z)
```