Skip to content

extarticle, extbook, extreport, extproc missing \maketitle and TOC patches #1151

@mbertucci47

Description

@mbertucci47

I think this makes them currently incompatible. Otherwise they seem compatible. It seems to me the existing patches for article, book, and report would work just as well with the ext classes.

\DocumentMetadata
  {
    lang=en-US,
    pdfversion=2.0,
    pdfstandard=ua-2,
    tagging=on
  }
\documentclass{extbook}

\usepackage{blindtext}

\title{extbook tagging test}
\author{Some author}

\begin{document}
\maketitle
\tableofcontents
\blinddocument
\end{document}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions