me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-tfrupee.

* gnu/packages/tex.scm (texlive-tfrupee): New variable.
Nicolas Goaziou 2023-08-21 13:02:21 +02:00
parent e69821dbc5
commit 14e5c7df45
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 24 additions and 0 deletions

View File

@ -24744,6 +24744,30 @@ symbols.")
membrane protein topology plots and helical wheels.")
(license license:gpl3+)))
(define-public texlive-tfrupee
(package
(name "texlive-tfrupee")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/tfrupee/"
"fonts/afm/public/tfrupee/"
"fonts/map/dvips/tfrupee/"
"fonts/tfm/public/tfrupee/"
"fonts/type1/public/tfrupee/"
"source/fonts/tfrupee/"
"tex/latex/tfrupee/")
(base32
"0qhgxn5g4wzhi81xgb30giw542nprlmf0ryyq6jy752jccl07b7j")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/tfrupee")
(synopsis "Font offering the new (Indian) Rupee symbol")
(description
"The package provides LaTeX support for the (Indian) Rupee symbol font.
Simple LaTeX support written for its use.")
(license license:gpl3)))
(define-public texlive-thaienum
(package
(name "texlive-thaienum")