From 39aff7e55beb318d1685dac410466414e69190ae Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Mon, 3 Aug 2020 16:22:59 +0200 Subject: doc review: Add LaTeX in optional runtime dependencies --- src/python/doc/persistence_graphical_tools_user.rst | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) (limited to 'src/python/doc/persistence_graphical_tools_user.rst') diff --git a/src/python/doc/persistence_graphical_tools_user.rst b/src/python/doc/persistence_graphical_tools_user.rst index 9954058d..d95b9d2b 100644 --- a/src/python/doc/persistence_graphical_tools_user.rst +++ b/src/python/doc/persistence_graphical_tools_user.rst @@ -94,25 +94,8 @@ If you want more information on a specific dimension, for instance: LaTeX support ------------- -By default, persistence graphical tools are using LaTeX support for matplotlib if available (cf. -`matplotlib text rendering with LaTeX `_). -It also requires `type1cm` LaTeX package (not detected by matplotlib). - -If you are facing issues with LaTeX rendering, like this one: - -.. code-block:: none - - Traceback (most recent call last): - File "/usr/lib/python3/dist-packages/matplotlib/texmanager.py", line 302, in _run_checked_subprocess - report = subprocess.check_output(command, - ... - ! LaTeX Error: File `type1cm.sty' not found. - ... - -This is because the LaTeX package is not installed on your system. On Ubuntu systems you can install texlive-full -(for all LaTeX packages), or more specific packages like texlive-latex-extra, cm-super. - -You can still deactivate LaTeX rendering by saying: +If you are facing issues with `LaTeX `_ rendering, you can still deactivate LaTeX rendering by +saying: .. code-block:: python -- cgit v1.2.3