gnu: Add texlive-impnattypo.

* gnu/packages/tex.scm (texlive-impnattypo): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-10 09:18:02 +02:00
parent f185f81c72
commit d1993f02c2
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -4765,6 +4765,26 @@ (define-public texlive-impatient-fr
Plain TeX and Eplain. This is its French translation.")
(license license:fdl1.3+)))
(define-public texlive-impnattypo
(package
(name "texlive-impnattypo")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/impnattypo/"
"source/latex/impnattypo/"
"tex/latex/impnattypo/")
(base32
"05ddbpxvybr0a7sg1ximsifvgjg83qwx5pd9xcc22bliz3j5ixvm")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/impnattypo")
(synopsis "Support typography of l'Imprimerie Nationale Francaise")
(description
"The package provides useful macros implementing recommendations by the
French Imprimerie Nationale.")
(license license:lppl1.3+)))
(define-public texlive-includernw
(package
(name "texlive-includernw")