guix-commits
[Top][All Lists]
Advanced

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

branch master updated: talks: Add "beamer-manifest.scm".


From: Ludovic Courtès
Subject: branch master updated: talks: Add "beamer-manifest.scm".
Date: Tue, 16 Nov 2021 11:11:35 -0500

This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 31eacf8  talks: Add "beamer-manifest.scm".
31eacf8 is described below

commit 31eacf80f817f94ca9fa3b2f22dafc5b990f5b07
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Nov 16 17:10:49 2021 +0100

    talks: Add "beamer-manifest.scm".
    
    Tested with Guix commit 7dce1df34b5838f8d8915dab3127a27bbb8a430f.
    
    * talks/beamer-manifest.scm: New file.
---
 talks/beamer-manifest.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/talks/beamer-manifest.scm b/talks/beamer-manifest.scm
new file mode 100644
index 0000000..86e0464
--- /dev/null
+++ b/talks/beamer-manifest.scm
@@ -0,0 +1,22 @@
+;;; Released under the GNU GPLv3 or any later version.
+;;; Copyright © 2021 Ludovic Courtès <ludo@gnu.org>
+
+;; Manifest to create an environment to build LaTeX/Beamer slides.  Inspired
+;; by <https://github.com/etu/presentations/blob/master/shell.nix#L4-L15>.
+
+(specifications->manifest
+ '("rubber"
+
+   "texlive-base" "texlive-beamer"
+   "texlive-fonts-ec" "texlive-etoolbox"
+   "texlive-generic-ulem"  "texlive-latex-capt-of"
+   "texlive-latex-wrapfig" "texlive-latex-geometry"
+   "texlive-latex-ms" "texlive-latex-graphics"
+   "texlive-latex-pgf" "texlive-translator"
+   "texlive-latex-xkeyval" "texlive-mweights" "texlive-fontaxes"
+   "texlive-latex-textpos" "texlive-latex-fancyvrb" "texlive-xifthen"
+   "texlive-ifmtarg" "texlive-latex-upquote"
+
+   ;; Additional fonts.
+   "texlive-cm-super" "texlive-amsfonts"
+   "texlive-fira" "texlive-inconsolata"))



reply via email to

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