me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-serbian-apostrophe.

* gnu/packages/tex.scm (texlive-serbian-apostrophe): New variable.
Nicolas Goaziou 2023-08-14 15:16:08 +02:00
parent 75014dce0e
commit bf22d643ba
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -8561,6 +8561,25 @@ LaTeX documents. This may be particularly useful for Math Teachers and IT
specialists.")
(license license:lppl1.3c)))
(define-public texlive-serbian-apostrophe
(package
(name "texlive-serbian-apostrophe")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/serbian-apostrophe/"
"tex/latex/serbian-apostrophe/")
(base32
"0hkgm4q74kn172nr5whlwjq88sfqm66cvnsv7nidcqssybnn5891")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/serbian-apostrophe")
(synopsis "Commands for Serbian words with apostrophes")
(description
"The package provides a collection of commands (whose names are Serbian
words) whose expansion is the Serbian word with appropriate apostrophes.")
(license license:lppl1.3+)))
(define-public texlive-sesamanuel
(package
(name "texlive-sesamanuel")