latex3 / tagging-project

Issues related to the tagging project
https://latex3.github.io/tagging-project/
LaTeX Project Public License v1.3c
36 stars 14 forks source link

lineno #210

Open u-fischer opened 2 months ago

u-fischer commented 2 months ago

It looses line numbers and line numbers are not correctly tagged (as artifct or something else).

\DocumentMetadata
  {
    lang=en-US,
    pdfversion=2.0,
    pdfstandard=ua-2,
    testphase={phase-III,math,title,table,firstaid},
    uncompress
  }
\documentclass{article}
\usepackage{lineno}
\usepackage{lipsum}

\linenumbers
\begin{document}

\section{Some heading}

bla\lipsum[1]

\end{document}

gives

image

mbertucci47 commented 2 months ago

See also #162