diff options
author | Robert Alessi <alessi@robertalessi.net> | 2022-06-16 21:49:51 +0200 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2022-06-16 21:49:51 +0200 |
commit | ad368579c2c97004420e44cc0ef9d3c729f85c8b (patch) | |
tree | cf982a78090a3846686cfeed2d10e53e6a76a4ad | |
parent | a7f36e4ae3b52f21ae3a176edd7283924c16040c (diff) | |
download | arabluatex-ad368579c2c97004420e44cc0ef9d3c729f85c8b.tar.gz |
documentation: load xurl and uri after biblatex
-rw-r--r-- | arabluatex.dtx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arabluatex.dtx b/arabluatex.dtx index 9c2edbb..503a1b2 100644 --- a/arabluatex.dtx +++ b/arabluatex.dtx | |||
@@ -187,8 +187,6 @@ | |||
187 | \PassOptionsToPackage{bookmarks=true}{hyperref} | 187 | \PassOptionsToPackage{bookmarks=true}{hyperref} |
188 | \usepackage[numbered]{hypdoc} | 188 | \usepackage[numbered]{hypdoc} |
189 | \newcommand{\phts}{\phantomsection} | 189 | \newcommand{\phts}{\phantomsection} |
190 | \usepackage{uri} | ||
191 | \usepackage[obeyspaces]{xurl} | ||
192 | \usepackage[loadlang=en]{metastr} | 190 | \usepackage[loadlang=en]{metastr} |
193 | \hypersetup{ | 191 | \hypersetup{ |
194 | colorlinks, | 192 | colorlinks, |
@@ -305,6 +303,8 @@ | |||
305 | {\marginpar{\hfill\emph{New feature} #1}}% | 303 | {\marginpar{\hfill\emph{New feature} #1}}% |
306 | \ignorespaces | 304 | \ignorespaces |
307 | } | 305 | } |
306 | \usepackage{uri} | ||
307 | \usepackage[obeyspaces]{xurl} | ||
308 | \usepackage{multicol} | 308 | \usepackage{multicol} |
309 | \usepackage{tocloft} | 309 | \usepackage{tocloft} |
310 | \renewcommand\cftlotprehook{\begin{multicols}{2}} | 310 | \renewcommand\cftlotprehook{\begin{multicols}{2}} |