mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: Add texlive-xcite.
* gnu/packages/tex.scm (texlive-xcite): New variable.
This commit is contained in:
parent
889ba05ae9
commit
e649aa6ac4
1 changed files with 20 additions and 0 deletions
|
@ -18204,6 +18204,26 @@ (define-public texlive-wnri-latex
|
||||||
"This package provides LaTeX support for the @code{wnri} fonts.")
|
"This package provides LaTeX support for the @code{wnri} fonts.")
|
||||||
(license license:gpl2)))
|
(license license:gpl2)))
|
||||||
|
|
||||||
|
(define-public texlive-xcite
|
||||||
|
(package
|
||||||
|
(name "texlive-xcite")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/xcite/" "source/latex/xcite/"
|
||||||
|
"tex/latex/xcite/")
|
||||||
|
(base32
|
||||||
|
"1r6f4wk7d3na9a8v20kqp24m46rsqgqx0n8k5hv3ynhqhzizhpll")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/xcite")
|
||||||
|
(synopsis "Use citation keys from a different document")
|
||||||
|
(description
|
||||||
|
"The package @code{xcite} is no longer necessary, because its
|
||||||
|
functionality has been taken over by @code{xr}, so this final version is just
|
||||||
|
a stub that loads @code{xr}.")
|
||||||
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
(define-public texlive-xecjk
|
(define-public texlive-xecjk
|
||||||
(package
|
(package
|
||||||
(name "texlive-xecjk")
|
(name "texlive-xecjk")
|
||||||
|
|
Loading…
Reference in a new issue