From 681513a2510cdacf4dead04f6fd69a532c57432d Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 13 Jul 2023 10:47:23 +0200 Subject: [PATCH] gnu: Add texlive-tikzposter. * gnu/packages/tex.scm (texlive-tikzposter): New variable. --- gnu/packages/tex.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 35938f970c..5ec6e6a1bb 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -5201,6 +5201,27 @@ (define-public texlive-tikzpingus body-types, and more).") (license license:gpl3))) +(define-public texlive-tikzposter + (package + (name "texlive-tikzposter") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/tikzposter/" + "source/latex/tikzposter/" + "tex/latex/tikzposter/") + (base32 + "0hl5p14a79575s5n5rx4yy8vxcb2qrdhx851rhms7dk2sqcfynn5"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/tikzposter") + (synopsis "Create scientific posters using TikZ") + (description + "This package provides a document class provides a simple way of using +TikZ for generating posters. Several formatting options are available, and +spacing and layout of the poster is to a large extent automated.") + (license license:lppl1.2+))) + (define-public texlive-amiri (package (name "texlive-amiri")