guix-commits
[Top][All Lists]
Advanced

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

44/93: gnu: Add texlive-lecturer.


From: guix-commits
Subject: 44/93: gnu: Add texlive-lecturer.
Date: Thu, 20 Jul 2023 05:21:20 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 26741f5cfd2e4fd48f890d193a875014d18cf630
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 10:55:04 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 69c81eb828..5fce27bd23 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2991,6 +2991,44 @@ according to the specified code, for preparing a 
document that is to be
 separately typeset in different languages.")
     (license license:lppl1.3+)))
 
+(define-public texlive-lecturer
+  (package
+    (name "texlive-lecturer")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/generic/lecturer/"
+                   "tex/generic/lecturer/")
+             (base32
+              "0ry4r1zcq71kk672dnnpzah0aw2axj7frajbv6xwy6hf2hzzs0ln")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/lecturer";)
+    (synopsis "On-screen presentations for (almost) all formats")
+    (description
+     "The package creates slides for on-screen presentations based on PDF
+features without manipulating TeX's typesetting process.  The presentation
+flow relies on PDF's abilities to display content step by step.  Features
+include:
+
+@itemize
+@item Free positioning of anything anywhere in painted areas on the slide, as
+well as in the main text block;
+@item Numerous attributes to control the layout and the presentation flow,
+from TeX's primitive dimensions to the visibility of steps;
+@item Feature inheritance from global to local settings, with intermediate
+types; Basic drawing facilities to produce symbols, e.g., for list items or
+buttons;
+@item Colours, transparency, shades, and pictures;
+@item Navigation with links, pop-up menus, and customizable bookmarks;
+@item Easy switch between presentation and handout; and PDF transitions.
+@end itemize
+
+Besides the traditional documentation, the distribution includes visual
+documentation and six demo presentations ranging from geometric abstraction to
+classic style to silly video game.")
+    (license license:lppl)))
+
 (define-public texlive-tex
   (package
     (name "texlive-tex")



reply via email to

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