[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
56/93: gnu: Add texlive-path.
From: |
guix-commits |
Subject: |
56/93: gnu: Add texlive-path. |
Date: |
Thu, 20 Jul 2023 05:21:32 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit c4a4d71f577d0514f5eee8e8b649d0823203a4e2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 10:59:40 2023 +0200
gnu: Add texlive-path.
* gnu/packages/tex.scm (texlive-path): New variable.
---
gnu/packages/tex.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index f3325e24c9..26bcf35111 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3294,6 +3294,26 @@ prevents TeX from optimising away maths penalties and
the like, that are
needed when the material is @code{\\unhbox}'ed.")
(license license:gpl3+)))
+(define-public texlive-path
+ (package
+ (name "texlive-path")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/path/" "tex/generic/path/")
+ (base32
+ "09m1f9si97hrfqsyj0mzbi9djgk0w4vq13yd3v0af9v3240h1ps2")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/path")
+ (synopsis "Typeset paths, making them breakable")
+ (description
+ "This package defines a macro @code{\\path|...|}, similar to the LaTeX
+@code{\\verb|...|}, that sets the text in typewriter font and allows
+hyphen-less breaks at punctuation characters. The set of characters to be
+regarded as punctuation may be changed from the package's default.")
+ (license license:knuth)))
+
(define-public texlive-tex
(package
(name "texlive-tex")
- 89/93: gnu: Add texlive-xintsession., (continued)
- 89/93: gnu: Add texlive-xintsession., guix-commits, 2023/07/20
- 83/93: gnu: Add texlive-treetex., guix-commits, 2023/07/20
- 82/93: gnu: Add texlive-transparent-io., guix-commits, 2023/07/20
- 78/93: gnu: Add texlive-tex-ps., guix-commits, 2023/07/20
- 81/93: gnu: Add texlive-timetable., guix-commits, 2023/07/20
- 77/93: gnu: Add texlive-termmenu., guix-commits, 2023/07/20
- 08/93: gnu: Add texlive-c-pascal., guix-commits, 2023/07/20
- 31/93: gnu: Add texlive-fontch., guix-commits, 2023/07/20
- 37/93: gnu: Add texlive-hlist., guix-commits, 2023/07/20
- 55/93: gnu: Add texlive-outerhbox., guix-commits, 2023/07/20
- 56/93: gnu: Add texlive-path.,
guix-commits <=
- 59/93: gnu: Add texlive-pitex., guix-commits, 2023/07/20
- 61/93: gnu: Add texlive-plainpkg., guix-commits, 2023/07/20
- 62/93: gnu: Add texlive-plipsum., guix-commits, 2023/07/20
- 87/93: gnu: Add texlive-xii., guix-commits, 2023/07/20
- 84/93: gnu: Add texlive-trigonometry., guix-commits, 2023/07/20
- 91/93: gnu: Add texlive-zztex., guix-commits, 2023/07/20
- 93/93: gnu: Add texlive-collection-plaingeneric., guix-commits, 2023/07/20
- 80/93: gnu: Add texlive-texdimens., guix-commits, 2023/07/20
- 85/93: gnu: Add texlive-upca., guix-commits, 2023/07/20
- 70/93: gnu: Add texlive-ruler., guix-commits, 2023/07/20