guix-commits
[Top][All Lists]
Advanced

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

49/245: gnu: Add texlive-codeanatomy.


From: guix-commits
Subject: 49/245: gnu: Add texlive-codeanatomy.
Date: Sun, 30 Jul 2023 13:46:36 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit f3fab28911596f6386fe8a1d59b591b2ebfad65f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 15:37:39 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 7398bfea8c..128d8d0d1a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2548,6 +2548,28 @@ the same way the package's author did when writing the 
book, and your output
 will look just like the pseudocode in the text.")
     (license license:lppl)))
 
+(define-public texlive-codeanatomy
+  (package
+    (name "texlive-codeanatomy")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/codeanatomy/"
+                   "source/latex/codeanatomy/"
+                   "tex/latex/codeanatomy/")
+             (base32
+              "1frkyj86kf9b3n08xlwfndiygllymp2lp7ra82zsnx4xzw1ff4as")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/codeanatomy";)
+    (synopsis "Typeset code with annotations")
+    (description
+     "The idea of this Package is to typeset illustrations of pieces of code
+with annotations on each single part of code (Code Anatomy).  The origin of
+this idea are code illustrations from the book @emph{Computer Science: An
+Interdisciplinary Approach} from Robert Sedgewick and Kevin Wayne.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-colorsep
   (package
     (name "texlive-colorsep")



reply via email to

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