[latex3-commits] [git/LaTeX3-latex3-lualibs] master, v2.74-20210520: correct hyperref call (51a3dd2)

Ulrike Fischer fischer at troubleshooting-tex.de
Fri May 21 09:12:35 CEST 2021


Repository : https://github.com/latex3/lualibs
On branches: master,v2.74-20210520
Link       : https://github.com/latex3/lualibs/commit/51a3dd2112e01ac241e53de39c5eb16189dc3642

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

commit 51a3dd2112e01ac241e53de39c5eb16189dc3642
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Fri May 21 09:12:35 2021 +0200

    correct hyperref call


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

51a3dd2112e01ac241e53de39c5eb16189dc3642
 lualibs.dtx | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/lualibs.dtx b/lualibs.dtx
index 68297b6..a9746e6 100644
--- a/lualibs.dtx
+++ b/lualibs.dtx
@@ -115,8 +115,7 @@ and lualibs-extended.lua.
 \def\primarycolor{DodgerBlue4}  %%-> rgb  16  78 139 | #104e8b
 \def\secondarycolor{Goldenrod4} %%-> rgb 139 105 200 | #8b6914
 %
-\usepackage[
-    bookmarks=true,
+\hypersetup{
    colorlinks=true,
     linkcolor=\primarycolor,
      urlcolor=\secondarycolor,
@@ -124,8 +123,8 @@ and lualibs-extended.lua.
      pdftitle={The lualibs package},
    pdfsubject={Port of the ConTeXt Lua libraries},
     pdfauthor={Elie Roux & Philipp Gesang},
-  pdfkeywords={luatex, lualatex, unicode, opentype}
-]{hyperref}
+  pdfkeywords={luatex, lualatex, unicode, opentype}}
+
 \newcommand*\email[1]{\href{mailto:#1}{#1}}
 \usepackage{fontspec}
 \setmainfont[





More information about the latex3-commits mailing list.