Skip to content

Commit

Permalink
correct graphic fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
u-fischer committed Oct 27, 2023
1 parent 2e600fd commit 086c713
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tagpdf.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,14 @@
% The graphic code in latex-lab uses an internal tagpdf command, so until the next
% release we need to provide it
% \begin{macrocode}
\cs_set_eq:NN \@@_ref_value:enn \@@_property_ref:enn
\cs_new:Npn \@@_ref_value:enn #1#2#3
{
\tl_if_exist:cTF { g__ref_label_ #1 _ #2 _tl }
{ \tl_use:c { g__ref_label_ #1 _ #2 _tl } }
{
#3
}
}
% \end{macrocode}
% \end{macro}
%
Expand Down

0 comments on commit 086c713

Please sign in to comment.