|
| 1 | +<<< tex |
| 2 | +\begin{array}{c} |
| 3 | +\text{Accents above:}\\ |
| 4 | +\text{\textbackslash grave} \grave{x}\\ |
| 5 | +\text{\textbackslash acute} \acute{x}\\ |
| 6 | +\text{\textbackslash hat} \hat{x}\\ |
| 7 | +\text{\textbackslash widehat} \widehat{x}\\ |
| 8 | +\text{\textbackslash tilde} \tilde{x}\\ |
| 9 | +\text{\textbackslash bar} \bar{x}\\ |
| 10 | +\text{\textbackslash overbar} \overbar{x}\\ |
| 11 | +\text{\textbackslash overline} \overline{x}\\ |
| 12 | +\text{\textbackslash breve} \breve{x}\\ |
| 13 | +\text{\textbackslash dot} \dot{x}\\ |
| 14 | +\text{\textbackslash ddot} \ddot{x}\\ |
| 15 | +\text{\textbackslash ovhook} \ovhook{x}\\ |
| 16 | +\text{\textbackslash ocirc} \ocirc{x}\\ |
| 17 | +\text{\textbackslash check} \check{x}\\ |
| 18 | +\text{\textbackslash candra} \candra{x}\\ |
| 19 | +\text{\textbackslash oturnedcomma} \oturnedcomma{x}\\ |
| 20 | +\text{\textbackslash ocommatopright} \ocommatopright{x}\\ |
| 21 | +\text{\textbackslash droang} \droang{x}\\ |
| 22 | +\text{\textbackslash leftharpoonaccent} \leftharpoonaccent{x}\\ |
| 23 | +\text{\textbackslash rightharpoonaccent} \rightharpoonaccent{x}\\ |
| 24 | +\text{\textbackslash overleftarrow} \overleftarrow{x}\\ |
| 25 | +\text{\textbackslash vec} \vec{x}\\ |
| 26 | +\text{\textbackslash dddot} \dddot{x}\\ |
| 27 | +\text{\textbackslash ddddot} \ddddot{x}\\ |
| 28 | +\text{\textbackslash overleftrightarrow} \overleftrightarrow{x}\\ |
| 29 | +\text{\textbackslash annuity} \annuity{x}\\ |
| 30 | +\text{\textbackslash widebridgeabove} \widebridgeabove{x}\\ |
| 31 | +\text{\textbackslash asteraccent} \asteraccent{x}\\ |
| 32 | +\text{Accents below:}\\ |
| 33 | +\text{\textbackslash wideutilde} \wideutilde{x}\\ |
| 34 | +\text{\textbackslash underbar} \underbar{x}\\ |
| 35 | +\text{\textbackslash underline} \underline{x}\\ |
| 36 | +\text{\textbackslash threeunderdot} \threeunderdot{x}\\ |
| 37 | +\text{\textbackslash underrightharpoondown} \underrightharpoondown{x}\\ |
| 38 | +\text{\textbackslash underleftharpoondown} \underleftharpoondown{x}\\ |
| 39 | +\text{\textbackslash underleftarrow} \underleftarrow{x}\\ |
| 40 | +\text{\textbackslash underrightarrow} \underrightarrow{x}\\ |
| 41 | +\text{\textbackslash underline} \underline{x}\\ |
| 42 | +\text{Trailing signs:}\\ |
| 43 | +\text{^\textbackslash prime} x^\prime\\ |
| 44 | +\text{^\textbackslash dprime} x^\dprime\\ |
| 45 | +\text{^\textbackslash trprime} x^\trprime\\ |
| 46 | +\text{^\textbackslash qprime} x^\qprime\\ |
| 47 | +\text{^\textbackslash backprime} x^\backprime\\ |
| 48 | +\text{^\textbackslash backdprime} x^\backdprime\\ |
| 49 | +\text{^\textbackslash backtrprime} x^\backtrprime\\ |
| 50 | +\text{^\textbackslash hyphenbullet} x^\hyphenbullet\\ |
| 51 | +\text{^\textbackslash ast} x^\ast\\ |
| 52 | +\text{^\textbackslash vysmwhtcircle} x^\vysmwhtcircle\\ |
| 53 | +\text{^\textbackslash vysmblkcircle} x^\vysmblkcircle\\ |
| 54 | +\text{^\textbackslash llcorner} x^\llcorner\\ |
| 55 | +\text{^\textbackslash ulcorner} x^\ulcorner\\ |
| 56 | +\end{array} |
| 57 | +>>> typst |
| 58 | +upright("Accents above:")\ |
| 59 | +upright("\\grave") grave(x)\ |
| 60 | +upright("\\acute") acute(x)\ |
| 61 | +upright("\\hat") hat(x)\ |
| 62 | +upright("\\widehat") hat(x)\ |
| 63 | +upright("\\tilde") tilde(x)\ |
| 64 | +upright("\\bar") macron(x)\ |
| 65 | +upright("\\overbar") macron(x)\ |
| 66 | +upright("\\overline") overline(x)\ |
| 67 | +upright("\\breve") breve(x)\ |
| 68 | +upright("\\dot") dot(x)\ |
| 69 | +upright("\\ddot") dot.double(x)\ |
| 70 | +upright("\\ovhook") harpoon(x)\ |
| 71 | +upright("\\ocirc") circle(x)\ |
| 72 | +upright("\\check") caron(x)\ |
| 73 | +upright("\\candra") accent(x, ̐)\ |
| 74 | +upright("\\oturnedcomma") accent(x, ̒)\ |
| 75 | +upright("\\ocommatopright") accent(x, ̕)\ |
| 76 | +upright("\\droang") accent(x, ̚)\ |
| 77 | +upright("\\leftharpoonaccent") harpoon.lt(x)\ |
| 78 | +upright("\\rightharpoonaccent") harpoon(x)\ |
| 79 | +upright("\\overleftarrow") arrow.l(x)\ |
| 80 | +upright("\\vec") arrow(x)\ |
| 81 | +upright("\\dddot") accent(x, ⃛)\ |
| 82 | +upright("\\ddddot") accent(x, ⃜)\ |
| 83 | +upright("\\overleftrightarrow") arrow.l.r(x)\ |
| 84 | +upright("\\annuity") accent(x, ⃧)\ |
| 85 | +upright("\\widebridgeabove") accent(x, ⃩)\ |
| 86 | +upright("\\asteraccent") accent(x, ⃰)\ |
| 87 | +upright("Accents below:")\ |
| 88 | +upright("\\wideutilde") accent(x, ̰)\ |
| 89 | +upright("\\underbar") underline(x)\ |
| 90 | +upright("\\underline") underline(x)\ |
| 91 | +upright("\\threeunderdot") accent(x, ⃨)\ |
| 92 | +upright("\\underrightharpoondown") accent(x, ⃬)\ |
| 93 | +upright("\\underleftharpoondown") accent(x, ⃭)\ |
| 94 | +upright("\\underleftarrow") accent(x, ⃮)\ |
| 95 | +upright("\\underrightarrow") accent(x, ⃯)\ |
| 96 | +upright("\\underline") underline(x)\ |
| 97 | +upright("Trailing signs:")\ |
| 98 | +upright("^\\prime") x^(')\ |
| 99 | +upright("^\\dprime") x^('')\ |
| 100 | +upright("^\\trprime") x^(''')\ |
| 101 | +upright("^\\qprime") x^('''')\ |
| 102 | +upright("^\\backprime") x^prime.rev\ |
| 103 | +upright("^\\backdprime") x^prime.double.rev\ |
| 104 | +upright("^\\backtrprime") x^prime.triple.rev\ |
| 105 | +upright("^\\hyphenbullet") x^(⁃)\ |
| 106 | +upright("^\\ast") x^(\*)\ |
| 107 | +upright("^\\vysmwhtcircle") x^circle.stroked.tiny\ |
| 108 | +upright("^\\vysmblkcircle") x^circle.filled.small\ |
| 109 | +upright("^\\llcorner") x^\⌞\ |
| 110 | +upright("^\\ulcorner") x^\⌜\ |
0 commit comments