me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-democodetools.

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

View File

@ -78992,6 +78992,24 @@ 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") the like, making it easier to export the data file from MS-Excel/MS-Word")
(license license:lppl))) (license license:lppl)))
(define-public texlive-democodetools
(package
(name "texlive-democodetools")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/democodetools/"
"tex/latex/democodetools/")
(base32
"0fr37dqqvccr8vfkkqmgds7da0cwhlwlrgh4vzx49kq9l66m78n3")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/democodetools")
(synopsis "Package for LaTeX code documentation")
(description
"This is yet another doc/docx/doc3 package for LaTeX code documentation.")
(license (list license:lppl1.3c license:gpl3+))))
;;; ;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances ;;; 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 ;;; of a merge conflict, place them above by existing packages with similar