diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-04 18:09:08 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-11 14:39:31 +0200 |
commit | b0fbbac915ae2e4b7210da2c2f4d77e7cc6315c7 (patch) | |
tree | 3ad29548a2cf24b534bea1a1d7f3e976c5efc112 /gnu/packages | |
parent | 815e9bb319fbf02a0526aedffce525be383c9614 (diff) |
gnu: Add texlive-lshort-estonian.
* gnu/packages/tex.scm (texlive-lshort-estonian): New variable.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/tex.scm | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 0207037738..c1af970ec5 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -4957,6 +4957,24 @@ LaTeX2e}.}") Introduction to LaTeX2e}.") (license license:gpl3+))) +(define-public texlive-lshort-estonian + (package + (name "texlive-lshort-estonian") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/lshort-estonian/") + (base32 + "0dfwp7kkynpskb345i3yz7h5pvc8iljqg3q6l546vrwla0bmb95c"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/lshort-estonian") + (synopsis "Estonian introduction to LaTeX") + (description + "This is the Estonian translation of @emph{(No So) Short Introduction to +LaTeX2e}.") + (license license:gpl2))) + (define-public texlive-lshort-english (package (name "texlive-lshort-english") |