mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: Add texlive-margbib.
* gnu/packages/tex.scm (texlive-margbib): New variable.
This commit is contained in:
parent
dbe85d4ce7
commit
b3ce1caa47
1 changed files with 20 additions and 0 deletions
|
@ -12696,6 +12696,26 @@ (define-public texlive-mahjong
|
|||
mahjong.")
|
||||
(license (list license:expat license:cc-by4.0))))
|
||||
|
||||
(define-public texlive-margbib
|
||||
(package
|
||||
(name "texlive-margbib")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/margbib/" "source/latex/margbib/"
|
||||
"tex/latex/margbib/")
|
||||
(base32
|
||||
"04aa9nfdxc475nyj4cl8gkj2grn7v3rkb3hwhbhff5nr88nx4aqq")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(arguments (list #:tex-format "latex"))
|
||||
(home-page "https://ctan.org/pkg/margbib")
|
||||
(synopsis "Display bibitem tags in the margins")
|
||||
(description
|
||||
"The package redefines the @code{thebibliography} environment to place
|
||||
the citation key into the margin.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public texlive-matapli
|
||||
(package
|
||||
(name "texlive-matapli")
|
||||
|
|
Loading…
Reference in a new issue