gnu: Add texlive-antanilipsum.
* gnu/packages/tex.scm (texlive-antanilipsum): New variable.
This commit is contained in:
parent
11220e11f7
commit
ea46b66846
1 changed files with 21 additions and 0 deletions
|
|
@ -1618,6 +1618,27 @@ equations and add annotation labels using TikZ. It should work with pdfLaTeX
|
||||||
as well as LuaLaTeX.")
|
as well as LuaLaTeX.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public texlive-antanilipsum
|
||||||
|
(package
|
||||||
|
(name "texlive-antanilipsum")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/antanilipsum/"
|
||||||
|
"source/latex/antanilipsum/"
|
||||||
|
"tex/latex/antanilipsum/")
|
||||||
|
(base32
|
||||||
|
"1yighrv3nxb266949m8sqvvl5yp8bhjq478h2abfrs1z0r65gpjr")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/antanilipsum")
|
||||||
|
(synopsis "Generate sentences in the style of @emph{Amici miei}")
|
||||||
|
(description
|
||||||
|
"This package is an italian blind text generator that ouputs supercazzole,
|
||||||
|
mocking nonsense phrases from the movie series @emph{Amici Miei} (``My
|
||||||
|
friends'', in English), directed by Mario Monicelli.")
|
||||||
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
(define-public texlive-apnum
|
(define-public texlive-apnum
|
||||||
(package
|
(package
|
||||||
(name "texlive-apnum")
|
(name "texlive-apnum")
|
||||||
|
|
|
||||||
Reference in a new issue