mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -05:00
gnu: Add texlive-eemeir.
* gnu/packages/tex.scm (texlive-eemeir): New variable.
This commit is contained in:
parent
84a9e5c9e3
commit
755ef16580
1 changed files with 25 additions and 0 deletions
|
@ -80168,6 +80168,31 @@ (define-public texlive-edmargin
|
||||||
there are many short notes).")
|
there are many short notes).")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-eemeir
|
||||||
|
(package
|
||||||
|
(name "texlive-eemeir")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/eemeir/" "source/latex/eemeir/"
|
||||||
|
"tex/latex/eemeir/")
|
||||||
|
(base32
|
||||||
|
"1gqj1rmagd4vy8pw9c6w5bsxbicq1in8ksp3vprj8c0akskndnzp")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/eemeir")
|
||||||
|
(synopsis "Adjust the gender of words in a document")
|
||||||
|
(description
|
||||||
|
"This package defines macros for third-person singular pronouns
|
||||||
|
(@code{\\E}, @code{\\Em}, @code{\\Eir}, @code{\\Eirs}), which expand
|
||||||
|
differently according to a masculine/feminine switch. (If the switch is
|
||||||
|
masculine, they would expand to @samp{he}, @samp{him}, @samp{his} and
|
||||||
|
@samp{his}; if feminine, they would expand to @samp{she}, @samp{her},
|
||||||
|
@samp{her} and @samp{hers}. Apart from the pronouns, one can define word
|
||||||
|
pairs, such as mother/father, daughter/son, and so on. Gender may be defined
|
||||||
|
once per document, as an environment, or may be flipped on the fly.")
|
||||||
|
(license license:lppl)))
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; 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