me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-biblatex-cheatsheet.

* gnu/packages/tex.scm (texlive-biblatex-cheatsheet): New variable.
Nicolas Goaziou 2023-08-04 12:02:14 +02:00
parent 63ccc655ef
commit a40e50d2f7
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 16 additions and 0 deletions

View File

@ -7173,6 +7173,22 @@ multiple flavours for putting labels inside or outside nodes), and a debugging
mode to avoid getting lost in big diagrams.")
(license license:expat)))
(define-public texlive-biblatex-cheatsheet
(package
(name "texlive-biblatex-cheatsheet")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/biblatex-cheatsheet/")
(base32
"0y2ry2q1kvpy8dqglqdfq3rc849hmbni0k78wr1xnjbpd102l3k9")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/biblatex-cheatsheet")
(synopsis "BibLaTeX and Biber cheat sheet")
(description "This package provides a BibLaTeX and Biber cheat sheet.")
(license license:lppl1.3+)))
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")