mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: Add texlive-lshort-czech.
* gnu/packages/tex.scm (texlive-lshort-czech): New variable.
This commit is contained in:
parent
e145c90eea
commit
a99fa13e4f
1 changed files with 18 additions and 0 deletions
|
@ -4500,6 +4500,24 @@ (define-public texlive-lplfitch
|
|||
Proof, and Logic} by Dave Barker-Plummer, Jon Barwise, and John Etchemendy.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-lshort-czech
|
||||
(package
|
||||
(name "texlive-lshort-czech")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/lshort-czech/")
|
||||
(base32
|
||||
"0ar9qa0cg0mjv6ydgx1phaa1qpiy25s3jciznbylgi5xprvnnfa9")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/lshort-czech")
|
||||
(synopsis "Czech translation of the @emph{Short Introduction to LaTeX2e}")
|
||||
(description
|
||||
"This is the Czech translation of a @emph{(Not So) Short Introduction to
|
||||
LaTeX2e}.}")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public texlive-lstbayes
|
||||
(package
|
||||
(name "texlive-lstbayes")
|
||||
|
|
Loading…
Reference in a new issue