From ce14af4c4c5994ddd4c5f243f9615fa00d63d0f0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 26 Nov 2018 21:49:16 +0100 Subject: [PATCH] doc: mention all required latex packages for math rendering. --- doc/doxygen.rst | 6 +++++- doc/plugins/math-and-code.rst | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/doc/doxygen.rst b/doc/doxygen.rst index 57bec932..a371090b 100644 --- a/doc/doxygen.rst +++ b/doc/doxygen.rst @@ -100,7 +100,11 @@ Ubuntu: .. code:: sh - sudo apt-get install texlive-base texlive-latex-extra texlive-fonts-extra + sudo apt install \ + texlive-base \ + texlive-latex-extra \ + texlive-fonts-extra \ + texlive-fonts-recommended .. note-success:: diff --git a/doc/plugins/math-and-code.rst b/doc/plugins/math-and-code.rst index d8fb8c07..13bc85df 100644 --- a/doc/plugins/math-and-code.rst +++ b/doc/plugins/math-and-code.rst @@ -73,7 +73,11 @@ package manager, for example on Ubuntu: .. code:: sh - sudo apt install texlive-base texlive-latex-extra texlive-fonts-extra + sudo apt install \ + texlive-base \ + texlive-latex-extra \ + texlive-fonts-extra \ + texlive-fonts-recommended .. block-warning:: Note for macOS users -- 2.30.2