diff options
Diffstat (limited to 'Master/texmf-dist/doc/fonts/lm-math/math-test-context.tex')
-rw-r--r-- | Master/texmf-dist/doc/fonts/lm-math/math-test-context.tex | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/fonts/lm-math/math-test-context.tex b/Master/texmf-dist/doc/fonts/lm-math/math-test-context.tex index 91284ab06c1..187b5f76b13 100644 --- a/Master/texmf-dist/doc/fonts/lm-math/math-test-context.tex +++ b/Master/texmf-dist/doc/fonts/lm-math/math-test-context.tex @@ -1,7 +1,11 @@ \startformula + \let\widehat\hat % will be fixed in Context + \let\widetilde\tilde \widehat{bcd} \ \widetilde{efg} \ \dot A \ {\bi\dot A \check t} - \ \check{\cal A} \check{\cal a} \ \mathbf{\acute \imath} + \ \check{\cal A} + % \check{\cal a}% at the moment, there is no lowercase calligraphic alphabet in Latin Modern Math + \ \mathbf{\acute \imath} \stopformula %Angle brackets: @@ -16,11 +20,9 @@ \stopformula %%Horizontal brackets: -\let\overbracket\overbrace -\let\overparen\overbrace \startformula \underbrace{\overbracket{aaaaaaa}}_{\rm Siedém} - \underbrace{\overparen{aaaaa}}_{\rm pięć} + \underbrace{\overparent{aaaaa}}_{\rm pięć} \stopformula %Squares: |