guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

15/243: gnu: Add texlive-biblatex-cheatsheet.


From: guix-commits
Subject: 15/243: gnu: Add texlive-biblatex-cheatsheet.
Date: Fri, 11 Aug 2023 08:45:26 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit a40e50d2f7bd366d0ab05305fc6b4c0de3662ee4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 12:02:14 2023 +0200

    gnu: Add texlive-biblatex-cheatsheet.
    
    * gnu/packages/tex.scm (texlive-biblatex-cheatsheet): New variable.
---
 gnu/packages/tex.scm | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 9a4fa9548c..f66d360468 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]