From c35ee7104b7d5fc19d30a1ca4cb63d5f8fdf830e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 18 Nov 2017 18:42:39 +0100 Subject: [PATCH] dox: fix latex2svg.py path. --- doc/css/components.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2