-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
area: tabularstabular and tabbing packagestabular and tabbing packagesbugSomething isn't working in code we maintain (directly)Something isn't working in code we maintain (directly)fixed in releaseissue is fixed and will be deployed in the next release of package or kernelissue is fixed and will be deployed in the next release of package or kernel
Description
In
% !TEX program = LuaLaTeX
\DocumentMetadata{lang=en,testphase=latest,
pdfversion=2.0,pdfstandard=ua-2,
}
\documentclass{article}
\title{Title}
\begin{document}
\tagpdfsetup{table/header-columns={1}}
\begin{tabular}{
%c
p{.22\linewidth}
c
}
header & data
\end{tabular}
\end{document}
the header
becomes a TD
. If I change the column type to c
, then the header is the expected TH
.
Metadata
Metadata
Assignees
Labels
area: tabularstabular and tabbing packagestabular and tabbing packagesbugSomething isn't working in code we maintain (directly)Something isn't working in code we maintain (directly)fixed in releaseissue is fixed and will be deployed in the next release of package or kernelissue is fixed and will be deployed in the next release of package or kernel