From b6ab81bcc3f031819edbceabdccd151b38960b5a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 7 Dec 2017 11:34:03 +0100 Subject: [PATCH] doc: document the additional pain inflicted on macOS LaTeX users. --- doc/plugins/math-and-code.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/plugins/math-and-code.rst b/doc/plugins/math-and-code.rst index 494b99c3..36cb0423 100644 --- a/doc/plugins/math-and-code.rst +++ b/doc/plugins/math-and-code.rst @@ -66,6 +66,16 @@ package manager, for example on Ubuntu: sudo apt-get install texlive-base texlive-latex-extra texlive-fonts-extra +.. block-warning:: Note for macOS users + + On macOS 10.11 and up, if you use MacTex, there's some additional setup + needed `as detailed here `_ --- you + need to update your :sh:`$PATH` so the binaries are properly found: + + .. code:: sh + + export PATH=$PATH:/Library/TeX/Distributions/.DefaultTeX/Contents/Programs/texbin + .. note-success:: This plugin makes use of the ``latex2svg.py`` utility from :gh:`tuxu/latex2svg`, -- 2.30.2