From: Vladimír Vondruš Date: Mon, 26 Nov 2018 20:49:16 +0000 (+0100) Subject: doc: mention all required latex packages for math rendering. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=ce14af4c4c5994ddd4c5f243f9615fa00d63d0f0;p=blog.git doc: mention all required latex packages for math rendering. --- 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