 \iffalse meta-comment

% File: tagpdf-code.tex

 Copyright (C) 2019-2023 Ulrike Fischer

 It may be distributed and/or modified under the conditions of the
 LaTeX Project Public License (LPPL), either version 1.3c of this
 license or (at your option) any later version.  The latest version
 of this license is in the file

    https://www.latex-project.org/lppl.txt

 This file is part of the "tagpdf bundle" (The Work in LPPL)
 and all files in that bundle must be distributed together.

 -----------------------------------------------------------------------

 The development version of the bundle can be found at

    https://github.com/latex3/tagpdf

 for those people who are interested.

 \fi
\DocumentMetadata{testphase=new-OR}
\documentclass{l3doc}

% The next line is needed so that \GetFileInfo will be able to pick up
% version data.
\usepackage{iftex}
%until l3doc is corrected
\ifluatex
\usepackage[TU]{fontenc}
\ttfamily
  \DeclareFontShape{TU}{lmtt}{m}{it}
   {<-> \UnicodeFontFile{lmmonoslant10-regular}{}}{}
\fi
\usepackage{longtable}
\usepackage{tagpdf}

\input{tagpdf-docelements}
%\def\@setupverbvisiblespace{}
%\def\verb{\relax\ifmmode\hbox\else\leavevmode\null\fi
%  \bgroup
%    \verb@eol@error \let\do\@makeother \dospecials
%    \verbatim@font\@noligs
%    \language\l@nohyphenation
%    \@ifstar\@verb\@verb}
\begin{document}

\GetFileInfo{tagpdf.sty}

\title{%
  \pkg{tagpdf} -- \LaTeX{} kernel code for PDF tagging%
  \thanks{This file describes \fileversion,
    last revised \filedate.}%
}

\author{^^A
 Ulrike Fischer\thanks
   {^^A
     E-mail:
       \href{mailto:fischer@troubleshooting-tex.de}
         {fischer@troubleshooting-tex.de}^^A
   }^^A
}

\date{Released \filedate}

\maketitle
\tableofcontents

\clearpage

% Make the separate source files into a single whole, format-wise
\makeatletter
\RenewDocumentCommand\maketitle{}{%
  \clearpage
  \part{\@title}%
}
\makeatother
\renewcommand*\partname{Part}
\DeclareExpandableDocumentCommand\thanks{m}{}

\let\DelayPrintIndex\PrintIndex
\RenewDocumentCommand\PrintIndex{}{}

% Load the source files in order
\DocInput{tagpdf.dtx}
\DocInput{tagpdf-checks.dtx}
\DocInput{tagpdf-user.dtx}
\DocInput{tagpdf-tree.dtx}
\DocInput{tagpdf-mc-shared.dtx}
\DocInput{tagpdf-mc-generic.dtx}
\DocInput{tagpdf-mc-luacode.dtx}
\DocInput{tagpdf-struct.dtx}
\DocInput{tagpdf-backend.dtx}
\DocInput{tagpdf-roles.dtx}
\DocInput{tagpdf-space.dtx}
\clearpage

\DelayPrintIndex

\end{document}
