diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index ddd6d77461..f5073e6d46 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -85201,6 +85201,24 @@ (define-public texlive-hvpygmentex pygmentize to create the code snippets.") (license license:lppl1.3c))) +(define-public texlive-hvqrurl + (package + (name "texlive-hvqrurl") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/hvqrurl/" "tex/latex/hvqrurl/") + (base32 + "0inikkv2ndq6jc4b96fxy0gzd53mfprcbc5nnak7s8x8a4wzij4n"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/hvqrurl") + (synopsis "Insert a QR code in the margin") + (description + "This package allows to draw an URL as a QR code into the margin of a one- or +two-sided document.") + (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