gnu: Add texlive-emojicite.
* gnu/packages/tex.scm (texlive-emojicite): New variable.
This commit is contained in:
parent
4f5ae7ef9c
commit
8f0c88467e
1 changed files with 17 additions and 0 deletions
|
|
@ -9041,6 +9041,23 @@ readings, translations or annotated borrowings between texts.")
|
||||||
requires the LuaHBTeX engine.")
|
requires the LuaHBTeX engine.")
|
||||||
(license license:lppl1.3c)))
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
|
(define-public texlive-emojicite
|
||||||
|
(package
|
||||||
|
(name "texlive-emojicite")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/lualatex/emojicite/"
|
||||||
|
"tex/lualatex/emojicite/")
|
||||||
|
(base32
|
||||||
|
"0wfr4alglwhsp728fp91qxdmc9413c6k9j7hgg0qk3j4w464srbj")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/emojicite")
|
||||||
|
(synopsis "Add emojis to citations")
|
||||||
|
(description "This package adds emojis to citations.")
|
||||||
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
(define-public texlive-ae
|
(define-public texlive-ae
|
||||||
(package
|
(package
|
||||||
(name "texlive-ae")
|
(name "texlive-ae")
|
||||||
|
|
|
||||||
Reference in a new issue