From: Vladimír Vondruš Date: Sat, 18 Nov 2017 17:42:39 +0000 (+0100) Subject: dox: fix latex2svg.py path. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=c35ee7104b7d5fc19d30a1ca4cb63d5f8fdf830e;p=blog.git dox: fix latex2svg.py path. --- diff --git a/doc/css/components.rst b/doc/css/components.rst index 458ced1c..868dd15d 100644 --- a/doc/css/components.rst +++ b/doc/css/components.rst @@ -863,7 +863,7 @@ is simple: .. code:: sh - echo "$$ a^2 = b^2 + c^2 $$" | python pelican-plugins/latex2svg.py > formula.svg + echo "$$ a^2 = b^2 + c^2 $$" | python pelican-plugins/m/latex2svg.py > formula.svg The ``formula.svg`` file will then contain the rendered formula, which with some minor patching (removing the XML preamble etc.) can be pasted directly