2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/maintenance.git synced 2023-12-14 03:33:04 +01:00
maintenance/talks/beamer-manifest.scm
Ludovic Courtès 31eacf80f8
talks: Add "beamer-manifest.scm".
Tested with Guix commit 7dce1df34b5838f8d8915dab3127a27bbb8a430f.

* talks/beamer-manifest.scm: New file.
2021-11-16 17:10:49 +01:00

23 lines
860 B
Scheme

;;; 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"))