gnu: texlive-latex-amsrefs -> texlive-amsrefs.
* gnu/packages/tex.scm (texlive-amsrefs): New variable. (texlive-latex-amsrefs): Deprecate variable.
parent
88f97c65a1
commit
9828271f04
|
@ -4922,28 +4922,32 @@ TS3. \"Times-like\" Adobe Type 1 versions are provided for both the T3 and the
|
||||||
TS3 fonts.")
|
TS3 fonts.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
(define-public texlive-latex-amsrefs
|
(define-public texlive-amsrefs
|
||||||
(package
|
(package
|
||||||
(name "texlive-latex-amsrefs")
|
(name "texlive-amsrefs")
|
||||||
(version (number->string %texlive-revision))
|
(version (number->string %texlive-revision))
|
||||||
(source (origin
|
(source (texlive-origin
|
||||||
(method svn-fetch)
|
name version
|
||||||
(uri (texlive-ref "latex" "amsrefs"))
|
(list "bibtex/bib/amsrefs/" "bibtex/bst/amsrefs/"
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
"doc/latex/amsrefs/" "source/latex/amsrefs/"
|
||||||
(sha256
|
"tex/latex/amsrefs/")
|
||||||
(base32
|
(base32
|
||||||
"15i4k479dwrpr0kspmm70g1yn4p3dkh0whyzmr93hph9bggnh1i1"))))
|
"12la66vz5ic6jc1cy96b2zh2fxsbaii9kbs4wrz1ii8v508wdkhv")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
(build-system texlive-build-system)
|
(build-system texlive-build-system)
|
||||||
(arguments '(#:tex-directory "latex/amsrefs"))
|
(propagated-inputs
|
||||||
(home-page "https://www.ctan.org/pkg/amsrefs")
|
(list texlive-hyperref texlive-url))
|
||||||
|
(home-page "https://ctan.org/pkg/amsrefs")
|
||||||
(synopsis "LaTeX-based replacement for BibTeX")
|
(synopsis "LaTeX-based replacement for BibTeX")
|
||||||
(description
|
(description
|
||||||
"Amsrefs is a LaTeX package for bibliographies that provides an archival
|
"Amsrefs is a LaTeX package for bibliographies that provides an
|
||||||
data format similar to the format of BibTeX database files, but adapted to
|
archival data format similar to the format of BibTeX database files, but
|
||||||
make direct processing by LaTeX easier. The package can be used either in
|
adapted to make direct processing by LaTeX easier. The package can be used
|
||||||
conjunction with BibTeX or as a replacement for BibTeX.")
|
either in conjunction with BibTeX or as a replacement for BibTeX.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-deprecated-package texlive-latex-amsrefs texlive-amsrefs)
|
||||||
|
|
||||||
(define-public texlive-bigfoot
|
(define-public texlive-bigfoot
|
||||||
(let ((template (simple-texlive-package
|
(let ((template (simple-texlive-package
|
||||||
"texlive-bigfoot"
|
"texlive-bigfoot"
|
||||||
|
|
Reference in New Issue