mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -05:00
gnu: Add texlive-patgen2-tutorial.
* gnu/packages/tex.scm (texlive-patgen2-tutorial): New variable.
This commit is contained in:
parent
7bdb060372
commit
69ee961aa7
1 changed files with 18 additions and 0 deletions
|
@ -5772,6 +5772,24 @@ (define-public texlive-pascaltriangle
|
||||||
@code{\\pascalset} macro.")
|
@code{\\pascalset} macro.")
|
||||||
(license license:lppl1.3c)))
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
|
(define-public texlive-patgen2-tutorial
|
||||||
|
(package
|
||||||
|
(name "texlive-patgen2-tutorial")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/support/patgen2-tutorial/")
|
||||||
|
(base32
|
||||||
|
"016bx1rp8kpvlywg0yafhbbhlzw4zxdcbdrd5525vffn6fyp9fi3")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/patgen2-tutorial")
|
||||||
|
(synopsis "Tutorial on the use of Patgen 2")
|
||||||
|
(description
|
||||||
|
"This document describes the use of Patgen 2 to create hyphenation
|
||||||
|
patterns for wide ranges of languages.")
|
||||||
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
(define-public texlive-perfectcut
|
(define-public texlive-perfectcut
|
||||||
(package
|
(package
|
||||||
(name "texlive-perfectcut")
|
(name "texlive-perfectcut")
|
||||||
|
|
Loading…
Reference in a new issue