guix-commits
[Top][All Lists]
Advanced

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

62/243: gnu: Add texlive-tex-font-errors-cheatsheet.


From: guix-commits
Subject: 62/243: gnu: Add texlive-tex-font-errors-cheatsheet.
Date: Fri, 11 Aug 2023 08:45:40 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 8c442d08bf3332806741e69a72341bd90f04b4d9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 12:26:39 2023 +0200

    gnu: Add texlive-tex-font-errors-cheatsheet.
    
    * gnu/packages/tex.scm (texlive-tex-font-errors-cheatsheet): 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 424128f136..bc0c68b365 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -25433,6 +25433,25 @@ an hierarchical file system, in a way that is 
well-defined, and is readily
 implementable.")
     (license license:fdl1.1+)))
 
+(define-public texlive-tex-font-errors-cheatsheet
+  (package
+    (name "texlive-tex-font-errors-cheatsheet")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/tex-font-errors-cheatsheet/")
+             (base32
+              "0pfd5qphmizhxb2p4gg6809xcx1rlfkwqa6vs4f74457chcwljwn")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/tex-font-errors-cheatsheet";)
+    (synopsis "Cheat sheet outlining the most common TeX font errors")
+    (description
+     "This is a compact three-pages document highlighting the TeX flow of
+integrating fonts, and explains how some of the most common font-related error
+messages occur.  Also, hints are given on how to address those.")
+    (license license:lppl)))
+
 (define-public texlive-threeparttable
   (package
     (name "texlive-threeparttable")



reply via email to

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