me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-nameauth.

* gnu/packages/tex.scm (texlive-nameauth): New variable.
master
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
1 changed files with 24 additions and 0 deletions

View File

@ -89890,6 +89890,30 @@ The @code{nag} package provides routines to warn the user about the use of
such obsolete things.")
(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
;;; of a merge conflict, place them above by existing packages with similar