From 8d0b56dd4bcd80ad1e0b20d3c24d7f568d97490b Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 26 Jun 2023 14:53:09 +0200 Subject: gnu: Add texlive-luagcd. * gnu/packages/tex.scm (texlive-luagcd): New variable. --- gnu/packages/tex.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 9461cc1d63..cc0f3139dc 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -16404,6 +16404,29 @@ (define-public texlive-luacomplex any environment (including the mathematics environment).") (license license:lppl1.3c))) +(define-public texlive-luagcd + (package + (name "texlive-luagcd") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/lualatex/luagcd/" + "tex/lualatex/luagcd/") + (base32 + "17d1am1c4gmbc0z1fllk6kf6b8fmihw4bv8bl0vvwvnk2acj4zj9"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/luagcd") + (synopsis "Computation of gcd of integers inside LaTeX using Lua") + (description + "Using Lua, the @code{luagcd} package is developed to find the greatest +common divisor (gcd) of integers in LaTeX. The package provides commands to +obtain step-by-step computation of gcd of two integers by using the Euclidean +algorithm. In addition, the package has the command to express gcd of two +integers as a linear combination. The Bezout's Identity can be verified for +any two integers using commands in the package.") + (license license:lppl1.3c))) + (define-public texlive-babel-czech (package (name "texlive-babel-czech") -- cgit v1.2.3