me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-classpack.

* gnu/packages/tex.scm (texlive-classpack): New variable.
master
Nicolas Goaziou 2023-08-29 15:45:59 +02:00
parent 40f3570ccd
commit 4ac10d27ef
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -76061,6 +76061,27 @@ accordance with traditional pagination systems. It may be used in conjunction
with other citation packages.")
(license license:lppl1.3+)))
(define-public texlive-classpack
(package
(name "texlive-classpack")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/support/classpack/"
"source/support/classpack/"
"tex/latex/classpack/")
(base32
"134bv6g8yynzw76i496wvb58bng2vrz0b9krqgwpjfj2hqlfhwbl")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/classpack")
(synopsis "XML mastering for LaTeX classes and packages")
(description
"The package provides an experiment in using XML (specifically DocBook 5) to
mark up and maintain LaTeX classes and packages. XSLT 2 styleheets generate
the @file{.dtx} and @file{.ins} distribution files expected by end users.")
(license license:lppl1.3+)))
;;;
;;; 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