tabularray
tabularray copied to clipboard
\TblrNote: Harcoded \textsuperscript, default \sffamily
This
\documentclass{article}
\usepackage{tabularray}
\DefTblrTemplate{note-tag}{default}{\InsertTblrNoteTag}
\renewcommand\TblrOverlap[1]{#1}
\begin{document}
Blah.
\begin{longtblr}[
caption = {Caption.},
note{(a)} = {A note.},
note{(b)} = {Another note.},
]{
colspec = l,
}
Text text text text text text.\TblrNote{(a)}\TblrNote{(b)}\\
\end{longtblr}
Blah.
\end{document}
gives:
While the expected (desired) result would be:
- Normal position (not superscript).
- Current font (instead of
\sffamily
).
as follows: