mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 16:17:27 +01:00
gnu: Add texlive-impnattypo.
* gnu/packages/tex.scm (texlive-impnattypo): New variable.
This commit is contained in:
parent
f185f81c72
commit
d1993f02c2
1 changed files with 20 additions and 0 deletions
|
@ -4765,6 +4765,26 @@ (define-public texlive-impatient-fr
|
||||||
Plain TeX and Eplain. This is its French translation.")
|
Plain TeX and Eplain. This is its French translation.")
|
||||||
(license license:fdl1.3+)))
|
(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
|
(define-public texlive-includernw
|
||||||
(package
|
(package
|
||||||
(name "texlive-includernw")
|
(name "texlive-includernw")
|
||||||
|
|
Loading…
Reference in a new issue