me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-xii-lat.

* gnu/packages/tex.scm (texlive-xii-lat): New variable.
Nicolas Goaziou 2023-07-20 11:09:21 +02:00
parent 00229c844c
commit 7e68ab576b
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 18 additions and 0 deletions

View File

@ -3999,6 +3999,24 @@ one of the other files, so that there's always a way back.")
to produce a (perhaps) surprising typeset document.")
(license license:lppl)))
(define-public texlive-xii-lat
(package
(name "texlive-xii-lat")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/plain/xii-lat/")
(base32
"1nn54xv71kcmn9jbkcslz6a64cvjcay9x96rrxnakdj9qcqd27r5")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/xii-lat")
(synopsis "Christmas silliness (Latin)")
(description
"This is the plain TeX file @file{xii-lat.tex}. Call @samp{pdftex
xii-lat.tex} to produce a (perhaps) surprising typeset document.")
(license license:lppl)))
(define-public texlive-lcdftypetools
(package
(name "texlive-lcdftypetools")