chiark / gitweb /
doc: mention all required latex packages for math rendering.
authorVladimír Vondruš <mosra@centrum.cz>
Mon, 26 Nov 2018 20:49:16 +0000 (21:49 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Mon, 26 Nov 2018 20:49:16 +0000 (21:49 +0100)
doc/doxygen.rst
doc/plugins/math-and-code.rst

index 57bec932cfd6ced72ccd6c4216161140e31e7539..a371090bd80721b2e1da789de47f8419ed633001 100644 (file)
@@ -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::
 
index d8fb8c0727480f7b6ad2d6ce4ec61029d52bab24..13bc85dff8e4b3cd685bc96652d0f8e5dc5ef520 100644 (file)
@@ -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