scss: monofont noichmal definiert. Quarto bug?
This commit is contained in:
@@ -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
|
||||
|__/ |
|
||||
|
||||
|
||||
@@ -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)
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user