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

2016-05-19 Thread Nicolas Goaziou
tumashu writes: > `((?b . ,(shell-quote-argument base-name)) >(?f . ,(shell-quote-argument full-name)) > (?o . ,(shell-quote-argument out-dir)) > > > What about add a spec to output-file, some commands need this > information. I'm not sure to understand. What information do you ne

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

2016-05-19 Thread tumashu
`((?b . ,(shell-quote-argument base-name)) (?f . ,(shell-quote-argument full-name)) (?o . ,(shell-quote-argument out-dir)) What about add a spec to output-file, some commands need this information. I will edit my diff tonight and sent to org-mode mailling list as far as possible.

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

2016-05-19 Thread Nicolas Goaziou
Hello, "Feng Shu" writes: > I have rebase my patch to new function org-compile-file, the v8 patch is > very different with the earlier version, it is more simpler i think, > please comment again, thanks for your help! Thank you. I added `org-compile-file' to master branch and incorporated some

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

2016-05-17 Thread Feng Shu
> As discussed in another message, I don't think we should mess with > `org-latex-compile'. Instead, we could factor out the needed part in > `org-latex-compile' and make it a generic function. Then we can > introduce a new function to specifically handle previewing related > compilation. > > Note