Skip to content

Commit

Permalink
example files for line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
u-fischer committed Feb 29, 2024
1 parent 76d0995 commit a7b0d13
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 0 deletions.
Binary file added experiments/link-with-line-break-2.pdf
Binary file not shown.
10 changes: 10 additions & 0 deletions experiments/link-with-line-break-2.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
% !Mode:: "TeX:UTF-8:Main"
\DocumentMetadata{uncompress,testphase=phase-III,xmp=false}
\documentclass{article}
\usepackage{hyperref}
\textwidth=1cm
\usepackage{tagpdf-debug}
\begin{document}
\href{https//www.blub.de}{some}
\href{https//www.blub.de}{text}
\end{document}
Binary file added experiments/link-with-line-break-problem.pdf
Binary file not shown.
13 changes: 13 additions & 0 deletions experiments/link-with-line-break-problem.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
% !Mode:: "TeX:UTF-8:Main"
\DocumentMetadata{uncompress,testphase=phase-III,xmp=false}
\documentclass{article}
\usepackage{hyperref}
\textwidth=1cm
\usepackage{tagpdf-debug}
\begin{document}
\href{https//www.blub.de}{some text}
\ShowTagging{debug/structures}



\end{document}
Binary file added experiments/link-with-line-break.pdf
Binary file not shown.
27 changes: 27 additions & 0 deletions experiments/link-with-line-break.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
% !Mode:: "TeX:UTF-8:Main"
\DocumentMetadata{uncompress,testphase=phase-III,xmp=false}
\documentclass{article}
\usepackage{hyperref}
\textwidth=1cm
\usepackage{tagpdf-debug}
\begin{document}
\href{https//www.blub.de}{some text}
\ShowTagging{debug/structures}
\ExplSyntaxOn
%\prop_show:c{g__tag_struct_6_prop}
\seq_show:c{g__tag_struct_kids_6_seq}
\pdf_object_unnamed_write:ne
{ dict }
{
/Type/OBJR/Obj~26~0~R/Pg~\pdf_pageobject_ref:n{1}
}
\__tag_seq_gput_right:ce
{ g__tag_struct_kids_6_seq }
{
\pdf_object_ref_last:
}
\ExplSyntaxOff



\end{document}

0 comments on commit a7b0d13

Please sign in to comment.