From 999e10b291d4a56a3a14021ba204164b3139f59c Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 25 Oct 2019 00:16:25 +0100 Subject: [PATCH] Bugfix: Correct latexserver external renderer example --- peppermint.guiconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peppermint.guiconfig.json b/peppermint.guiconfig.json index 73343ad..82b59ca 100644 --- a/peppermint.guiconfig.json +++ b/peppermint.guiconfig.json @@ -51,7 +51,7 @@ "name": "Server-Side MathJax", "description": "Client-side Mathjax via the 'enable_math_rendering' setting not your thing? Try it server-side instead! Requires the 'mathjax-node-cli' npm package to be globally installed.", "url": "https://github.com/mathjax/mathjax-node-cli/blob/master/package.json#L41", - "cli": "tex2svg -- {input_text} >{output_file}", + "cli": "tex2svg -- {input_text}", "cli_mode": "substitution_pipe", "output_format": "image/svg+xml" }