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) #set page(width: auto)
$ acc(a,`), $ accent(a,`),
acc(a,´), accent(a,´),
acc(a,\^), accent(a,\^),
acc(a,~), accent(a,~),
acc(a,¯), accent(a,¯),
acc(a,‾), accent(a,‾),
acc(a,˘), accent(a,˘),
acc(a,.), accent(a,.),
acc(a,¨), accent(a,¨),
acc(a,ˇ), accent(a,ˇ),
acc(a,->) $ accent(a,->) $
$ acc(a, grave), $ accent(a, grave),
acc(a, acute), accent(a, acute),
acc(a, circum), accent(a, circum),
acc(a, tilde), accent(a, tilde),
acc(a, macron), accent(a, macron),
acc(a, overline), accent(a, overline),
acc(a, breve), accent(a, breve),
acc(a, dot), accent(a, dot),
acc(a, dia), accent(a, dia),
acc(a, caron), accent(a, caron),
acc(a, arrow) $ accent(a, arrow) $

View File

@ -1,8 +1,8 @@
#let part = $ a b A B $ #let part = $ a b A B $
#let kinds = (serif, sans, cal, frak, mono, bb) #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 { #for k in kinds {
cells.push(raw(repr(k).trim("<function ").trim(">"))) cells.push(raw(repr(k).trim("<function ").trim(">")))
for m in modifiers { for m in modifiers {

View File

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