From d0e12717a2350677b263d8f8d7927d513ad9d387 Mon Sep 17 00:00:00 2001 From: Chuyang Wang Date: Sun, 19 Jan 2025 12:49:16 +0100 Subject: [PATCH] add latex install --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e3012e62d..878aac5c2 100644 --- a/Makefile +++ b/Makefile @@ -66,7 +66,9 @@ install-network: ## Install network packages for web server sudo $(PACKAGE_MGR_INSTALL) nginx-full install-tex: ## Install latex related packages for statement compilation - sudo $(PACKAGE_MGR_INSTALL) texlive-latex-base + sudo $(PACKAGE_MGR_INSTALL) texlive-latex-recommended texlive-fonts-extra \ + texlive-fonts-recommended texlive-formats-extra texlive-lang-english \ + texlive-lang-german texlive-luatex texlive-science install-full: install install-network install-tex ## Install the complete cms suite including web server and statement compilation capability