guix-commits
[Top][All Lists]
Advanced

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

43/243: gnu: Add texlive-latexcheat.


From: guix-commits
Subject: 43/243: gnu: Add texlive-latexcheat.
Date: Fri, 11 Aug 2023 08:45:34 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 66f50d36617fe4cc826c383537b895c815072509
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 12:19:38 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 65cd447aeb..410dafa82f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -18474,6 +18474,25 @@ knowledge and techniques of word processing into the 
LaTeX typesetting
 environment.  It aims at helping such users use LaTeX instead.")
     (license license:fdl1.3+)))
 
+(define-public texlive-latexcheat
+  (package
+    (name "texlive-latexcheat")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/latexcheat/")
+             (base32
+              "1383rsi21ma0291asi779bjr33m7fii019di8gv8kxwgci692fz0")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/latexcheat";)
+    (synopsis "LaTeX cheat sheet")
+    (description
+     "This package provides a LaTeX reference sheet for writing scientific
+papers.  Unlike many other such sheets, this sheet does not focus on
+typesetting mathematics, though it does list some symbols.")
+    (license license:lppl)))
+
 (define-public texlive-oberdiek
   (package
     (name "texlive-oberdiek")



reply via email to

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