me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-pecha.

* gnu/packages/tex.scm (texlive-pecha): New variable.
master
Nicolas Goaziou 2023-08-29 15:58:10 +02:00
parent db8e0bb57e
commit efd1858e78
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -92010,6 +92010,26 @@ PDF, assuming a conforming editor and PDF viewer.")
documents.")
(license license:lppl1.2+)))
(define-public texlive-pecha
(package
(name "texlive-pecha")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/pecha/" "tex/latex/pecha/")
(base32
"0a7j556dnc59a4r88g037ssr8ggsfvycyfcsdk2rbs8x16ljdvjh")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pecha")
(synopsis "Print Tibetan text in the classic pecha layout style")
(description
"The @code{pecha} class provides an environment for writing Tibetan on LaTeX2e
in the traditional Tibetan Pecha layout used for spiritual or philosophical
texts, using the cTib4TeX package. It provides features like headers in
different languages, page numbering in Tibetan and more.")
(license license:gpl3+)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar