Some fixes

This commit is contained in:
Laurenz 2023-01-22 13:48:49 +01:00
parent 7e295d84b5
commit 87a89e77e5
4 changed files with 24 additions and 28 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -3,26 +3,26 @@
---
#set page(width: auto)
$ acc(a,`),
acc(a,´),
acc(a,\^),
acc(a,~),
acc(a,¯),
acc(a,‾),
acc(a,˘),
acc(a,.),
acc(a,¨),
acc(a,ˇ),
acc(a,->) $
$ accent(a,`),
accent(a,´),
accent(a,\^),
accent(a,~),
accent(a,¯),
accent(a,‾),
accent(a,˘),
accent(a,.),
accent(a,¨),
accent(a,ˇ),
accent(a,->) $
$ acc(a, grave),
acc(a, acute),
acc(a, circum),
acc(a, tilde),
acc(a, macron),
acc(a, overline),
acc(a, breve),
acc(a, dot),
acc(a, dia),
acc(a, caron),
acc(a, arrow) $
$ accent(a, grave),
accent(a, acute),
accent(a, circum),
accent(a, tilde),
accent(a, macron),
accent(a, overline),
accent(a, breve),
accent(a, dot),
accent(a, dia),
accent(a, caron),
accent(a, arrow) $

View File

@ -1,8 +1,8 @@
#let part = $ a b A B $
#let kinds = (serif, sans, cal, frak, mono, bb)
#let modifiers = (v => v, ital, bold, v => ital(bold(v)))
#let modifiers = (v => v, italic, bold, v => italic(bold(v)))
#let cells = ([:triangle:nested:], [--], [`ital`], [`bold`], [both])
#let cells = ([:triangle:nested:], [--], [`italic`], [`bold`], [both])
#for k in kinds {
cells.push(raw(repr(k).trim("<function ").trim(">")))
for m in modifiers {

View File

@ -22,7 +22,3 @@ $ 1 + 2 = #{1 + 2} $
$ A sub:eq:not B $
```
<table>
---
// Error: 8 expected math atom
$ sum_( $