diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 9c7539d665..3f2a69c202 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -3555,6 +3555,26 @@ (define-public texlive-puyotikz current and next puyos, labels and move planning markers.") (license license:expat))) +(define-public texlive-pxpgfmark + (package + (name "texlive-pxpgfmark") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/pxpgfmark/" + "tex/latex/pxpgfmark/") + (base32 + "0c026i1bda0fxfrjhpv4laaj75ra6j8l2v6bxsgplng7f11nx36l"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/pxpgfmark") + (synopsis "e-pTeX driver for PGF inter-picture connections") + (description + "The distributed drivers do not support the PGF feature of inter-picture +connections under e-pTeX and @code{dvipdfmx}. The package uses existing +features of @code{dvipdfmx} to fix this problem.") + (license license:expat))) + (define-public texlive-amiri (package (name "texlive-amiri")