latex3 / tagging-project

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

caption + hyperref give tagpdf warning with \listoffigures #84

Open John02139 opened 2 weeks ago

John02139 commented 2 weeks ago
\DocumentMetadata{
    testphase=phase-III
}
\documentclass{article}

\usepackage{hyperref} 
% including hyperref and \listoffigures leads to:
% Package tagpdf Warning: Destination figure.caption.2 has no related structure.

\usepackage{caption}
\usepackage{mwe}

\begin{document}

\listoffigures

\section{Intro}
\subsection{Subintro}

\begin{figure}[h]
  \centering
  \includegraphics[alt={sample image},width=0.49\textwidth]{example-image-c}%
  \caption{Figure with caption}
\end{figure}

\end{document}

Package tagpdf Warning: Destination figure.caption.2 has no related structure. (tagpdf) /Ref for structure 8 not updated

This issue is somewhat similar to https://github.com/latex3/tagging-project/issues/55#issue-2072113631

u-fischer commented 2 weeks ago

The caption package is not (yet) supported.