me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-parsa.

* gnu/packages/tex.scm (texlive-parsa): New variable.
master
Nicolas Goaziou 2023-08-29 15:57:40 +02:00
parent 40b4f1d932
commit 7a5ef24572
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -91427,6 +91427,25 @@ running paragraphs; placement is at the end of each paragraph, or manually,
using the @code{\\parnotes} command.")
(license license:lppl1.3+)))
(define-public texlive-parsa
(package
(name "texlive-parsa")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/xelatex/parsa/" "tex/xelatex/parsa/")
(base32
"0g22q6frngl8mw1lhjzyfizw8394n0f8mnafxijyw0am40ipsvi4")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/parsa")
(synopsis
"XeLaTeX package for theses and dissertations at Iranian universities")
(description
"This package provides a package for preparing dissertations and theses for
Iranian universities as fast and as efficiently as possible.")
(license license:lppl1.3c)))
;;;
;;; 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