From 9cfac587134aedf21c5c1d9289b2ee2438dae538 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Sat, 13 Nov 2021 20:38:43 +0100
Subject: [PATCH] README: tex-gyre is needed for building doc in Debian
 testing; instructions tested on Debian 11

[skip ci]

(cherry picked from commit 2da985c434e61e3e54e991e409f0911caebc6a20)
---
 README.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index d2cb543c1f..f64002e5ad 100644
--- a/README.md
+++ b/README.md
@@ -219,6 +219,7 @@ All the prerequisites are packaged:
 - `texlive-plain-generic`
 - `lmodern` (for macroprocessor PDF)
 - `python3-sphinx`
+- `tex-gyre`
 - `latexmk`
 - `libjs-mathjax`
 - `doxygen`
@@ -226,12 +227,13 @@ All the prerequisites are packaged:
 
 You can install them all at once with:
 ```sh
-apt install build-essential gfortran liboctave-dev libboost-graph-dev libgsl-dev libmatio-dev libslicot-dev libslicot-pic libsuitesparse-dev flex bison autoconf automake texlive texlive-publishers texlive-latex-extra texlive-fonts-extra texlive-latex-recommended texlive-science texlive-plain-generic lmodern python3-sphinx latexmk libjs-mathjax doxygen x13as
+apt install build-essential gfortran liboctave-dev libboost-graph-dev libgsl-dev libmatio-dev libslicot-dev libslicot-pic libsuitesparse-dev flex bison autoconf automake texlive texlive-publishers texlive-latex-extra texlive-fonts-extra texlive-latex-recommended texlive-science texlive-plain-generic lmodern python3-sphinx tex-gyre latexmk libjs-mathjax doxygen x13as
 ```
 If you use MATLAB, we strongly advise to also `apt install matlab-support` and confirm to rename the GCC libraries shipped with MATLAB to avoid possible conflicts with GCC libraries shipped by your distribution.
 
 Tested on
-- Debian 10
+- Debian “Buster” 10
+- Debian “Bullseye” 11
 - Ubuntu 20.04
 - Ubuntu 20.10
 
-- 
GitLab