gnu: Add texlive-abstyles.
* gnu/packages/tex.scm (texlive-abstyles): New variable.
This commit is contained in:
parent
8227084dbe
commit
bdfc3cfd11
1 changed files with 26 additions and 0 deletions
|
@ -1109,6 +1109,32 @@ (define-public texlive-abbr
|
|||
parameterless macros.")
|
||||
(license license:public-domain)))
|
||||
|
||||
(define-public texlive-abstyles
|
||||
(package
|
||||
(name "texlive-abstyles")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "bibtex/bib/abstyles/"
|
||||
"bibtex/bst/abstyles/"
|
||||
"doc/bibtex/abstyles/"
|
||||
"tex/generic/abstyles/")
|
||||
(base32
|
||||
"1ij4cp3pydfs4lch0f93gi2q7msafxyqfvv44whw1ppczidicnn2")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/abstyles-orig")
|
||||
(synopsis "Adaptable BibTeX styles")
|
||||
(description
|
||||
"This package provides a family of modifications of the standard BibTeX
|
||||
styles whose behaviour may be changed by changing the user document, without
|
||||
change to the styles themselves. The package is largely used nowadays in its
|
||||
adaptation for working with Babel.")
|
||||
(license
|
||||
(list license:isc ;apreamble
|
||||
license:knuth ;bxabst
|
||||
license:public-domain)))) ;docmac
|
||||
|
||||
(define-public texlive-adhocfilelist
|
||||
(package
|
||||
(name "texlive-adhocfilelist")
|
||||
|
|
Loading…
Reference in a new issue