mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Add texlive-langsci.
* gnu/packages/tex.scm (texlive-langsci): New variable.
This commit is contained in:
parent
0258ddf183
commit
cddd9cf2ca
1 changed files with 21 additions and 0 deletions
|
@ -18547,6 +18547,27 @@ (define-public texlive-kvmap
|
|||
(implicants) around adjacent values.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-langsci
|
||||
(package
|
||||
(name "texlive-langsci")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/xelatex/langsci/"
|
||||
"tex/xelatex/langsci/")
|
||||
(base32
|
||||
"1kz8gf5w7xrgld5jpf1csdy334ng89hp5lbkgmgaal4m31svw03z")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/langsci")
|
||||
(synopsis "Typeset books for publication with Language Science Press")
|
||||
(description
|
||||
"This package allows you to typeset monographs and edited volumes for
|
||||
publication with @url{https://www.langsci-press.org, Language Science Press}.
|
||||
It includes all necessary files for title pages, frontmatter, main content,
|
||||
list of references and indexes.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-lato
|
||||
(package
|
||||
(name "texlive-lato")
|
||||
|
|
Loading…
Reference in a new issue