diff options
Diffstat (limited to 'tests/typ/text/shift.typ')
| -rw-r--r-- | tests/typ/text/shift.typ | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/tests/typ/text/shift.typ b/tests/typ/text/shift.typ deleted file mode 100644 index 2b1b8984..00000000 --- a/tests/typ/text/shift.typ +++ /dev/null @@ -1,19 +0,0 @@ -// Test sub- and superscipt shifts. - ---- -#table( - columns: 3, - [Typo.], [Fallb.], [Synth], - [x#super[1]], [x#super[5n]], [x#super[2 #box(square(size: 6pt))]], - [x#sub[1]], [x#sub[5n]], [x#sub[2 #box(square(size: 6pt))]], -) - ---- -#set super(typographic: false, baseline: -0.25em, size: 0.7em) -n#super[1], n#sub[2], ... n#super[N] - ---- -#set underline(stroke: 0.5pt, offset: 0.15em) -#underline[The claim#super[\[4\]]] has been disputed. \ -The claim#super[#underline[\[4\]]] has been disputed. \ -It really has been#super(box(text(baseline: 0pt, underline[\[4\]]))) \ |
