blob: ffdd1924aeb6e55dc45327c9eaa46fc720dce62b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
// Test that setting font features in math.equation has an effect.
---
$ nothing $
$ "hi ∅ hey" $
$ sum_(i in NN) 1 + i $
#show math.equation: set text(features: ("cv01",), fallback: false)
$ nothing $
$ "hi ∅ hey" $
$ sum_(i in NN) 1 + i $
|