[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
30/452: gnu: Add texlive-breakurl.
From: |
guix-commits |
Subject: |
30/452: gnu: Add texlive-breakurl. |
Date: |
Fri, 9 Jun 2023 13:42:50 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 8e888a5312ab4b938af6730e97177da4bde6b9ef
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
- 10/452: gnu: Add texlive-everypage., (continued)
- 10/452: gnu: Add texlive-everypage., guix-commits, 2023/06/09
- 11/452: gnu: texlive-latex-draftwatermark -> texlive-draftwatermark., guix-commits, 2023/06/09
- 07/452: gnu: texlive-latex-l3kernel -> texlive-l3kernel., guix-commits, 2023/06/09
- 03/452: guix: import: Update texlive importer according to new build system., guix-commits, 2023/06/09
- 14/452: gnu: texlive-latex-eqparbox -> texlive-eqparbox., guix-commits, 2023/06/09
- 23/452: gnu: Add texlive-lualatex-math., guix-commits, 2023/06/09
- 17/452: gnu: Add texlive-minitoc., guix-commits, 2023/06/09
- 20/452: gnu: Add texlive-mfirstuc., guix-commits, 2023/06/09
- 15/452: gnu: texlive-latex-etoc -> texlive-etoc., guix-commits, 2023/06/09
- 28/452: gnu: Add texlive-refstyle., guix-commits, 2023/06/09
- 30/452: gnu: Add texlive-breakurl.,
guix-commits <=
- 31/452: gnu: Add texlive-chngcntr., guix-commits, 2023/06/09
- 32/452: gnu: Add texlive-multido., guix-commits, 2023/06/09
- 34/452: gnu: Add texlive-showexpl., guix-commits, 2023/06/09
- 36/452: gnu: texlive-latex-backend -> texlive-backend., guix-commits, 2023/06/09
- 44/452: gnu: texlive-latex-newfloat -> texlive-newfloat., guix-commits, 2023/06/09
- 54/452: gnu: texlive-latex-galois -> texlive-galois., guix-commits, 2023/06/09
- 60/452: gnu: texlive-latex-mdwtools -> texlive-mdwtools., guix-commits, 2023/06/09
- 81/452: gnu: texlive-latex-translations -> texlive-translations., guix-commits, 2023/06/09
- 79/452: gnu: texlive-latex-jknapltx -> texlive-jknapltx., guix-commits, 2023/06/09
- 18/452: gnu: Add texlive-lwarp., guix-commits, 2023/06/09