Skip to content

tabular p column type cannot become a table header #965

@teepeemm

Description

@teepeemm

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

No one assigned

    Labels

    area: tabularstabular and tabbing packagesbugSomething isn't working in code we maintain (directly)fixed in releaseissue is fixed and will be deployed in the next release of package or kernel

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions