me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-babel-piedmontese.

* gnu/packages/tex.scm (texlive-babel-piedmontese): New variable.
Nicolas Goaziou 2023-08-04 18:01:20 +02:00
parent a697173164
commit 9421e00163
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -20550,6 +20550,27 @@ Cyrillic, in Babel.")
Babel, with usage instructions.")
(license license:lppl1.3+)))
(define-public texlive-babel-piedmontese
(package
(name "texlive-babel-piedmontese")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/babel-piedmontese/"
"source/generic/babel-piedmontese/"
"tex/generic/babel-piedmontese/")
(base32
"04hig8rd6nxwwz1zjskpmap00gixmb63qh08p5fxqc6mb4bdh78b")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/babel-piedmontese")
(synopsis "Babel support for Piedmontese")
(description
"The package provides the language definition file for support of
Piedmontese in Babel. Some shortcuts are defined, as well as translations to
Piedmontese of standard LaTeX names.")
(license license:lppl1.3+)))
(define-public texlive-babel-portuges
(package
(name "texlive-babel-portuges")