guix-commits
[Top][All Lists]
Advanced

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

129/243: gnu: Add texlive-expose-expl3-dunkerque-2019.


From: guix-commits
Subject: 129/243: gnu: Add texlive-expose-expl3-dunkerque-2019.
Date: Fri, 11 Aug 2023 08:45:57 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit bf8c64839acbd88a02ea6890d60bbc5dbf4c9a13
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 10 09:12:58 2023 +0200

    gnu: Add texlive-expose-expl3-dunkerque-2019.
    
    * gnu/packages/tex.scm (texlive-expose-expl3-dunkerque-2019): 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 0bce3126fd..d4bcb26be3 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3875,6 +3875,28 @@ ellipsograph.  This package extends the functionalities 
of the @code{curve2e}
 package.")
     (license license:lppl1.3c)))
 
+(define-public texlive-expose-expl3-dunkerque-2019
+  (package
+    (name "texlive-expose-expl3-dunkerque-2019")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/expose-expl3-dunkerque-2019/")
+             (base32
+              "0xij1ycxnc3hfzkl0bfs03s0zzzv6xsj3myvykb6n836j1g66g2y")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/expose-expl3-dunkerque-2019";)
+    (synopsis "Using @code{expl3} to implement some numerical algorithms")
+    (description
+     "This is an article, in French, based on a presentation made in Dunkerque
+for the @emph{Stage LaTeX} on 12 June 2019.  The article gives three examples
+of code in @code{expl3} with (lots of) comments: Knuth's algorithm to create
+a list of primes, the sieve of Eratosthenes, Kaprekar sequences.  The package
+contains the code itself, the documentation as a PDF file, and all the files
+needed to produce it.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-extarrows
   (package
     (name "texlive-extarrows")



reply via email to

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