aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-07-13 09:23:37 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-07-18 18:17:38 +0200
commit2d44d383ed65f712627682d241d9b0a6a18dce28 (patch)
tree3d9a23c321a5a41a2c0e3b7e57c121e03b176804
parent07b554e2ffbd454f05a7ddd1997bfce111fc96cf (diff)
downloadguix-2d44d383ed65f712627682d241d9b0a6a18dce28.tar.gz
guix-2d44d383ed65f712627682d241d9b0a6a18dce28.zip
gnu: Add texlive-pxpgfmark.
* gnu/packages/tex.scm (texlive-pxpgfmark): New variable.
-rw-r--r--gnu/packages/tex.scm20
1 files changed, 20 insertions, 0 deletions
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 @@ games. It supports large and small boards with arbitrary shape, hidden rows,
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")