diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index bbbf548bcf..f5b40e2f2e 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -77682,6 +77682,26 @@ offerings). The author considers that a curriculum vitae can quite reasonably form part of another document (such as a letter, or a dissertation).") (license license:gpl3+))) +(define-public texlive-cutwin + (package + (name "texlive-cutwin") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/cutwin/" "source/latex/cutwin/" + "tex/latex/cutwin/") + (base32 + "0a49y75ihs4f4bvh5kmlmz3ywd2ppgph0c7zpy35lnbz3ycfgj06"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/cutwin") + (synopsis "Cut a window in a paragraph, typeset material in it") + (description + "The package provides facilities to cut windows out of paragraphs, and to +typeset text or other material in the window. The window may be rectangular, +or may have other sorts of shape.") + (license license:lppl1.3+))) + ;;; ;;; 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