[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
30/418: gnu: Add texlive-breakurl.
From: |
guix-commits |
Subject: |
30/418: gnu: Add texlive-breakurl. |
Date: |
Mon, 29 May 2023 17:38:47 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 306831aa87efadaeece8dde3c23cd0a53818b658
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri May 12 18:19:15 2023 +0200
gnu: Add texlive-breakurl.
* gnu/packages/tex.scm (texlive-breakurl): New variable.
---
gnu/packages/tex.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 24d10c40fe..ca5b165599 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12359,6 +12359,30 @@ also contains the @code{flexisym} and @code{mathstyle}
packages, which are
both designated as support for @code{breqn}.")
(license license:lppl1.3+))))
+(define-public texlive-breakurl
+ (package
+ (name "texlive-breakurl")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/breakurl/" "source/latex/breakurl/"
+ "tex/latex/breakurl/")
+ (base32
+ "1lihfrihf1i300sddz09rsn6gj30g299warn88gli9hbrfy6nvw5")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-iftex texlive-latex-xkeyval))
+ (home-page "https://ctan.org/pkg/breakurl")
+ (synopsis "Line-breakable links in @code{hyperref} for dvips/ps2pdf")
+ (description
+ "This package provides a command much like @code{hyperref}'s @code{\\url}
+that typesets a URL using a typewriter-like font. However, if the dvips
+driver is being used, the original @code{\\url} doesn't allow line breaks in
+the middle of the created link: the link comes in one atomic piece. This
+package allows such line breaks in the generated links.")
+ (license license:lppl)))
+
(define-public texlive-comment
(package
(inherit (simple-texlive-package
- 49/418: gnu: texlive-latex-stackengine -> texlive-stackengine., (continued)
- 49/418: gnu: texlive-latex-stackengine -> texlive-stackengine., guix-commits, 2023/05/29
- 40/418: gnu: texlive-latex-amsrefs -> texlive-amsrefs., guix-commits, 2023/05/29
- 41/418: gnu: texlive-latex-hanging -> texlive-hanging., guix-commits, 2023/05/29
- 42/418: gnu: texlive-latex-ifplatform -> texlive-ifplatform., guix-commits, 2023/05/29
- 46/418: gnu: texlive-latex-psfrag -> texlive-psfrag., guix-commits, 2023/05/29
- 48/418: gnu: texlive-generic-listofitems -> texlive-listofitems., guix-commits, 2023/05/29
- 61/418: gnu: texlive-latex-marginfix -> texlive-marginfix., guix-commits, 2023/05/29
- 71/418: gnu: texlive-zref: Fix build., guix-commits, 2023/05/29
- 75/418: gnu: texlive-latex-colortbl -> texlive-colortbl., guix-commits, 2023/05/29
- 83/418: gnu: texlive-latex-multirow -> texlive-multirow., guix-commits, 2023/05/29
- 30/418: gnu: Add texlive-breakurl.,
guix-commits <=
- 50/418: gnu: texlive-latex-tocloft -> texlive-tocloft., guix-commits, 2023/05/29
- 60/418: gnu: texlive-latex-mdwtools -> texlive-mdwtools., guix-commits, 2023/05/29
- 64/418: gnu: texlive-latex-anysize -> texlive-anysize., guix-commits, 2023/05/29
- 86/418: gnu: texlive-latex-pbox -> texlive-pbox., guix-commits, 2023/05/29
- 87/418: gnu: texlive-latex-sidecap -> texlive-sidecap., guix-commits, 2023/05/29
- 44/418: gnu: texlive-latex-newfloat -> texlive-newfloat., guix-commits, 2023/05/29
- 51/418: gnu: texlive-latex-fncychap -> texlive-fncychap., guix-commits, 2023/05/29
- 55/418: gnu: texlive-latex-gcite -> texlive-gcite., guix-commits, 2023/05/29
- 62/418: gnu: texlive-latex-supertabular -> texlive-supertabular., guix-commits, 2023/05/29
- 73/418: gnu: texlive-latex-changebar -> texlive-changebar., guix-commits, 2023/05/29