From 992223a284ed9cb322fa6fa72b5f26898d698af4 Mon Sep 17 00:00:00 2001 From: Victor Feyens Date: Thu, 15 Dec 2022 15:10:51 +0000 Subject: [PATCH] [FIX] core: latex build * latest droid package does not allow \usepackage{droid} anymore, replace it with the right package See https://github.com/MiKTeX/miktex-packaging/issues/136 * remove reference to package texlive-generic-recommended since it's not available nor necessary since ubuntu 20.04. closes odoo/documentation#3204 X-original-commit: 816f437064694a4a2ffeca0eba728824ae9d1168 Signed-off-by: Antoine Vandevenne (anv) Signed-off-by: Victor Feyens (vfe) --- Makefile | 2 +- static/latex/odoo.sty | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0db73c8be..f43cb6ce6 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ html: $(HTML_BUILD_DIR)/_static/style.css # To call *after* `make html` # Binary dependencies (Debian): texlive-fonts-recommended texlive-latex-extra -# texlive-generic-recommended texlive-fonts-extra +# texlive-fonts-extra latexpdf: @echo "Starting build..." $(SPHINX_BUILD) -c $(CONFIG_DIR) -b latex $(SPHINXOPTS) $(SOURCE_DIR) $(BUILD_DIR)/latex diff --git a/static/latex/odoo.sty b/static/latex/odoo.sty index 41f4eb2e2..6b911b16d 100644 --- a/static/latex/odoo.sty +++ b/static/latex/odoo.sty @@ -1,4 +1,4 @@ -\usepackage{droid} +\usepackage{droidsans} %\usepackage[default]{lato} \usepackage{inconsolata} \usepackage{fancyhdr}