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

@@ -32,7 +32,7 @@ $ julia
(_) | (_) (_) |
_ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 1.11.3 (2025-01-21)
| | |_| | | | (_| | | Version 1.11.4 (2025-03-10)
_/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release
|__/ |

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)
```