me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-delimtxt.

* gnu/packages/tex.scm (texlive-delimtxt): New variable.
master
Nicolas Goaziou 2023-08-29 15:48:05 +02:00
parent e5fef91ca2
commit 9db36f5ba7
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -78971,6 +78971,27 @@ a font installed with all distributions of TeX, so it works independently,
without the need to install any additional software or fonts.")
(license license:lppl1.3+)))
(define-public texlive-delimtxt
(package
(name "texlive-delimtxt")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/delimtxt/"
"source/latex/delimtxt/"
"tex/latex/delimtxt/")
(base32
"0zj7r4igpw5qw40klx17k4w7fmp1w4j0v3gk6h14qw58y9d0wffw")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/delimtxt")
(synopsis "Read and parse text tables")
(description
"This experimental package can read and parse text tables delimited by
user-defined tokens (e.g., @samp{Tab}). It can be used for serial letters and
the like, making it easier to export the data file from MS-Excel/MS-Word")
(license license:lppl)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar