diff options
author | Karl Hallsby <karl@hallsby.com> | 2022-06-04 12:20:04 -0500 |
---|---|---|
committer | Karl Hallsby <karl@hallsby.com> | 2022-07-17 12:39:43 -0500 |
commit | 77eb66597fd6702969c691a60198c3e98d8bead0 (patch) | |
tree | dc21840fc1bc7a0f50c841df5d11871d22300b85 | |
parent | f4a9857c11aa785d7dc57af9fad297201d6ffe94 (diff) |
Remove packages that Guix does not expose nicely
nth is not packaged
cleveref is not packaged
nameref is provided by texlive-hyperref package, but does not seem to
want to work.
-rw-r--r-- | Hallsby_Karl.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Hallsby_Karl.tex b/Hallsby_Karl.tex index 865bd68..a11e651 100644 --- a/Hallsby_Karl.tex +++ b/Hallsby_Karl.tex @@ -14,8 +14,8 @@ % Cross-reference manipulation functions \usepackage{hyperref} -\usepackage[noabbrev,nameinlink]{cleveref} -\usepackage{nameref} +% \usepackage[noabbrev,nameinlink]{cleveref} +% \usepackage{nameref} % Change the colors for hyperlinks % \definecolor{linkcolour}{rgb}{0,0.2,0.6} % Link color |