diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-04 18:09:50 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-11 14:39:32 +0200 |
commit | c1b95246828aab0059b3f6a803c3d16ca7a1df19 (patch) | |
tree | bf3de8bf20c0a35f0fc6b1644724af4b9e5ef82d /gnu/packages | |
parent | b0fbbac915ae2e4b7210da2c2f4d77e7cc6315c7 (diff) |
gnu: Add texlive-lshort-finnish.
* gnu/packages/tex.scm (texlive-lshort-finnish): 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 c1af970ec5..f3c4ffcaa0 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -4995,6 +4995,24 @@ be updated. This translation has, in its turn, been translated into several other languages; see the @code{lshort} catalogue entry for the current list.") (license license:gpl2))) +(define-public texlive-lshort-finnish + (package + (name "texlive-lshort-finnish") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/lshort-finnish/") + (base32 + "06madlm869kmwxprmy2c78ma4s8zk8mclzmd4xdl0r4mlhk4vdsl"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/lshort-finnish") + (synopsis "Finnish introduction to LaTeX") + (description + "This is the Finnish translation of @emph{(No So) Short Introduction to +LaTeX2e}, with added coverage of Finnish typesetting rules.") + (license license:public-domain))) + (define-public texlive-lshort-slovak (package (name "texlive-lshort-slovak") |