From 95a7ab6c3353a100b51e51b11e33fd77fca1387e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phaneDucasse?= Date: Thu, 22 Aug 2024 12:03:28 +0200 Subject: [PATCH] Adding bibtex installation (#27) Adding bibtex as fixed dependency --- ci/install-texlive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/install-texlive b/ci/install-texlive index eca7fca..0e28f81 100755 --- a/ci/install-texlive +++ b/ci/install-texlive @@ -89,7 +89,7 @@ function install-texlive() { tlmgr option repository "$repo" tlmgr update --self --all - tlmgr install latex-bin latexmk + tlmgr install latex-bin latexmk bibtex } # Only call the main function if this script was called as a command. This makes