diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index bc9c3a4104..aebbac5668 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -92393,7 +92393,11 @@ (define-public texlive-autopdf (build-system texlive-build-system) (arguments (list #:tex-format "pdflatex")) (native-inputs - (list (texlive-updmap.cfg (list texlive-catchfile texlive-hypdoc)))) + (list (texlive-updmap.cfg + (list texlive-catchfile + texlive-cm-super + texlive-etoolbox + texlive-hypdoc)))) (home-page "https://ctan.org/pkg/autopdf") (synopsis "Conversion of graphics to pdfLaTeX-compatible formats") (description