mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: Add texlive-notex-bst.
* gnu/packages/tex.scm (texlive-notex-bst): New variable.
This commit is contained in:
parent
8f0bce32e7
commit
e4dbc07c9b
1 changed files with 18 additions and 0 deletions
|
@ -14103,6 +14103,24 @@ (define-public texlive-notes2bib
|
|||
Both sorted and unsorted bibliography styles are supported.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-notex-bst
|
||||
(package
|
||||
(name "texlive-notex-bst")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "bibtex/bst/notex-bst/")
|
||||
(base32
|
||||
"14r3q4z35k5n0rl2igjs4lj5ic4yd14xksg1qam5klb6raaf1jkh")))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/notex-bst")
|
||||
(synopsis "BibTeX style that outputs HTML")
|
||||
(description
|
||||
"@file{noTeX.bst} produces a number of beautifully formatted HTML
|
||||
@samp{P} elements instead of TeX code. It can be used to automatically
|
||||
generate bibliographies to be served on the web starting from BibTeX files.")
|
||||
(license license:public-domain)))
|
||||
|
||||
(define-public texlive-nuc
|
||||
(package
|
||||
(name "texlive-nuc")
|
||||
|
|
Loading…
Reference in a new issue