gnu: Add texlive-navydocs.

* gnu/packages/tex.scm (texlive-navydocs): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-22 16:19:29 +02:00
parent 7a160cdacb
commit 617ea6378d
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -22644,6 +22644,29 @@ This class and BibTeX style provide what seems to be necessary to produce
papers in a format acceptable to the publisher.")
(license license:lppl)))
(define-public texlive-navydocs
(package
(name "texlive-navydocs")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/navydocs/"
"source/latex/navydocs/"
"tex/latex/navydocs/")
(base32
"1qisck3lr1nhjnqs195agvmiw93yld801nahr3bb7yyhzgn2f443")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/navydocs")
(synopsis "Support for technical reports by US Navy organizations")
(description
"The @code{navydocs} package provides an easy means for creating title
pages and the following supplementary material pages used in technical reports
by United States Navy organizations. These pages are generated by specifying
the page content via a set of commands and then calling a macro to create the
page at its occurence in the document.")
(license license:lppl1.3+)))
(define-public texlive-nchairx
(package
(name "texlive-nchairx")