mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: Add texlive-delimtxt.
* gnu/packages/tex.scm (texlive-delimtxt): New variable.
This commit is contained in:
parent
e5fef91ca2
commit
9db36f5ba7
1 changed files with 21 additions and 0 deletions
|
@ -78971,6 +78971,27 @@ (define-public texlive-decorule
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue