Re: [O] (v6) [PATCH] New feature: Use dvisvgm to preview latex formular

2016-05-16 Thread tumashu
If we need 4 cmmand to convert test.dvi to test.png 1. cmd1 test.dvi test.a 2. cmd2 test.a test.b 3. cmd4 test.b test.png does it work correctly? can %b.a convert to text.a ? ("cmd1 %b.dvi %b.a" "cmd2 %b.a %b.b" "cmd3 %b.b %b.png") if it works properly, i suggest merge org-compile-file

Re: [O] (v6) [PATCH] New feature: Use dvisvgm to preview latex formular

2016-05-16 Thread tumashu
i see your mean, i think org-compile-file can do more thing, for example: handle dvipng or dvisvgm, what i need to know is the different of call-process and run shell command. can we use run shell command instead of call-process in converting dvi to png? special string need to do more work,

Re: [O] (v6) [PATCH] New feature: Use dvisvgm to preview latex formular

2016-05-16 Thread Nicolas Goaziou
Hello, "Feng Shu" writes: > This is my modified patch (v6), fix the problems you stated. please review > again, thank! Thank you. Comments follow. > From 29760e5c5876fb6b772f7a6004b7160bc06efba8 Mon Sep 17 00:00:00 2001 > From: Feng Shu > Date: Sat, 14 May

Re: [O] (v6) [PATCH] New feature: Use dvisvgm to preview latex formular

2016-05-16 Thread Feng Shu
Nicolas Goaziou writes: This is my modified patch (v6), fix the problems you stated. please review again, thank! >From 29760e5c5876fb6b772f7a6004b7160bc06efba8 Mon Sep 17 00:00:00 2001 From: Feng Shu Date: Sat, 14 May 2016 22:42:53 +0800 Subject: