From 53b2f8ccd635d27a6e5876d2faf8b8087d53208e Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Thu, 8 Feb 2024 16:37:42 +0100 Subject: [PATCH] add texlive-font-utils dependencie --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 9eaee79..e9e5ffc 100644 --- a/manifest.toml +++ b/manifest.toml @@ -81,4 +81,4 @@ ram.runtime = "50M" main.default = 8095 [resources.apt] - packages = "texlive, texlive-xetex, texlive-base, redis-server, latexmk, python3-pygments" + packages = "texlive, texlive-xetex, texlive-base, texlive-font-utils, redis-server, latexmk, python3-pygments"