mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: Add texlive-he-she.
* gnu/packages/tex.scm (texlive-he-she): New variable.
This commit is contained in:
parent
d940ec7646
commit
63b86a5e50
1 changed files with 20 additions and 0 deletions
|
@ -84706,6 +84706,26 @@ (define-public texlive-hc
|
|||
@code{hcart}, @code{hcreport}, @code{hcletter}, and @code{hcslides}.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public texlive-he-she
|
||||
(package
|
||||
(name "texlive-he-she")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/he-she/" "tex/latex/he-she/")
|
||||
(base32
|
||||
"13vkrg4a4czq2l1ngn1y4sc6pa1dljzr4qzh8kgsbdnf48s38nrm")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/he-she")
|
||||
(synopsis "Alternating pronouns to aid gender-neutral writing")
|
||||
(description
|
||||
"The package implements a version of semi-automatic pronoun switching for
|
||||
writing gender-neutral (and possibly annoying) prose. It has upper- and
|
||||
lowercase versions of switching pronouns for all case forms, plus anaphoric
|
||||
versions that reflect the current gender choice.")
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue