mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: Add texlive-gender.
* gnu/packages/tex.scm (texlive-gender): New variable.
This commit is contained in:
parent
7c59c8224c
commit
3eb07fad07
1 changed files with 21 additions and 0 deletions
|
@ -83337,6 +83337,27 @@ (define-public texlive-gcard
|
|||
the user.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-gender
|
||||
(package
|
||||
(name "texlive-gender")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/gender/" "source/latex/gender/"
|
||||
"tex/latex/gender/")
|
||||
(base32
|
||||
"16srrl535ynv2zn6kg6w4rkywznrznjn5zwyhpclv4dhd48p6z27")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/gender")
|
||||
(synopsis "Gender neutrality for languages with grammatical gender")
|
||||
(description
|
||||
"Many languages --- like German or French --- use masculine and feminine
|
||||
grammatical genders. There are many ideas how to promote gender neutrality in
|
||||
those languages. The @code{gender} package uses alternately masculine and
|
||||
feminine forms. It is also possible to use just one form out of a template.")
|
||||
(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