mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 20:30:05 -05:00
gnu: Add texlive-beebe.
* gnu/packages/tex.scm (texlive-beebe): New variable.
This commit is contained in:
parent
cf232f29b6
commit
475ee754f4
1 changed files with 18 additions and 0 deletions
|
@ -3043,6 +3043,24 @@ (define-public texlive-bclogo
|
|||
It may use either TikZ or PSTricks as graphics engine.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-beebe
|
||||
(package
|
||||
(name "texlive-beebe")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "bibtex/bib/beebe/" "tex/generic/beebe/")
|
||||
(base32
|
||||
"060v67ma1r6n9fmg4v4zl2pgxz6gmd4qrazyss9hwq6z4206pqc0")))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/biblio")
|
||||
(synopsis "Collection of bibliographies")
|
||||
(description
|
||||
"This package provides a collection of BibTeX bibliographies on
|
||||
TeX-related topics (including, for example, spell-checking and SGML). Each
|
||||
includes a LaTeX wrapper file to typeset the bibliography.")
|
||||
(license license:public-domain)))
|
||||
|
||||
(define-public texlive-begingreek
|
||||
(package
|
||||
(name "texlive-begingreek")
|
||||
|
|
Loading…
Reference in a new issue