mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: Add texlive-nameauth.
* gnu/packages/tex.scm (texlive-nameauth): New variable.
This commit is contained in:
parent
cb34044c7b
commit
b75cb3dbda
1 changed files with 24 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue