me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-precattl.

* gnu/packages/tex.scm (texlive-precattl): New variable.
master
Nicolas Goaziou 2023-08-29 16:00:12 +02:00
parent 6f370189a1
commit 126da71109
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 18 additions and 0 deletions

View File

@ -94460,6 +94460,24 @@ written as @samp{\"U} into the raw index file for correct processing with
MakeIndex and pdfLaTeX.")
(license license:lppl1.3+)))
(define-public texlive-precattl
(package
(name "texlive-precattl")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/precattl/" "tex/latex/precattl/")
(base32
"0b003sdv58chmckyqcrij6k2b76639j7r5hiidnwcwf1lk56wfk4")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/precattl")
(synopsis "Prepare special catcodes from token list")
(description
"This package allows users to write code that contains tokens with unusual
catcodes.")
(license license:lppl1.3c)))
;;;
;;; 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