From 221a58322a4b7c7818678734604766fb969c6a07 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 29 Aug 2023 16:05:37 +0200 Subject: gnu: Add texlive-zebra-goodies. * gnu/packages/tex.scm (texlive-zebra-goodies): New variable. --- gnu/packages/tex.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index e5fd2f6ac0..ad5aaf9c42 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -100694,6 +100694,30 @@ (define-public texlive-yplan generates a year's planner automatically.") (license license:lppl))) +(define-public texlive-zebra-goodies + (package + (name "texlive-zebra-goodies") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/zebra-goodies/" + "source/latex/zebra-goodies/" + "tex/latex/zebra-goodies/") + (base32 + "0a02haskb2bahfv03dl5661g28nhxigklv6mxm1fbx72an6d2zyw"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/zebra-goodies") + (synopsis "Collection of handy macros for paper writing") + (description + "This package offers a collection of macros to help in the process of writing +a paper. You may add comments, todo notes, etc.,during revision, in +a colourful way. The package also summarizes the inserted notes at the end of +the document. There are some predefined note commands as well as a way of +defining new ones to suit the user's needs. You may safely remove this +package once the paper is finished.") + (license license:lppl1.3c))) + ;;; ;;; Avoid adding new packages to the end of this file. To reduce the chances ;;; of a merge conflict, place them above by existing packages with similar -- cgit v1.2.3