me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-expose-expl3-dunkerque-2019.

* gnu/packages/tex.scm (texlive-expose-expl3-dunkerque-2019): New variable.
Nicolas Goaziou 2023-08-10 09:12:58 +02:00
parent 059a5fb70f
commit bf8c64839a
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -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")