me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-gmdoc.

* gnu/packages/tex.scm (texlive-gmdoc): New variable.
master
Nicolas Goaziou 2023-08-29 15:51:44 +02:00
parent 2f3b73dffe
commit 33631868c2
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 23 additions and 0 deletions

View File

@ -84002,6 +84002,29 @@ package.")
package.") package.")
(license license:lppl1.3+))) (license license:lppl1.3+)))
(define-public texlive-gmdoc
(package
(name "texlive-gmdoc")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/gmdoc/" "makeindex/gmdoc/"
"tex/latex/gmdoc/")
(base32
"09rjn4jn217l0y84jvp8j66nkw1f0bhd7by6m9v5f5v2m7vv9wz5")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/gmdoc")
(synopsis "Documentation of LaTeX packages")
(description
"This package provides a LaTeX package and an example class for
documenting (La)TeX packages, document classes, @file{.dtx} etc., providing
hyperlinks. The package is believed to be compatible with @code{doc} and
permits minimal markup of code. The package provides automatic detection of
definitions (detecting such things as @code{\\def}, @code{\\newcommand},
@code{\\DeclareOption} etc.).")
(license license:lppl)))
;;; ;;;
;;; 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