latex3 / tagpdf

Tagging support code for LaTeX
59 stars 7 forks source link

When mouse over alt text box showing wrong place instead of image over (if used pdf images) #102

Closed rcvenkatesan closed 3 months ago

rcvenkatesan commented 3 months ago

When mouse over alt text box showing wrong place instead of image over , alt text mouse over box placed on the bottom of the page, this issue happen when using pdf images (correctly working when using png image) (refer the below screenshot)

The same already raised in tex.stackexchange, please refer this also

image

MWE:

 \DocumentMetadata{testphase={phase-III,table},pdfversion=2.0,pdfstandard=ua-2,
 uncompress}

\documentclass{article}
\usepackage{amsmath,amssymb,amsfonts,graphicx}

\graphicspath{{//integrafs2/OUPJournals/Production/12_WMSGraphics/SCIPOL/05_Graphics/01_Activity/01_Images/scae012/online/}}

\usepackage{graphicx,color,hyperref}

\tagpdfsetup{role/map-tags=pdf}

\begin{document}

However, the case of Asian countries with a station differs from that of European countries in this area, except Japan. Indeed, the Asian dynamic of integration in Svalbard is only reflected in a fairly 

\begin{figure*}[!t]

\includegraphics[scale=.75,alt={Alt text: Scientific network of cooperation between countries with joint research projects in Svalbard. The figure represents the network of cooperation between countries with joint research projects in Svalbard, with the number of common projects (complete count), number of joint project per country, and coloured depending on the continent. Source: Research in Svalbard (RiS). Strouk \& Maisonobe, 2022.}]{scae012f1.pdf}
\caption{International network of joint research projects in Svalbard.}
\end{figure*}

However, the case of Asian countries with a station differs from that of European countries in this area, except Japan. Indeed, the Asian dynamic of integration in Svalbard is only reflected in a fairly 

However, the case of Asian countries with a station differs from that of European countries in this area, except Japan. Indeed, the Asian dynamic of integration in Svalbard is only reflected in a fairly 

However, the case of Asian countries with a station differs from that of European countries in this area, except Japan. Indeed, the Asian dynamic of integration in Svalbard is only reflected in a fairly 

\end{document}
u-fischer commented 3 months ago

sorry I thought you would get a notification that I transferred your previous issue. It is now at https://github.com/latex3/tagging-project/issues/75. I will close this duplicate.