diff options
author | Robert Alessi <alessi@robertalessi.net> | 2019-07-24 15:56:33 +0200 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2019-07-24 15:56:33 +0200 |
commit | 095425ad533443a261dce032fa0c23c9319ab384 (patch) | |
tree | 7587705fc18deb6e4cb06810611d545f48acdc60 /oldstandard-t.tex | |
parent | 20a26bb817012ec98d7686a83210abd82aae2544 (diff) | |
download | oldstandard-095425ad533443a261dce032fa0c23c9319ab384.tar.gz |
uri needs to be loaded after hyperref
Diffstat (limited to 'oldstandard-t.tex')
-rw-r--r-- | oldstandard-t.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oldstandard-t.tex b/oldstandard-t.tex index 026eafa..c2dff90 100644 --- a/oldstandard-t.tex +++ b/oldstandard-t.tex | |||
@@ -52,12 +52,12 @@ BoldItalicFeatures={RawFeature={+embolden=2}}]{Old Standard T} | |||
52 | \usepackage{latexcolors} | 52 | \usepackage{latexcolors} |
53 | \usepackage{csquotes} | 53 | \usepackage{csquotes} |
54 | \usepackage{xurl} | 54 | \usepackage{xurl} |
55 | \usepackage{uri} | ||
56 | \usepackage{varioref} | 55 | \usepackage{varioref} |
57 | \usepackage{hyperref} | 56 | \usepackage{hyperref} |
58 | \hypersetup{unicode=true, linktocpage=true, colorlinks, | 57 | \hypersetup{unicode=true, linktocpage=true, colorlinks, |
59 | allcolors=cinnamon, pdfauthor={Robert Alessi}, pdftitle={Old | 58 | allcolors=cinnamon, pdfauthor={Robert Alessi}, pdftitle={Old |
60 | Standard T}} | 59 | Standard T}} |
60 | \usepackage{uri} | ||
61 | 61 | ||
62 | \usepackage{enumitem} | 62 | \usepackage{enumitem} |
63 | \setlist{nosep} | 63 | \setlist{nosep} |