me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-compactbib.

* gnu/packages/tex.scm (texlive-compactbib): New variable.
Nicolas Goaziou 2023-08-18 12:02:30 +02:00
parent 00eb205301
commit 0003c4d8e1
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 17 additions and 0 deletions

View File

@ -6821,6 +6821,23 @@ domain and range, and function operation) and various reference commands.")
easy to design, parse and tweak.")
(license license:expat)))
(define-public texlive-compactbib
(package
(name "texlive-compactbib")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "tex/latex/compactbib/")
(base32
"077l73vb0rcxy1n51r3wmcb7gma6nn3xrl543a67n96lpp5xvnnk")))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/compactbib")
(synopsis "Multiple thebibliography environments")
(description
"This package allows a second bibliography, optionally with a different
title, after the main bibliography.")
(license license:lppl)))
(define-public texlive-compare
(package
(name "texlive-compare")