[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
30/409: gnu: Add texlive-breakurl.
From: |
guix-commits |
Subject: |
30/409: gnu: Add texlive-breakurl. |
Date: |
Sat, 20 May 2023 04:02:16 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 9d1de4aac6a170dd1d25a32166195964738647ba
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 c3894976f0..4a6bf17805 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12355,6 +12355,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
- 17/409: gnu: Add texlive-minitoc., (continued)
- 17/409: gnu: Add texlive-minitoc., guix-commits, 2023/05/20
- 20/409: gnu: Add texlive-mfirstuc., guix-commits, 2023/05/20
- 19/409: gnu: Add texlive-xfor., guix-commits, 2023/05/20
- 02/409: gnu: Simplify simple-texlive-package for non-trivial packages., guix-commits, 2023/05/20
- 23/409: gnu: Add texlive-lualatex-math., guix-commits, 2023/05/20
- 26/409: gnu: Add texlive-passivetex., guix-commits, 2023/05/20
- 29/409: gnu: Add texlive-euenc., guix-commits, 2023/05/20
- 38/409: gnu: texlive-latex-l3packages -> texlive-l3packages., guix-commits, 2023/05/20
- 35/409: gnu: Add texlive-subfig., guix-commits, 2023/05/20
- 42/409: gnu: texlive-latex-ifplatform -> texlive-ifplatform., guix-commits, 2023/05/20
- 30/409: gnu: Add texlive-breakurl.,
guix-commits <=
- 33/409: gnu: Add texlive-attachfile., guix-commits, 2023/05/20
- 39/409: gnu: texlive-latex-cyrillic -> texlive-cyrillic., guix-commits, 2023/05/20
- 41/409: gnu: texlive-latex-hanging -> texlive-hanging., guix-commits, 2023/05/20
- 43/409: gnu: texlive-latex-natbib -> texlive-natbib., guix-commits, 2023/05/20
- 47/409: gnu: texlive-latex-seqsplit -> texlive-seqsplit., guix-commits, 2023/05/20
- 51/409: gnu: texlive-latex-fncychap -> texlive-fncychap., guix-commits, 2023/05/20
- 52/409: gnu: texlive-latex-framed -> texlive-framed., guix-commits, 2023/05/20
- 54/409: gnu: texlive-latex-galois -> texlive-galois., guix-commits, 2023/05/20
- 09/409: gnu: texlive-latex-dinbrief -> texlive-dinbrief., guix-commits, 2023/05/20
- 21/409: gnu: Add texlive-filehook., guix-commits, 2023/05/20