diff options
author | Robert Alessi <alessi@robertalessi.net> | 2023-11-20 18:43:10 +0100 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2023-11-20 18:43:10 +0100 |
commit | 4838e8fbeb0871dde34a1eccde498d36f62db537 (patch) | |
tree | f3433550042d872f82d5439b37bc0e2df14d2e6f | |
parent | f10c050224950720527f249ffb945bb75a210d70 (diff) | |
download | arabluatex-4838e8fbeb0871dde34a1eccde498d36f62db537.tar.gz |
samples: load hyperxmp after hyperref
-rw-r--r-- | samples/al-Jahiz.tex | 2 | ||||
-rw-r--r-- | samples/exporting.tex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/samples/al-Jahiz.tex b/samples/al-Jahiz.tex index 74d8973..d7dd3f7 100644 --- a/samples/al-Jahiz.tex +++ b/samples/al-Jahiz.tex | |||
@@ -28,9 +28,9 @@ | |||
28 | \SetArbEasy | 28 | \SetArbEasy |
29 | 29 | ||
30 | \PassOptionsToPackage{pdfa}{hyperref} | 30 | \PassOptionsToPackage{pdfa}{hyperref} |
31 | \usepackage{hyperxmp} | ||
32 | \usepackage{hyperref} | 31 | \usepackage{hyperref} |
33 | \hypersetup{colorlinks, linkcolor=blue, pdfauthor={Robert Alessi}} | 32 | \hypersetup{colorlinks, linkcolor=blue, pdfauthor={Robert Alessi}} |
33 | \usepackage{hyperxmp} | ||
34 | 34 | ||
35 | \begin{document} | 35 | \begin{document} |
36 | \begin{filecontents*}{dajaja.tex} | 36 | \begin{filecontents*}{dajaja.tex} |
diff --git a/samples/exporting.tex b/samples/exporting.tex index 7f22c2c..16066f0 100644 --- a/samples/exporting.tex +++ b/samples/exporting.tex | |||
@@ -134,10 +134,10 @@ | |||
134 | {\textquoteright}{\textquoteleft} | 134 | {\textquoteright}{\textquoteleft} |
135 | 135 | ||
136 | \PassOptionsToPackage{pdfa}{hyperref} | 136 | \PassOptionsToPackage{pdfa}{hyperref} |
137 | \usepackage{hyperxmp} | ||
138 | \usepackage{hyperref} | 137 | \usepackage{hyperref} |
139 | \hypersetup{colorlinks, linkcolor=blue, pdfauthor={Robert | 138 | \hypersetup{colorlinks, linkcolor=blue, pdfauthor={Robert |
140 | Alessi}} | 139 | Alessi}} |
140 | \usepackage{hyperxmp} | ||
141 | 141 | ||
142 | \title{\large Exporting Unicode Arabic to an external | 142 | \title{\large Exporting Unicode Arabic to an external |
143 | .tex source file} | 143 | .tex source file} |