guix-packages/tex: Add asymptote dependencies

master
Pierre Neidhardt 2018-08-14 10:56:21 +02:00
parent c8245265e4
commit ea2f588a94
1 changed files with 6 additions and 1 deletions

View File

@ -426,7 +426,12 @@ page, a new page will be started.")
;; TODO: needspace needs microtype? ;; TODO: needspace needs microtype?
;; TODO: Send patches for those. ;; TODO: Send patches for those.
texlive-latex-pgf texlive-latex-pgf
texlive-generic-ulem))) texlive-generic-ulem
;; For asymptote
texlive-latex-media9
texlive-latex-l3kernel
texlive-latex-l3packages
texlive-latex-ocgx2)))
(name "texlive-medium") (name "texlive-medium")
(description "This is a very limited subset of the TeX Live distribution. (description "This is a very limited subset of the TeX Live distribution.
It includes little more than texlive-tiny."))) It includes little more than texlive-tiny.")))