[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#3203
X-original-commit: 816f437064
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
This commit is contained in:
parent
1bd7e803e0
commit
d3dbed98c2
2
Makefile
2
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
|
||||
|
@ -1,4 +1,4 @@
|
||||
\usepackage{droid}
|
||||
\usepackage{droidsans}
|
||||
%\usepackage[default]{lato}
|
||||
\usepackage{inconsolata}
|
||||
\usepackage{fancyhdr}
|
||||
|
Loading…
Reference in New Issue
Block a user