mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 20:04:06 -05:00
gnu: Add texlive-xii.
* gnu/packages/tex.scm (texlive-xii): New variable.
This commit is contained in:
parent
31cb95d203
commit
00229c844c
1 changed files with 18 additions and 0 deletions
|
@ -3981,6 +3981,24 @@ (define-public texlive-varisize
|
|||
one of the other files, so that there's always a way back.")
|
||||
(license license:public-domain)))
|
||||
|
||||
(define-public texlive-xii
|
||||
(package
|
||||
(name "texlive-xii")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/plain/xii/")
|
||||
(base32
|
||||
"19jhzv5hqzj59wrfcr1dsj6z56qfckax694idgf8arri5lnbkdd8")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/xii")
|
||||
(synopsis "Christmas silliness (English)")
|
||||
(description
|
||||
"This is the plain TeX file @file{xii.tex}. Call @samp{pdftex xii.tex}
|
||||
to produce a (perhaps) surprising typeset document.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-lcdftypetools
|
||||
(package
|
||||
(name "texlive-lcdftypetools")
|
||||
|
|
Loading…
Reference in a new issue