From 7fe034159148c1798219f89373e36afc2ffbccb7 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Wed, 12 Jul 2023 22:11:04 +0200 Subject: gnu: Add texlive-callouts. * gnu/packages/tex.scm (texlive-callouts): New variable. --- gnu/packages/tex.scm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'gnu/packages/tex.scm') diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index bb4cfd820d..c1813f8357 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -16484,6 +16484,25 @@ package that implements a document level interface, and a command line tool that generates the external graphics.") (license license:lppl1.3+))) +(define-public texlive-callouts + (package + (name "texlive-callouts") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/callouts/" "tex/latex/callouts/") + (base32 + "1yb2vc1wiffap0dbq0jw40ax9kmk6np269ayij67vcmg0iqnmb11"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/callouts") + (synopsis "Put simple annotations and notes inside a picture") + (description + "The package defines the @code{annotation} environment in which callouts, +notes, arrows, and the like can be placed to describe certain parts of +a picture.") + (license license:lppl))) + (define-public texlive-gates (package (name "texlive-gates") -- cgit v1.2.3