me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-betababel.

* gnu/packages/tex.scm (texlive-betababel): New variable.
Nicolas Goaziou 2023-08-14 16:37:11 +02:00
parent 180679311b
commit cfc2dbf227
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -2236,6 +2236,27 @@ texts.")
@emph{Begriffschrift}.")
(license license:gpl3+)))
(define-public texlive-betababel
(package
(name "texlive-betababel")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/betababel/"
"tex/latex/betababel/")
(base32
"1lck0wighndd3qrhcks6amc6gm5y50f6a61nfcz31j087r3a7liv")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/betababel")
(synopsis "Insert ancient greek text coded in Beta Code")
(description
"The @code{betababel} package extends the Babel @samp{polutonikogreek}
option to provide a simple way to insert ancient Greek texts with diacritical
characters into your document using the commonly used Beta Code
transliteration.")
(license license:lppl)))
(define-public texlive-bib-fr
(package
(name "texlive-bib-fr")