[latex3-commits] [latex3/latex2e] latex-lab/uf-review-05: revert adding span in toc for now (5080f903)

github at latex-project.org github at latex-project.org
Wed Nov 22 18:52:56 CET 2023


Repository : https://github.com/latex3/latex2e
On branch  : latex-lab/uf-review-05
Link       : https://github.com/latex3/latex2e/commit/5080f9035395132bc5ed1752c4f507ec99989bde

>---------------------------------------------------------------

commit 5080f9035395132bc5ed1752c4f507ec99989bde
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Wed Nov 22 18:52:56 2023 +0100

    revert adding span in toc for now


>---------------------------------------------------------------

5080f9035395132bc5ed1752c4f507ec99989bde
 required/latex-lab/latex-lab-toc-hyperref-changes.dtx | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/required/latex-lab/latex-lab-toc-hyperref-changes.dtx b/required/latex-lab/latex-lab-toc-hyperref-changes.dtx
index ba61b51e..2f00b83c 100644
--- a/required/latex-lab/latex-lab-toc-hyperref-changes.dtx
+++ b/required/latex-lab/latex-lab-toc-hyperref-changes.dtx
@@ -82,10 +82,10 @@
               \int_case:nnF {\Hy at linktoc}
                 {
                   {0}{} %none
-                  {1}{\hyper at linkstart{link}{#4}\tag_struct_begin:n{tag=Span}} %section
+                  {1}{\hyper at linkstart{link}{#4}} %section
                   {2}{} %page
                 }
-                {\hyper at linkstart{link}{#4}\tag_struct_begin:n{tag=Span}} %all
+                {\hyper at linkstart{link}{#4}} %all
             }
           }
       }
@@ -98,10 +98,10 @@
                \int_case:nnF {\Hy at linktoc}
                  {
                    {0}{} %none
-                   {1}{\tag_struct_end:\hyper at linkend} %section
+                   {1}{\hyper at linkend} %section
                    {2}{} %page
                  }
-                 {\tag_struct_end:\hyper at linkend} %all
+                 {\hyper at linkend} %all
              } % none
            }
        }





More information about the latex3-commits mailing list.