diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-04 18:05:26 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-11 14:39:30 +0200 |
commit | e198500f9a1ea7fa5891f07b688436b5a794c8ce (patch) | |
tree | 8df86a34a01d6bcc07caaebf9fb1df29e61ad548 /gnu/packages | |
parent | 69f53e2ce298626b447b106c770986e159ebae66 (diff) |
gnu: Add texlive-kaytannollista-latexia.
* gnu/packages/tex.scm (texlive-kaytannollista-latexia): New variable.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/tex.scm | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 151a7965c9..f25844f22a 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -4615,6 +4615,26 @@ using TikZ. Though similar to the @code{karnaugh} macros, it provides a key-value system to customize Karnaugh maps and a proper LaTeX package.") (license license:lppl1.2+))) +(define-public texlive-kaytannollista-latexia + (package + (name "texlive-kaytannollista-latexia") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/kaytannollista-latexia/") + (base32 + "12ysr2501m77zjljpi30cxw45drn2hw552yk9asksvrbvavjphm0"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/kaytannollista-latexia") + (synopsis "Practical manual for LaTeX (Finnish)") + (description + "@emph{Kaytannollista Latexia} is a practical manual for LaTeX written in +the Finnish language. The manual covers most of the topics that a typical +document author needs. So it can be a useful guide for beginners as well as +a reference manual for advanced users.") + (license license:cc-by-sa4.0))) + (define-public texlive-knuth-errata (package (name "texlive-knuth-errata") |