mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
Add test for flattened accents in math (#6188)
This commit is contained in:
parent
c21c1c391b
commit
7e072e2493
BIN
tests/ref/math-accent-flattened.png
Normal file
BIN
tests/ref/math-accent-flattened.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 464 B |
@ -50,3 +50,11 @@ $hat(i), hat(i, dotless: #false), accent(j, tilde), accent(j, tilde, dotless: #f
|
||||
--- math-accent-dotless-set-rule ---
|
||||
#set math.accent(dotless: false)
|
||||
$ hat(i) $
|
||||
|
||||
--- math-accent-flattened ---
|
||||
// Test flattened accent glyph variants.
|
||||
#show math.equation: set text(font: "STIX Two Math")
|
||||
$hat(a) hat(A)$
|
||||
$tilde(w) tilde(W)$
|
||||
$grave(i) grave(j)$
|
||||
$grave(I) grave(J)$
|
||||
|
Loading…
x
Reference in New Issue
Block a user