mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05: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.")
|
||||
(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")
|
||||
|
|
Loading…
Reference in a new issue