guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#56601] [PATCH] gnu: Add texlive-mdframed.


From: Fabio Natali
Subject: [bug#56601] [PATCH] gnu: Add texlive-mdframed.
Date: Sat, 16 Jul 2022 10:15:42 +0100

---
 gnu/packages/tex.scm | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 47e015da71..2af21907c6 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11034,3 +11034,19 @@ (define-public texlive-babel-finnish
 Finnish in @code{babel}.  It provides all the necessary macros, definitions and
 settings to typeset Finnish documents.")
       (license license:lppl1.3c+))))
+
+(define-public texlive-mdframed
+  (package
+    (inherit
+     (simple-texlive-package
+      "texlive-mdframed"
+      (list "doc/latex/mdframed/" "source/latex/mdframed/" 
"tex/latex/mdframed/")
+      (base32 "1i5rm946wg43rjckxlfhx79zfx5cgd3bxk71206hd1dqkrgpdpa8")
+      #:trivial? #t))
+    (home-page "https://ctan.org/macros/latex/contrib/mdframed";)
+    (synopsis "Framed environments that can split at page boundaries")
+    (description
+     "The package develops the facilities of framed in providing breakable 
framed and
+coloured boxes.  The user may instruct the package to perform its operations
+using default LaTeX commands, PStricks or TikZ.")
+    (license license:lppl)))
-- 
2.36.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]