Skip to content

\TblrNote: Harcoded \textsuperscript, default \sffamily #498

Description

@GMS103

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:
tabularray_bug

While the expected (desired) result would be:

  1. Normal position (not superscript).
  2. Current font (instead of \sffamily).

as follows:
tabularray_bug2

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions