me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-pauldoc.

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

View File

@ -91568,6 +91568,24 @@ macro. It works for macros with any number of normal arguments, including
those that were defined with @code{\\DeclareRobustCommand}.")
(license license:lppl)))
(define-public texlive-pauldoc
(package
(name "texlive-pauldoc")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/pauldoc/" "source/latex/pauldoc/"
"tex/latex/pauldoc/")
(base32
"1kml8vqxxypddipf4vinhj1kxb0qxb7c8yhanx7nll08z668cdwp")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pauldoc")
(synopsis "German LaTeX package documentation")
(description
"The package provides helpers for German language package documentation.")
(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