gnu: Add texlive-nameauth.

* gnu/packages/tex.scm (texlive-nameauth): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:56:25 +02:00
parent cb34044c7b
commit b75cb3dbda
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -89890,6 +89890,30 @@ (define-public texlive-nag
such obsolete things.") such obsolete things.")
(license license:lppl))) (license license:lppl)))
(define-public texlive-nameauth
(package
(name "texlive-nameauth")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/nameauth/"
"source/latex/nameauth/"
"tex/latex/nameauth/")
(base32
"1mx7kamgidlp26rgkxfp6x5bc597361fvrg938rwdlrph4irvrhn")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/nameauth")
(synopsis
"Name authority mechanism for consistency in body text and index")
(description
"Publications, that reference many names, require editors and proofreaders to
track those names in the text and index. The package offers name authority
macros that allow authors and compilers to normalize occurrences of names,
variant name forms, and pen names in the text and index. This may help
minimize writing and production time and cost.")
(license license:lppl1.3+)))
;;; ;;;
;;; 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