guix-commits
[Top][All Lists]
Advanced

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

33/243: gnu: Add texlive-latex-brochure.


From: guix-commits
Subject: 33/243: gnu: Add texlive-latex-brochure.
Date: Fri, 11 Aug 2023 08:45:31 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 1b2ab0fd19060d480370f822a6ae5dda67d71246
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 12:14:55 2023 +0200

    gnu: Add texlive-latex-brochure.
    
    * gnu/packages/tex.scm (texlive-latex-brochure): New variable.
---
 gnu/packages/tex.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index c6cb8f988b..0e2338900b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -18283,6 +18283,25 @@ LaTeX document authors to store XMP metadata in their 
documents as well.  It
 is compatible with pdfLaTeX, XeLaTeX, LaTeX+dvipdfm, and LaTeX+dvips+ps2pdf.")
     (license license:lppl1.3c)))
 
+(define-public texlive-latex-brochure
+  (package
+    (name "texlive-latex-brochure")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/latex-brochure/")
+             (base32
+              "0xba20sy8q10ac9hxwnz9axh853hrj06vp7mfn12ajax31miznmy")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/latex-brochure";)
+    (synopsis "Publicity flyer for LaTeX")
+    (description
+     "The document is designed as a publicity flyer for LaTeX, but also serves
+as an interesting showcase of what LaTeX can do.  The flyer is designed for
+printing, double-sided, on A3 paper, which would then be folded once.")
+    (license license:lppl)))
+
 (define-public texlive-oberdiek
   (package
     (name "texlive-oberdiek")



reply via email to

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