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

subeqnarray package incompatible #503

Open mbertucci47 opened 2 months ago

mbertucci47 commented 2 months ago
\DocumentMetadata
  {
    lang=en-US,
    pdfversion=2.0,
    pdfstandard=ua-2,
    testphase={phase-III,title,math,table,firstaid}
  }
\documentclass{article}

\usepackage{subeqnarray}

\begin{document}

\begin{subeqnarray}
A & B \\
C & D
\end{subeqnarray}

\end{document}

errors with

! Package tagpdf Error: The number of automatic begin (1) and end (0) text
(tagpdf)                para hooks differ!
FrankMittelbach commented 2 months ago

Using eqnarray is considered bad practice and one should use amsmath environments instead, so the same really goes for subeqnarray even if it is authored by @JohannesBraams

mbertucci47 commented 2 months ago

Of course, I'm just logging it because the goal is to be able to convert old arxiv documents (right?).

FrankMittelbach commented 2 months ago

:-) sure, and I mentioned it for people who want to write new documents and to alert Johannes hat his package currently fails