mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: Add texlive-ltb2bib.
* gnu/packages/tex.scm (texlive-ltb2bib): New variable.
This commit is contained in:
parent
ff5d2d0ed9
commit
d10dbd13ca
1 changed files with 22 additions and 0 deletions
|
@ -12542,6 +12542,28 @@ (define-public texlive-lstbayes
|
|||
several languages not included in that package: BUGS, JAGS, and Stan.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-ltb2bib
|
||||
(package
|
||||
(name "texlive-ltb2bib")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/ltb2bib/" "source/latex/ltb2bib/"
|
||||
"tex/latex/ltb2bib/")
|
||||
(base32
|
||||
"1wrm89bynjm4g4a1zpx38v6yd2l3b1gh13h4m5hknvla2lydljfg")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/ltb2bib")
|
||||
(synopsis "Converts @code{amsrefs} bibliographical databases to BibTeX
|
||||
format")
|
||||
(description
|
||||
"This package implements a LaTeX command that converts an @code{amsrefs}
|
||||
bibliographical database (@file{.ltb}) to a BibTeX bibliographical database
|
||||
(@file{.bib}). @code{ltb2bib} is the reverse of the @samp{amsxport} option in
|
||||
@code{amsrefs}.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-lyluatex
|
||||
(package
|
||||
(name "texlive-lyluatex")
|
||||
|
|
Loading…
Reference in a new issue