me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-kaytannollista-latexia.

* gnu/packages/tex.scm (texlive-kaytannollista-latexia): New variable.
Nicolas Goaziou 2023-08-04 18:05:26 +02:00
parent 69f53e2ce2
commit e198500f9a
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

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