diff options
Diffstat (limited to 'tests/typ')
| -rw-r--r-- | tests/typ/text/shifts.typ | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/typ/text/shifts.typ b/tests/typ/text/shifts.typ index 624db7e1..b70425c4 100644 --- a/tests/typ/text/shifts.typ +++ b/tests/typ/text/shifts.typ @@ -10,3 +10,10 @@ --- #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\]]))) \ |
